Shades of Astronaut #424C77
Tints of Astronaut #424C77
RGB
CMYK
RGB Variations
Color information
#424C77 (or 0x424C77) is known color: Astronaut. HEX triplet: 42, 4C and 77. RGB value is (66,76,119). Sum of RGB (Red+Green+Blue) = 66+76+119=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #424C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C77 is #BDB388. Grayscale: #4D4D4D. Windows color (decimal): -12432265 or 7818306. OLE color: 7818306.
HSL color Cylindrical-coordinate representation of color #424C77: hue angle of 228.68º 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 #424C77 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 76 | 119 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.53 |
| HSL | 228.68º | 0.29% | 0.36% | - |
| HSV(B) | 228.68º | 0.45% | 0.47% | - |
| XYZ | 8.16 | 7.66 | 18.5 | - |
| YUV | 77.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 119 | 0.45 | 0.36 | 0 | 0.53 | 228.68 | 0.29 | 0.36 |
| Hex | 42 | 4C | 77 | 2D | 24 | 0 | 35 | E5 | 1D | 24 |
| Octal | 102 | 114 | 167 | 55 | 44 | 0 | 65 | 345 | 35 | 44 |
| Binary | 1000010 | 1001100 | 1110111 | 101101 | 100100 | 0 | 110101 | 11100101 | 11101 | 100100 |
Color Harmonies of #424C77
Complementary color
Monochromatic Colors of #424C77
Black with #424C77
Text Example
Text Example
White with #424C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C77; }
p { color: rgb(66,76,119); }
H1.HeaderClassName
{
color: #424C77;
}
.AnyTagClassName
{
color: #424C77;
}
</style>
background-color css
<style>
a { background-color: #424C77; }
a { background-color: rgb(66,76,119); }
div.DivClassName
{
background-color: #424C77;
}
.BgClassName
{
background-color: #424C77;
}
</style>
border-color css
<style>
span { border-color: #424C77; }
span { border-color: rgb(66,76,119); }
td.TdClassName
{
border-color: #424C77;
}
.TagClassName
{
border-color: #424C77;
}
</style>