Shades of Astronaut #424B70
Tints of Astronaut #424B70
RGB
CMYK
RGB Variations
Color information
#424B70 (or 0x424B70) is known color: Astronaut. HEX triplet: 42, 4B and 70. RGB value is (66,75,112). Sum of RGB (Red+Green+Blue) = 66+75+112=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #424B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B70 is #BDB48F. Grayscale: #4C4C4C. Windows color (decimal): -12432528 or 7359298. OLE color: 7359298.
HSL color Cylindrical-coordinate representation of color #424B70: hue angle of 228.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424B70 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 75 | 112 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.56 |
| HSL | 228.26º | 0.26% | 0.35% | - |
| HSV(B) | 228.26º | 0.41% | 0.44% | - |
| XYZ | 7.69 | 7.36 | 16.34 | - |
| YUV | 76.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 112 | 0.41 | 0.33 | 0 | 0.56 | 228.26 | 0.26 | 0.35 |
| Hex | 42 | 4B | 70 | 29 | 21 | 0 | 38 | E4 | 1A | 23 |
| Octal | 102 | 113 | 160 | 51 | 41 | 0 | 70 | 344 | 32 | 43 |
| Binary | 1000010 | 1001011 | 1110000 | 101001 | 100001 | 0 | 111000 | 11100100 | 11010 | 100011 |
Color Harmonies of #424B70
Complementary color
Monochromatic Colors of #424B70
Black with #424B70
Text Example
Text Example
White with #424B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B70; }
p { color: rgb(66,75,112); }
H1.HeaderClassName
{
color: #424B70;
}
.AnyTagClassName
{
color: #424B70;
}
</style>
background-color css
<style>
a { background-color: #424B70; }
a { background-color: rgb(66,75,112); }
div.DivClassName
{
background-color: #424B70;
}
.BgClassName
{
background-color: #424B70;
}
</style>
border-color css
<style>
span { border-color: #424B70; }
span { border-color: rgb(66,75,112); }
td.TdClassName
{
border-color: #424B70;
}
.TagClassName
{
border-color: #424B70;
}
</style>