Shades of Astronaut #404E6B
Tints of Astronaut #404E6B
RGB
CMYK
RGB Variations
Color information
#404E6B (or 0x404E6B) is known color: Astronaut. HEX triplet: 40, 4E and 6B. RGB value is (64,78,107). Sum of RGB (Red+Green+Blue) = 64+78+107=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #404E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E6B is #BFB194. Grayscale: #4C4C4C. Windows color (decimal): -12562837 or 7032384. OLE color: 7032384.
HSL color Cylindrical-coordinate representation of color #404E6B: hue angle of 220.47º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404E6B is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 78 | 107 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.58 |
| HSL | 220.47º | 0.25% | 0.34% | - |
| HSV(B) | 220.47º | 0.4% | 0.42% | - |
| XYZ | 7.49 | 7.6 | 14.98 | - |
| YUV | 77.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 107 | 0.40 | 0.27 | 0 | 0.58 | 220.47 | 0.25 | 0.34 |
| Hex | 40 | 4E | 6B | 28 | 1B | 0 | 3A | DC | 19 | 22 |
| Octal | 100 | 116 | 153 | 50 | 33 | 0 | 72 | 334 | 31 | 42 |
| Binary | 1000000 | 1001110 | 1101011 | 101000 | 11011 | 0 | 111010 | 11011100 | 11001 | 100010 |
Color Harmonies of #404E6B
Complementary color
Monochromatic Colors of #404E6B
Black with #404E6B
Text Example
Text Example
White with #404E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E6B; }
p { color: rgb(64,78,107); }
H1.HeaderClassName
{
color: #404E6B;
}
.AnyTagClassName
{
color: #404E6B;
}
</style>
background-color css
<style>
a { background-color: #404E6B; }
a { background-color: rgb(64,78,107); }
div.DivClassName
{
background-color: #404E6B;
}
.BgClassName
{
background-color: #404E6B;
}
</style>
border-color css
<style>
span { border-color: #404E6B; }
span { border-color: rgb(64,78,107); }
td.TdClassName
{
border-color: #404E6B;
}
.TagClassName
{
border-color: #404E6B;
}
</style>