Shades of Astronaut #424A76
Tints of Astronaut #424A76
RGB
CMYK
RGB Variations
Color information
#424A76 (or 0x424A76) is known color: Astronaut. HEX triplet: 42, 4A and 76. RGB value is (66,74,118). Sum of RGB (Red+Green+Blue) = 66+74+118=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #424A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A76 is #BDB589. Grayscale: #4C4C4C. Windows color (decimal): -12432778 or 7752258. OLE color: 7752258.
HSL color Cylindrical-coordinate representation of color #424A76: hue angle of 230.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424A76 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 74 | 118 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.54 |
| HSL | 230.77º | 0.28% | 0.36% | - |
| HSV(B) | 230.77º | 0.44% | 0.46% | - |
| XYZ | 7.97 | 7.36 | 18.14 | - |
| YUV | 76.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 118 | 0.44 | 0.37 | 0 | 0.54 | 230.77 | 0.28 | 0.36 |
| Hex | 42 | 4A | 76 | 2C | 25 | 0 | 36 | E7 | 1C | 24 |
| Octal | 102 | 112 | 166 | 54 | 45 | 0 | 66 | 347 | 34 | 44 |
| Binary | 1000010 | 1001010 | 1110110 | 101100 | 100101 | 0 | 110110 | 11100111 | 11100 | 100100 |
Color Harmonies of #424A76
Complementary color
Monochromatic Colors of #424A76
Black with #424A76
Text Example
Text Example
White with #424A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A76; }
p { color: rgb(66,74,118); }
H1.HeaderClassName
{
color: #424A76;
}
.AnyTagClassName
{
color: #424A76;
}
</style>
background-color css
<style>
a { background-color: #424A76; }
a { background-color: rgb(66,74,118); }
div.DivClassName
{
background-color: #424A76;
}
.BgClassName
{
background-color: #424A76;
}
</style>
border-color css
<style>
span { border-color: #424A76; }
span { border-color: rgb(66,74,118); }
td.TdClassName
{
border-color: #424A76;
}
.TagClassName
{
border-color: #424A76;
}
</style>