Shades of Astronaut #424E6D
Tints of Astronaut #424E6D
RGB
CMYK
RGB Variations
Color information
#424E6D (or 0x424E6D) is known color: Astronaut. HEX triplet: 42, 4E and 6D. RGB value is (66,78,109). Sum of RGB (Red+Green+Blue) = 66+78+109=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #424E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E6D is #BDB192. Grayscale: #4D4D4D. Windows color (decimal): -12431763 or 7163458. OLE color: 7163458.
HSL color Cylindrical-coordinate representation of color #424E6D: hue angle of 223.26º 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 #424E6D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 78 | 109 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.57 |
| HSL | 223.26º | 0.25% | 0.34% | - |
| HSV(B) | 223.26º | 0.39% | 0.43% | - |
| XYZ | 7.73 | 7.71 | 15.55 | - |
| YUV | 77.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 109 | 0.39 | 0.28 | 0 | 0.57 | 223.26 | 0.25 | 0.34 |
| Hex | 42 | 4E | 6D | 27 | 1C | 0 | 39 | DF | 19 | 22 |
| Octal | 102 | 116 | 155 | 47 | 34 | 0 | 71 | 337 | 31 | 42 |
| Binary | 1000010 | 1001110 | 1101101 | 100111 | 11100 | 0 | 111001 | 11011111 | 11001 | 100010 |
Color Harmonies of #424E6D
Complementary color
Monochromatic Colors of #424E6D
Black with #424E6D
Text Example
Text Example
White with #424E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E6D; }
p { color: rgb(66,78,109); }
H1.HeaderClassName
{
color: #424E6D;
}
.AnyTagClassName
{
color: #424E6D;
}
</style>
background-color css
<style>
a { background-color: #424E6D; }
a { background-color: rgb(66,78,109); }
div.DivClassName
{
background-color: #424E6D;
}
.BgClassName
{
background-color: #424E6D;
}
</style>
border-color css
<style>
span { border-color: #424E6D; }
span { border-color: rgb(66,78,109); }
td.TdClassName
{
border-color: #424E6D;
}
.TagClassName
{
border-color: #424E6D;
}
</style>