Shades of Astronaut #424A77
Tints of Astronaut #424A77
RGB
CMYK
RGB Variations
Color information
#424A77 (or 0x424A77) is known color: Astronaut. HEX triplet: 42, 4A and 77. RGB value is (66,74,119). Sum of RGB (Red+Green+Blue) = 66+74+119=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #424A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A77 is #BDB588. Grayscale: #4C4C4C. Windows color (decimal): -12432777 or 7817794. OLE color: 7817794.
HSL color Cylindrical-coordinate representation of color #424A77: hue angle of 230.94º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424A77 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 74 | 119 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.53 |
| HSL | 230.94º | 0.29% | 0.36% | - |
| HSV(B) | 230.94º | 0.45% | 0.47% | - |
| XYZ | 8.03 | 7.39 | 18.46 | - |
| YUV | 76.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 119 | 0.45 | 0.38 | 0 | 0.53 | 230.94 | 0.29 | 0.36 |
| Hex | 42 | 4A | 77 | 2D | 26 | 0 | 35 | E7 | 1D | 24 |
| Octal | 102 | 112 | 167 | 55 | 46 | 0 | 65 | 347 | 35 | 44 |
| Binary | 1000010 | 1001010 | 1110111 | 101101 | 100110 | 0 | 110101 | 11100111 | 11101 | 100100 |
Color Harmonies of #424A77
Complementary color
Monochromatic Colors of #424A77
Black with #424A77
Text Example
Text Example
White with #424A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A77; }
p { color: rgb(66,74,119); }
H1.HeaderClassName
{
color: #424A77;
}
.AnyTagClassName
{
color: #424A77;
}
</style>
background-color css
<style>
a { background-color: #424A77; }
a { background-color: rgb(66,74,119); }
div.DivClassName
{
background-color: #424A77;
}
.BgClassName
{
background-color: #424A77;
}
</style>
border-color css
<style>
span { border-color: #424A77; }
span { border-color: rgb(66,74,119); }
td.TdClassName
{
border-color: #424A77;
}
.TagClassName
{
border-color: #424A77;
}
</style>