Shades of Navy #040474
Tints of Navy #040474
RGB
CMYK
RGB Variations
Color information
#040474 (or 0x040474) is known color: Navy. HEX triplet: 04, 04 and 74. RGB value is (4,4,116). Sum of RGB (Red+Green+Blue) = 4+4+116=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #040474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040474 is #FBFB8B. Grayscale: #101010. Windows color (decimal): -16513932 or 7603204. OLE color: 7603204.
HSL color Cylindrical-coordinate representation of color #040474: hue angle of 240º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040474 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 4 | 116 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.55 |
| HSL | 240º | 0.93% | 0.24% | - |
| HSV(B) | 240º | 0.97% | 0.45% | - |
| XYZ | 3.25 | 1.37 | 16.62 | - |
| YUV | 16.77 | 184 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 116 | 0.97 | 0.97 | 0 | 0.55 | 240 | 0.93 | 0.24 |
| Hex | 4 | 4 | 74 | 61 | 61 | 0 | 37 | F0 | 5D | 18 |
| Octal | 4 | 4 | 164 | 141 | 141 | 0 | 67 | 360 | 135 | 30 |
| Binary | 100 | 100 | 1110100 | 1100001 | 1100001 | 0 | 110111 | 11110000 | 1011101 | 11000 |
Color Harmonies of #040474
Complementary color
Monochromatic Colors of #040474
Black with #040474
Text Example
Text Example
White with #040474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040474; }
p { color: rgb(4,4,116); }
H1.HeaderClassName
{
color: #040474;
}
.AnyTagClassName
{
color: #040474;
}
</style>
background-color css
<style>
a { background-color: #040474; }
a { background-color: rgb(4,4,116); }
div.DivClassName
{
background-color: #040474;
}
.BgClassName
{
background-color: #040474;
}
</style>
border-color css
<style>
span { border-color: #040474; }
span { border-color: rgb(4,4,116); }
td.TdClassName
{
border-color: #040474;
}
.TagClassName
{
border-color: #040474;
}
</style>