Shades of Astronaut #424B72
Tints of Astronaut #424B72
RGB
CMYK
RGB Variations
Color information
#424B72 (or 0x424B72) is known color: Astronaut. HEX triplet: 42, 4B and 72. RGB value is (66,75,114). Sum of RGB (Red+Green+Blue) = 66+75+114=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #424B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B72 is #BDB48D. Grayscale: #4C4C4C. Windows color (decimal): -12432526 or 7490370. OLE color: 7490370.
HSL color Cylindrical-coordinate representation of color #424B72: hue angle of 228.75º 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 #424B72 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 75 | 114 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.55 |
| HSL | 228.75º | 0.27% | 0.35% | - |
| HSV(B) | 228.75º | 0.42% | 0.45% | - |
| XYZ | 7.8 | 7.41 | 16.94 | - |
| YUV | 76.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 114 | 0.42 | 0.34 | 0 | 0.55 | 228.75 | 0.27 | 0.35 |
| Hex | 42 | 4B | 72 | 2A | 22 | 0 | 37 | E5 | 1B | 23 |
| Octal | 102 | 113 | 162 | 52 | 42 | 0 | 67 | 345 | 33 | 43 |
| Binary | 1000010 | 1001011 | 1110010 | 101010 | 100010 | 0 | 110111 | 11100101 | 11011 | 100011 |
Color Harmonies of #424B72
Complementary color
Monochromatic Colors of #424B72
Black with #424B72
Text Example
Text Example
White with #424B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B72; }
p { color: rgb(66,75,114); }
H1.HeaderClassName
{
color: #424B72;
}
.AnyTagClassName
{
color: #424B72;
}
</style>
background-color css
<style>
a { background-color: #424B72; }
a { background-color: rgb(66,75,114); }
div.DivClassName
{
background-color: #424B72;
}
.BgClassName
{
background-color: #424B72;
}
</style>
border-color css
<style>
span { border-color: #424B72; }
span { border-color: rgb(66,75,114); }
td.TdClassName
{
border-color: #424B72;
}
.TagClassName
{
border-color: #424B72;
}
</style>