48px to pt
48px = 36pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
48px × 0.75 = 36pt
Reversing it, 36pt × 1.3333 returns 48px.
Nearby values
| px | pt |
|---|---|
| 24px | 18pt |
| 28px | 21pt |
| 32px | 24pt |
| 36px | 27pt |
| 40px | 30pt |
| 48px | 36pt |
| 56px | 42pt |
| 64px | 48pt |
| 72px | 54pt |
Frequently asked questions
What is 48px in pt?
36pt.
How is 48px converted to pt?
Multiply by 0.75: 48 × 0.75 = 36. To go back, multiply 36 by 1.3333.
Does zoom or font size change 48px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 48px is 36pt in every context.