4F in Decimal
Hexadecimal 4F equals 79 in decimal.
4F in all number bases
Decimal79
Hexadecimal0x4F
Binary0100 1111
Octal117
How 4f converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
4× 161 = 4 × 16 = 64
F× 160 = 15 × 1 = 15
Sum: 79