Shades of Astronaut #404E7D
Tints of Astronaut #404E7D
RGB
CMYK
RGB Variations
Color information
#404E7D (or 0x404E7D) is known color: Astronaut. HEX triplet: 40, 4E and 7D. RGB value is (64,78,125). Sum of RGB (Red+Green+Blue) = 64+78+125=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #404E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E7D is #BFB182. Grayscale: #4E4E4E. Windows color (decimal): -12562819 or 8212032. OLE color: 8212032.
HSL color Cylindrical-coordinate representation of color #404E7D: hue angle of 226.23º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404E7D is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 78 | 125 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.51 |
| HSL | 226.23º | 0.32% | 0.37% | - |
| HSV(B) | 226.23º | 0.49% | 0.49% | - |
| XYZ | 8.54 | 8.02 | 20.5 | - |
| YUV | 79.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 125 | 0.49 | 0.38 | 0 | 0.51 | 226.23 | 0.32 | 0.37 |
| Hex | 40 | 4E | 7D | 31 | 26 | 0 | 33 | E2 | 20 | 25 |
| Octal | 100 | 116 | 175 | 61 | 46 | 0 | 63 | 342 | 40 | 45 |
| Binary | 1000000 | 1001110 | 1111101 | 110001 | 100110 | 0 | 110011 | 11100010 | 100000 | 100101 |
Color Harmonies of #404E7D
Complementary color
Monochromatic Colors of #404E7D
Black with #404E7D
Text Example
Text Example
White with #404E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E7D; }
p { color: rgb(64,78,125); }
H1.HeaderClassName
{
color: #404E7D;
}
.AnyTagClassName
{
color: #404E7D;
}
</style>
background-color css
<style>
a { background-color: #404E7D; }
a { background-color: rgb(64,78,125); }
div.DivClassName
{
background-color: #404E7D;
}
.BgClassName
{
background-color: #404E7D;
}
</style>
border-color css
<style>
span { border-color: #404E7D; }
span { border-color: rgb(64,78,125); }
td.TdClassName
{
border-color: #404E7D;
}
.TagClassName
{
border-color: #404E7D;
}
</style>