Shades of Astronaut #424D6D
Tints of Astronaut #424D6D
RGB
CMYK
RGB Variations
Color information
#424D6D (or 0x424D6D) is known color: Astronaut. HEX triplet: 42, 4D and 6D. RGB value is (66,77,109). Sum of RGB (Red+Green+Blue) = 66+77+109=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #424D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D6D is #BDB292. Grayscale: #4D4D4D. Windows color (decimal): -12432019 or 7163202. OLE color: 7163202.
HSL color Cylindrical-coordinate representation of color #424D6D: hue angle of 224.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424D6D is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 77 | 109 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.57 |
| HSL | 224.65º | 0.25% | 0.34% | - |
| HSV(B) | 224.65º | 0.39% | 0.43% | - |
| XYZ | 7.66 | 7.57 | 15.53 | - |
| YUV | 77.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 109 | 0.39 | 0.29 | 0 | 0.57 | 224.65 | 0.25 | 0.34 |
| Hex | 42 | 4D | 6D | 27 | 1D | 0 | 39 | E1 | 19 | 22 |
| Octal | 102 | 115 | 155 | 47 | 35 | 0 | 71 | 341 | 31 | 42 |
| Binary | 1000010 | 1001101 | 1101101 | 100111 | 11101 | 0 | 111001 | 11100001 | 11001 | 100010 |
Color Harmonies of #424D6D
Complementary color
Monochromatic Colors of #424D6D
Black with #424D6D
Text Example
Text Example
White with #424D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D6D; }
p { color: rgb(66,77,109); }
H1.HeaderClassName
{
color: #424D6D;
}
.AnyTagClassName
{
color: #424D6D;
}
</style>
background-color css
<style>
a { background-color: #424D6D; }
a { background-color: rgb(66,77,109); }
div.DivClassName
{
background-color: #424D6D;
}
.BgClassName
{
background-color: #424D6D;
}
</style>
border-color css
<style>
span { border-color: #424D6D; }
span { border-color: rgb(66,77,109); }
td.TdClassName
{
border-color: #424D6D;
}
.TagClassName
{
border-color: #424D6D;
}
</style>