4 PT to REM

Result

4 pt = 0.3344 rem


Explanation

  • PT — 4

To convert 4 points to REM you need to multiply PT value by 0.0836, in our case: 4 × 0.0836. In result we'll receive that 4 pt is equal to 0.3344 rem

CSS code for 4 PT to REM

p { font-size: 0.3344rem }

HTML (inline CSS):

<p style="font-size: 0.3344rem">Hello World<p>
Open PT to REM converter