Shades of Astronaut #424F76
Tints of Astronaut #424F76
RGB
CMYK
RGB Variations
Color information
#424F76 (or 0x424F76) is known color: Astronaut. HEX triplet: 42, 4F and 76. RGB value is (66,79,118). Sum of RGB (Red+Green+Blue) = 66+79+118=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #424F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F76 is #BDB089. Grayscale: #4F4F4F. Windows color (decimal): -12431498 or 7753538. OLE color: 7753538.
HSL color Cylindrical-coordinate representation of color #424F76: hue angle of 225º 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 #424F76 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 79 | 118 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.54 |
| HSL | 225º | 0.28% | 0.36% | - |
| HSV(B) | 225º | 0.44% | 0.46% | - |
| XYZ | 8.31 | 8.06 | 18.26 | - |
| YUV | 79.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 118 | 0.44 | 0.33 | 0 | 0.54 | 225 | 0.28 | 0.36 |
| Hex | 42 | 4F | 76 | 2C | 21 | 0 | 36 | E1 | 1C | 24 |
| Octal | 102 | 117 | 166 | 54 | 41 | 0 | 66 | 341 | 34 | 44 |
| Binary | 1000010 | 1001111 | 1110110 | 101100 | 100001 | 0 | 110110 | 11100001 | 11100 | 100100 |
Color Harmonies of #424F76
Complementary color
Monochromatic Colors of #424F76
Black with #424F76
Text Example
Text Example
White with #424F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F76; }
p { color: rgb(66,79,118); }
H1.HeaderClassName
{
color: #424F76;
}
.AnyTagClassName
{
color: #424F76;
}
</style>
background-color css
<style>
a { background-color: #424F76; }
a { background-color: rgb(66,79,118); }
div.DivClassName
{
background-color: #424F76;
}
.BgClassName
{
background-color: #424F76;
}
</style>
border-color css
<style>
span { border-color: #424F76; }
span { border-color: rgb(66,79,118); }
td.TdClassName
{
border-color: #424F76;
}
.TagClassName
{
border-color: #424F76;
}
</style>