Shades of Astronaut #404D6E
Tints of Astronaut #404D6E
RGB
CMYK
RGB Variations
Color information
#404D6E (or 0x404D6E) is known color: Astronaut. HEX triplet: 40, 4D and 6E. RGB value is (64,77,110). Sum of RGB (Red+Green+Blue) = 64+77+110=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #404D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D6E is #BFB291. Grayscale: #4C4C4C. Windows color (decimal): -12563090 or 7228736. OLE color: 7228736.
HSL color Cylindrical-coordinate representation of color #404D6E: hue angle of 223.04º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404D6E is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 77 | 110 | - |
| CMYK | 0.42 | 0.3 | 0 | 0.57 |
| HSL | 223.04º | 0.26% | 0.34% | - |
| HSV(B) | 223.04º | 0.42% | 0.43% | - |
| XYZ | 7.58 | 7.52 | 15.8 | - |
| YUV | 76.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 110 | 0.42 | 0.3 | 0 | 0.57 | 223.04 | 0.26 | 0.34 |
| Hex | 40 | 4D | 6E | 2A | 1E | 0 | 39 | DF | 1A | 22 |
| Octal | 100 | 115 | 156 | 52 | 36 | 0 | 71 | 337 | 32 | 42 |
| Binary | 1000000 | 1001101 | 1101110 | 101010 | 11110 | 0 | 111001 | 11011111 | 11010 | 100010 |
Color Harmonies of #404D6E
Complementary color
Monochromatic Colors of #404D6E
Black with #404D6E
Text Example
Text Example
White with #404D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D6E; }
p { color: rgb(64,77,110); }
H1.HeaderClassName
{
color: #404D6E;
}
.AnyTagClassName
{
color: #404D6E;
}
</style>
background-color css
<style>
a { background-color: #404D6E; }
a { background-color: rgb(64,77,110); }
div.DivClassName
{
background-color: #404D6E;
}
.BgClassName
{
background-color: #404D6E;
}
</style>
border-color css
<style>
span { border-color: #404D6E; }
span { border-color: rgb(64,77,110); }
td.TdClassName
{
border-color: #404D6E;
}
.TagClassName
{
border-color: #404D6E;
}
</style>