Shades of Astronaut #424B77
Tints of Astronaut #424B77
RGB
CMYK
RGB Variations
Color information
#424B77 (or 0x424B77) is known color: Astronaut. HEX triplet: 42, 4B and 77. RGB value is (66,75,119). Sum of RGB (Red+Green+Blue) = 66+75+119=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #424B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B77 is #BDB488. Grayscale: #4D4D4D. Windows color (decimal): -12432521 or 7818050. OLE color: 7818050.
HSL color Cylindrical-coordinate representation of color #424B77: hue angle of 229.81º 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 #424B77 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 75 | 119 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.53 |
| HSL | 229.81º | 0.29% | 0.36% | - |
| HSV(B) | 229.81º | 0.45% | 0.47% | - |
| XYZ | 8.09 | 7.52 | 18.48 | - |
| YUV | 77.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 119 | 0.45 | 0.37 | 0 | 0.53 | 229.81 | 0.29 | 0.36 |
| Hex | 42 | 4B | 77 | 2D | 25 | 0 | 35 | E6 | 1D | 24 |
| Octal | 102 | 113 | 167 | 55 | 45 | 0 | 65 | 346 | 35 | 44 |
| Binary | 1000010 | 1001011 | 1110111 | 101101 | 100101 | 0 | 110101 | 11100110 | 11101 | 100100 |
Color Harmonies of #424B77
Complementary color
Monochromatic Colors of #424B77
Black with #424B77
Text Example
Text Example
White with #424B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B77; }
p { color: rgb(66,75,119); }
H1.HeaderClassName
{
color: #424B77;
}
.AnyTagClassName
{
color: #424B77;
}
</style>
background-color css
<style>
a { background-color: #424B77; }
a { background-color: rgb(66,75,119); }
div.DivClassName
{
background-color: #424B77;
}
.BgClassName
{
background-color: #424B77;
}
</style>
border-color css
<style>
span { border-color: #424B77; }
span { border-color: rgb(66,75,119); }
td.TdClassName
{
border-color: #424B77;
}
.TagClassName
{
border-color: #424B77;
}
</style>