Shades of Navy #040473
Tints of Navy #040473
RGB
CMYK
RGB Variations
Color information
#040473 (or 0x040473) is known color: Navy. HEX triplet: 04, 04 and 73. RGB value is (4,4,115). Sum of RGB (Red+Green+Blue) = 4+4+115=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #040473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040473 is #FBFB8C. Grayscale: #101010. Windows color (decimal): -16513933 or 7537668. OLE color: 7537668.
HSL color Cylindrical-coordinate representation of color #040473: hue angle of 240º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040473 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 4 | 115 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.55 |
| HSL | 240º | 0.93% | 0.23% | - |
| HSV(B) | 240º | 0.97% | 0.45% | - |
| XYZ | 3.19 | 1.35 | 16.31 | - |
| YUV | 16.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 115 | 0.97 | 0.97 | 0 | 0.55 | 240 | 0.93 | 0.23 |
| Hex | 4 | 4 | 73 | 61 | 61 | 0 | 37 | F0 | 5D | 17 |
| Octal | 4 | 4 | 163 | 141 | 141 | 0 | 67 | 360 | 135 | 27 |
| Binary | 100 | 100 | 1110011 | 1100001 | 1100001 | 0 | 110111 | 11110000 | 1011101 | 10111 |
Color Harmonies of #040473
Complementary color
Monochromatic Colors of #040473
Black with #040473
Text Example
Text Example
White with #040473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040473; }
p { color: rgb(4,4,115); }
H1.HeaderClassName
{
color: #040473;
}
.AnyTagClassName
{
color: #040473;
}
</style>
background-color css
<style>
a { background-color: #040473; }
a { background-color: rgb(4,4,115); }
div.DivClassName
{
background-color: #040473;
}
.BgClassName
{
background-color: #040473;
}
</style>
border-color css
<style>
span { border-color: #040473; }
span { border-color: rgb(4,4,115); }
td.TdClassName
{
border-color: #040473;
}
.TagClassName
{
border-color: #040473;
}
</style>