Shades of Astronaut #424B6E
Tints of Astronaut #424B6E
RGB
CMYK
RGB Variations
Color information
#424B6E (or 0x424B6E) is known color: Astronaut. HEX triplet: 42, 4B and 6E. RGB value is (66,75,110). Sum of RGB (Red+Green+Blue) = 66+75+110=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #424B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6E is #BDB491. Grayscale: #4C4C4C. Windows color (decimal): -12432530 or 7228226. OLE color: 7228226.
HSL color Cylindrical-coordinate representation of color #424B6E: hue angle of 227.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #424B6E is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 75 | 110 | - |
| CMYK | 0.4 | 0.32 | 0 | 0.57 |
| HSL | 227.73º | 0.25% | 0.35% | - |
| HSV(B) | 227.73º | 0.4% | 0.43% | - |
| XYZ | 7.58 | 7.32 | 15.76 | - |
| YUV | 76.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 110 | 0.4 | 0.32 | 0 | 0.57 | 227.73 | 0.25 | 0.35 |
| Hex | 42 | 4B | 6E | 28 | 20 | 0 | 39 | E4 | 19 | 23 |
| Octal | 102 | 113 | 156 | 50 | 40 | 0 | 71 | 344 | 31 | 43 |
| Binary | 1000010 | 1001011 | 1101110 | 101000 | 100000 | 0 | 111001 | 11100100 | 11001 | 100011 |
Color Harmonies of #424B6E
Complementary color
Monochromatic Colors of #424B6E
Black with #424B6E
Text Example
Text Example
White with #424B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B6E; }
p { color: rgb(66,75,110); }
H1.HeaderClassName
{
color: #424B6E;
}
.AnyTagClassName
{
color: #424B6E;
}
</style>
background-color css
<style>
a { background-color: #424B6E; }
a { background-color: rgb(66,75,110); }
div.DivClassName
{
background-color: #424B6E;
}
.BgClassName
{
background-color: #424B6E;
}
</style>
border-color css
<style>
span { border-color: #424B6E; }
span { border-color: rgb(66,75,110); }
td.TdClassName
{
border-color: #424B6E;
}
.TagClassName
{
border-color: #424B6E;
}
</style>