Shades of Astronaut #424C72
Tints of Astronaut #424C72
RGB
CMYK
RGB Variations
Color information
#424C72 (or 0x424C72) is known color: Astronaut. HEX triplet: 42, 4C and 72. RGB value is (66,76,114). Sum of RGB (Red+Green+Blue) = 66+76+114=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #424C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C72 is #BDB38D. Grayscale: #4D4D4D. Windows color (decimal): -12432270 or 7490626. OLE color: 7490626.
HSL color Cylindrical-coordinate representation of color #424C72: hue angle of 227.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424C72 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 76 | 114 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.55 |
| HSL | 227.5º | 0.27% | 0.35% | - |
| HSV(B) | 227.5º | 0.42% | 0.45% | - |
| XYZ | 7.87 | 7.54 | 16.96 | - |
| YUV | 77.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 114 | 0.42 | 0.33 | 0 | 0.55 | 227.5 | 0.27 | 0.35 |
| Hex | 42 | 4C | 72 | 2A | 21 | 0 | 37 | E4 | 1B | 23 |
| Octal | 102 | 114 | 162 | 52 | 41 | 0 | 67 | 344 | 33 | 43 |
| Binary | 1000010 | 1001100 | 1110010 | 101010 | 100001 | 0 | 110111 | 11100100 | 11011 | 100011 |
Color Harmonies of #424C72
Complementary color
Monochromatic Colors of #424C72
Black with #424C72
Text Example
Text Example
White with #424C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C72; }
p { color: rgb(66,76,114); }
H1.HeaderClassName
{
color: #424C72;
}
.AnyTagClassName
{
color: #424C72;
}
</style>
background-color css
<style>
a { background-color: #424C72; }
a { background-color: rgb(66,76,114); }
div.DivClassName
{
background-color: #424C72;
}
.BgClassName
{
background-color: #424C72;
}
</style>
border-color css
<style>
span { border-color: #424C72; }
span { border-color: rgb(66,76,114); }
td.TdClassName
{
border-color: #424C72;
}
.TagClassName
{
border-color: #424C72;
}
</style>