Shades of Astronaut #404E72
Tints of Astronaut #404E72
RGB
CMYK
RGB Variations
Color information
#404E72 (or 0x404E72) is known color: Astronaut. HEX triplet: 40, 4E and 72. RGB value is (64,78,114). Sum of RGB (Red+Green+Blue) = 64+78+114=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #404E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E72 is #BFB18D. Grayscale: #4D4D4D. Windows color (decimal): -12562830 or 7491136. OLE color: 7491136.
HSL color Cylindrical-coordinate representation of color #404E72: hue angle of 223.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404E72 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 78 | 114 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.55 |
| HSL | 223.2º | 0.28% | 0.35% | - |
| HSV(B) | 223.2º | 0.44% | 0.45% | - |
| XYZ | 7.88 | 7.75 | 17 | - |
| YUV | 77.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 114 | 0.44 | 0.32 | 0 | 0.55 | 223.2 | 0.28 | 0.35 |
| Hex | 40 | 4E | 72 | 2C | 20 | 0 | 37 | DF | 1C | 23 |
| Octal | 100 | 116 | 162 | 54 | 40 | 0 | 67 | 337 | 34 | 43 |
| Binary | 1000000 | 1001110 | 1110010 | 101100 | 100000 | 0 | 110111 | 11011111 | 11100 | 100011 |
Color Harmonies of #404E72
Complementary color
Monochromatic Colors of #404E72
Black with #404E72
Text Example
Text Example
White with #404E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E72; }
p { color: rgb(64,78,114); }
H1.HeaderClassName
{
color: #404E72;
}
.AnyTagClassName
{
color: #404E72;
}
</style>
background-color css
<style>
a { background-color: #404E72; }
a { background-color: rgb(64,78,114); }
div.DivClassName
{
background-color: #404E72;
}
.BgClassName
{
background-color: #404E72;
}
</style>
border-color css
<style>
span { border-color: #404E72; }
span { border-color: rgb(64,78,114); }
td.TdClassName
{
border-color: #404E72;
}
.TagClassName
{
border-color: #404E72;
}
</style>