Shades of Astronaut #404E7B
Tints of Astronaut #404E7B
RGB
CMYK
RGB Variations
Color information
#404E7B (or 0x404E7B) is known color: Astronaut. HEX triplet: 40, 4E and 7B. RGB value is (64,78,123). Sum of RGB (Red+Green+Blue) = 64+78+123=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #404E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E7B is #BFB184. Grayscale: #4E4E4E. Windows color (decimal): -12562821 or 8080960. OLE color: 8080960.
HSL color Cylindrical-coordinate representation of color #404E7B: hue angle of 225.76º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404E7B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 78 | 123 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.52 |
| HSL | 225.76º | 0.32% | 0.37% | - |
| HSV(B) | 225.76º | 0.48% | 0.48% | - |
| XYZ | 8.41 | 7.97 | 19.83 | - |
| YUV | 78.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 123 | 0.48 | 0.37 | 0 | 0.52 | 225.76 | 0.32 | 0.37 |
| Hex | 40 | 4E | 7B | 30 | 25 | 0 | 34 | E2 | 20 | 25 |
| Octal | 100 | 116 | 173 | 60 | 45 | 0 | 64 | 342 | 40 | 45 |
| Binary | 1000000 | 1001110 | 1111011 | 110000 | 100101 | 0 | 110100 | 11100010 | 100000 | 100101 |
Color Harmonies of #404E7B
Complementary color
Monochromatic Colors of #404E7B
Black with #404E7B
Text Example
Text Example
White with #404E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E7B; }
p { color: rgb(64,78,123); }
H1.HeaderClassName
{
color: #404E7B;
}
.AnyTagClassName
{
color: #404E7B;
}
</style>
background-color css
<style>
a { background-color: #404E7B; }
a { background-color: rgb(64,78,123); }
div.DivClassName
{
background-color: #404E7B;
}
.BgClassName
{
background-color: #404E7B;
}
</style>
border-color css
<style>
span { border-color: #404E7B; }
span { border-color: rgb(64,78,123); }
td.TdClassName
{
border-color: #404E7B;
}
.TagClassName
{
border-color: #404E7B;
}
</style>