Shades of Navy #040479
Tints of Navy #040479
RGB
CMYK
RGB Variations
Color information
#040479 (or 0x040479) is known color: Navy. HEX triplet: 04, 04 and 79. RGB value is (4,4,121). Sum of RGB (Red+Green+Blue) = 4+4+121=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #040479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040479 is #FBFB86. Grayscale: #101010. Windows color (decimal): -16513927 or 7930884. OLE color: 7930884.
HSL color Cylindrical-coordinate representation of color #040479: hue angle of 240º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040479 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 4 | 121 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.53 |
| HSL | 240º | 0.94% | 0.25% | - |
| HSV(B) | 240º | 0.97% | 0.47% | - |
| XYZ | 3.54 | 1.49 | 18.19 | - |
| YUV | 17.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 121 | 0.97 | 0.97 | 0 | 0.53 | 240 | 0.94 | 0.25 |
| Hex | 4 | 4 | 79 | 61 | 61 | 0 | 35 | F0 | 5E | 19 |
| Octal | 4 | 4 | 171 | 141 | 141 | 0 | 65 | 360 | 136 | 31 |
| Binary | 100 | 100 | 1111001 | 1100001 | 1100001 | 0 | 110101 | 11110000 | 1011110 | 11001 |
Color Harmonies of #040479
Complementary color
Monochromatic Colors of #040479
Black with #040479
Text Example
Text Example
White with #040479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040479; }
p { color: rgb(4,4,121); }
H1.HeaderClassName
{
color: #040479;
}
.AnyTagClassName
{
color: #040479;
}
</style>
background-color css
<style>
a { background-color: #040479; }
a { background-color: rgb(4,4,121); }
div.DivClassName
{
background-color: #040479;
}
.BgClassName
{
background-color: #040479;
}
</style>
border-color css
<style>
span { border-color: #040479; }
span { border-color: rgb(4,4,121); }
td.TdClassName
{
border-color: #040479;
}
.TagClassName
{
border-color: #040479;
}
</style>