Shades of Astronaut #404B6B
Tints of Astronaut #404B6B
RGB
CMYK
RGB Variations
Color information
#404B6B (or 0x404B6B) is known color: Astronaut. HEX triplet: 40, 4B and 6B. RGB value is (64,75,107). Sum of RGB (Red+Green+Blue) = 64+75+107=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #404B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B6B is #BFB494. Grayscale: #4B4B4B. Windows color (decimal): -12563605 or 7031616. OLE color: 7031616.
HSL color Cylindrical-coordinate representation of color #404B6B: hue angle of 224.65º 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 #404B6B is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 75 | 107 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.58 |
| HSL | 224.65º | 0.25% | 0.34% | - |
| HSV(B) | 224.65º | 0.4% | 0.42% | - |
| XYZ | 7.28 | 7.18 | 14.91 | - |
| YUV | 75.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 107 | 0.40 | 0.30 | 0 | 0.58 | 224.65 | 0.25 | 0.34 |
| Hex | 40 | 4B | 6B | 28 | 1E | 0 | 3A | E1 | 19 | 22 |
| Octal | 100 | 113 | 153 | 50 | 36 | 0 | 72 | 341 | 31 | 42 |
| Binary | 1000000 | 1001011 | 1101011 | 101000 | 11110 | 0 | 111010 | 11100001 | 11001 | 100010 |
Color Harmonies of #404B6B
Complementary color
Monochromatic Colors of #404B6B
Black with #404B6B
Text Example
Text Example
White with #404B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B6B; }
p { color: rgb(64,75,107); }
H1.HeaderClassName
{
color: #404B6B;
}
.AnyTagClassName
{
color: #404B6B;
}
</style>
background-color css
<style>
a { background-color: #404B6B; }
a { background-color: rgb(64,75,107); }
div.DivClassName
{
background-color: #404B6B;
}
.BgClassName
{
background-color: #404B6B;
}
</style>
border-color css
<style>
span { border-color: #404B6B; }
span { border-color: rgb(64,75,107); }
td.TdClassName
{
border-color: #404B6B;
}
.TagClassName
{
border-color: #404B6B;
}
</style>