Shades of Navy Blue #004AFC
Tints of Navy Blue #004AFC
RGB
CMYK
RGB Variations
Color information
#004AFC (or 0x004AFC) is known color: Navy Blue. HEX triplet: 00, 4A and FC. RGB value is (0,74,252). Sum of RGB (Red+Green+Blue) = 0+74+252=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #004AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AFC is #FFB503. Grayscale: #474747. Windows color (decimal): -16758020 or 16534016. OLE color: 16534016.
HSL color Cylindrical-coordinate representation of color #004AFC: hue angle of 222.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AFC is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 74 | 252 | - |
| CMYK | 1 | 0.71 | 0 | 0.01 |
| HSL | 222.38º | 1% | 0.49% | - |
| HSV(B) | 222.38º | 1% | 0.99% | - |
| XYZ | 20.02 | 11.93 | 93.34 | - |
| YUV | 72.17 | 229.48 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 252 | 1 | 0.71 | 0 | 0.01 | 222.38 | 1 | 0.49 |
| Hex | 0 | 4A | FC | 64 | 47 | 0 | 1 | DE | 64 | 31 |
| Octal | 0 | 112 | 374 | 144 | 107 | 0 | 1 | 336 | 144 | 61 |
| Binary | 0 | 1001010 | 11111100 | 1100100 | 1000111 | 0 | 1 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004AFC
Complementary color
Monochromatic Colors of #004AFC
Black with #004AFC
Text Example
Text Example
White with #004AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AFC; }
p { color: rgb(0,74,252); }
H1.HeaderClassName
{
color: #004AFC;
}
.AnyTagClassName
{
color: #004AFC;
}
</style>
background-color css
<style>
a { background-color: #004AFC; }
a { background-color: rgb(0,74,252); }
div.DivClassName
{
background-color: #004AFC;
}
.BgClassName
{
background-color: #004AFC;
}
</style>
border-color css
<style>
span { border-color: #004AFC; }
span { border-color: rgb(0,74,252); }
td.TdClassName
{
border-color: #004AFC;
}
.TagClassName
{
border-color: #004AFC;
}
</style>