Shades of Navy Blue #004AFF
Tints of Navy Blue #004AFF
RGB
CMYK
RGB Variations
Color information
#004AFF (or 0x004AFF) is known color: Navy Blue. HEX triplet: 00, 4A and FF. RGB value is (0,74,255). Sum of RGB (Red+Green+Blue) = 0+74+255=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #004AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AFF is #FFB500. Grayscale: #474747. Windows color (decimal): -16758017 or 16730624. OLE color: 16730624.
HSL color Cylindrical-coordinate representation of color #004AFF: hue angle of 222.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AFF is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 74 | 255 | - |
| CMYK | 1 | 0.71 | 0 | 0 |
| HSL | 222.59º | 1% | 0.5% | - |
| HSV(B) | 222.59º | 1% | 1% | - |
| XYZ | 20.5 | 12.12 | 95.87 | - |
| YUV | 72.51 | 230.98 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 255 | 1 | 0.71 | 0 | 0 | 222.59 | 1 | 0.5 |
| Hex | 0 | 4A | FF | 64 | 47 | 0 | 0 | DF | 64 | 32 |
| Octal | 0 | 112 | 377 | 144 | 107 | 0 | 0 | 337 | 144 | 62 |
| Binary | 0 | 1001010 | 11111111 | 1100100 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110010 |
Color Harmonies of #004AFF
Complementary color
Monochromatic Colors of #004AFF
Black with #004AFF
Text Example
Text Example
White with #004AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AFF; }
p { color: rgb(0,74,255); }
H1.HeaderClassName
{
color: #004AFF;
}
.AnyTagClassName
{
color: #004AFF;
}
</style>
background-color css
<style>
a { background-color: #004AFF; }
a { background-color: rgb(0,74,255); }
div.DivClassName
{
background-color: #004AFF;
}
.BgClassName
{
background-color: #004AFF;
}
</style>
border-color css
<style>
span { border-color: #004AFF; }
span { border-color: rgb(0,74,255); }
td.TdClassName
{
border-color: #004AFF;
}
.TagClassName
{
border-color: #004AFF;
}
</style>