Shades of Astronaut #404D6B
Tints of Astronaut #404D6B
RGB
CMYK
RGB Variations
Color information
#404D6B (or 0x404D6B) is known color: Astronaut. HEX triplet: 40, 4D and 6B. RGB value is (64,77,107). Sum of RGB (Red+Green+Blue) = 64+77+107=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #404D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D6B is #BFB294. Grayscale: #4C4C4C. Windows color (decimal): -12563093 or 7032128. OLE color: 7032128.
HSL color Cylindrical-coordinate representation of color #404D6B: hue angle of 221.86º 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 #404D6B is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 77 | 107 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.58 |
| HSL | 221.86º | 0.25% | 0.34% | - |
| HSV(B) | 221.86º | 0.4% | 0.42% | - |
| XYZ | 7.42 | 7.46 | 14.96 | - |
| YUV | 76.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 107 | 0.40 | 0.28 | 0 | 0.58 | 221.86 | 0.25 | 0.34 |
| Hex | 40 | 4D | 6B | 28 | 1C | 0 | 3A | DE | 19 | 22 |
| Octal | 100 | 115 | 153 | 50 | 34 | 0 | 72 | 336 | 31 | 42 |
| Binary | 1000000 | 1001101 | 1101011 | 101000 | 11100 | 0 | 111010 | 11011110 | 11001 | 100010 |
Color Harmonies of #404D6B
Complementary color
Monochromatic Colors of #404D6B
Black with #404D6B
Text Example
Text Example
White with #404D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D6B; }
p { color: rgb(64,77,107); }
H1.HeaderClassName
{
color: #404D6B;
}
.AnyTagClassName
{
color: #404D6B;
}
</style>
background-color css
<style>
a { background-color: #404D6B; }
a { background-color: rgb(64,77,107); }
div.DivClassName
{
background-color: #404D6B;
}
.BgClassName
{
background-color: #404D6B;
}
</style>
border-color css
<style>
span { border-color: #404D6B; }
span { border-color: rgb(64,77,107); }
td.TdClassName
{
border-color: #404D6B;
}
.TagClassName
{
border-color: #404D6B;
}
</style>