Shades of Astronaut #404E7C
Tints of Astronaut #404E7C
RGB
CMYK
RGB Variations
Color information
#404E7C (or 0x404E7C) is known color: Astronaut. HEX triplet: 40, 4E and 7C. RGB value is (64,78,124). Sum of RGB (Red+Green+Blue) = 64+78+124=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #404E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E7C is #BFB183. Grayscale: #4E4E4E. Windows color (decimal): -12562820 or 8146496. OLE color: 8146496.
HSL color Cylindrical-coordinate representation of color #404E7C: hue angle of 226º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404E7C is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 78 | 124 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.51 |
| HSL | 226º | 0.32% | 0.37% | - |
| HSV(B) | 226º | 0.48% | 0.49% | - |
| XYZ | 8.48 | 7.99 | 20.17 | - |
| YUV | 79.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 124 | 0.48 | 0.37 | 0 | 0.51 | 226 | 0.32 | 0.37 |
| Hex | 40 | 4E | 7C | 30 | 25 | 0 | 33 | E2 | 20 | 25 |
| Octal | 100 | 116 | 174 | 60 | 45 | 0 | 63 | 342 | 40 | 45 |
| Binary | 1000000 | 1001110 | 1111100 | 110000 | 100101 | 0 | 110011 | 11100010 | 100000 | 100101 |
Color Harmonies of #404E7C
Complementary color
Monochromatic Colors of #404E7C
Black with #404E7C
Text Example
Text Example
White with #404E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E7C; }
p { color: rgb(64,78,124); }
H1.HeaderClassName
{
color: #404E7C;
}
.AnyTagClassName
{
color: #404E7C;
}
</style>
background-color css
<style>
a { background-color: #404E7C; }
a { background-color: rgb(64,78,124); }
div.DivClassName
{
background-color: #404E7C;
}
.BgClassName
{
background-color: #404E7C;
}
</style>
border-color css
<style>
span { border-color: #404E7C; }
span { border-color: rgb(64,78,124); }
td.TdClassName
{
border-color: #404E7C;
}
.TagClassName
{
border-color: #404E7C;
}
</style>