Shades of Navy Blue #004AF8
Tints of Navy Blue #004AF8
RGB
CMYK
RGB Variations
Color information
#004AF8 (or 0x004AF8) is known color: Navy Blue. HEX triplet: 00, 4A and F8. RGB value is (0,74,248). Sum of RGB (Red+Green+Blue) = 0+74+248=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 248 (97.27% from 255 or 77.02% from 322); Max value from RGB is 248 - color contains mainly: blue. Hex color #004AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AF8 is #FFB507. Grayscale: #464646. Windows color (decimal): -16758024 or 16271872. OLE color: 16271872.
HSL color Cylindrical-coordinate representation of color #004AF8: hue angle of 222.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AF8 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 74 | 248 | - |
| CMYK | 1 | 0.70 | 0 | 0.03 |
| HSL | 222.1º | 1% | 0.49% | - |
| HSV(B) | 222.1º | 1% | 0.97% | - |
| XYZ | 19.39 | 11.67 | 90.04 | - |
| YUV | 71.71 | 227.48 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 248 | 1 | 0.70 | 0 | 0.03 | 222.1 | 1 | 0.49 |
| Hex | 0 | 4A | F8 | 64 | 46 | 0 | 3 | DE | 64 | 31 |
| Octal | 0 | 112 | 370 | 144 | 106 | 0 | 3 | 336 | 144 | 61 |
| Binary | 0 | 1001010 | 11111000 | 1100100 | 1000110 | 0 | 11 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004AF8
Complementary color
Monochromatic Colors of #004AF8
Black with #004AF8
Text Example
Text Example
White with #004AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AF8; }
p { color: rgb(0,74,248); }
H1.HeaderClassName
{
color: #004AF8;
}
.AnyTagClassName
{
color: #004AF8;
}
</style>
background-color css
<style>
a { background-color: #004AF8; }
a { background-color: rgb(0,74,248); }
div.DivClassName
{
background-color: #004AF8;
}
.BgClassName
{
background-color: #004AF8;
}
</style>
border-color css
<style>
span { border-color: #004AF8; }
span { border-color: rgb(0,74,248); }
td.TdClassName
{
border-color: #004AF8;
}
.TagClassName
{
border-color: #004AF8;
}
</style>