45 PX to PT
Result
45 px = 33.75 pt
Explanation
- Pixels — 45
To convert 45 pixels to points you need to multiply pixels value by 0.75, in our case: 45 × 0.75. In result we'll receive that 45 px is equal to 33.75 points (pt)
CSS code for 45 PX to PT
p { font-size: 33.75pt }
HTML (inline CSS):
<p style="font-size: 33.75pt">Hello World<p>