Shades of Astronaut #424C7F
Tints of Astronaut #424C7F
RGB
CMYK
RGB Variations
Color information
#424C7F (or 0x424C7F) is known color: Astronaut. HEX triplet: 42, 4C and 7F. RGB value is (66,76,127). Sum of RGB (Red+Green+Blue) = 66+76+127=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #424C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C7F is #BDB380. Grayscale: #4E4E4E. Windows color (decimal): -12432257 or 8342594. OLE color: 8342594.
HSL color Cylindrical-coordinate representation of color #424C7F: hue angle of 230.16º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424C7F is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 76 | 127 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.50 |
| HSL | 230.16º | 0.32% | 0.38% | - |
| HSV(B) | 230.16º | 0.48% | 0.5% | - |
| XYZ | 8.66 | 7.86 | 21.14 | - |
| YUV | 78.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 127 | 0.48 | 0.40 | 0 | 0.50 | 230.16 | 0.32 | 0.38 |
| Hex | 42 | 4C | 7F | 30 | 28 | 0 | 32 | E6 | 20 | 26 |
| Octal | 102 | 114 | 177 | 60 | 50 | 0 | 62 | 346 | 40 | 46 |
| Binary | 1000010 | 1001100 | 1111111 | 110000 | 101000 | 0 | 110010 | 11100110 | 100000 | 100110 |
Color Harmonies of #424C7F
Complementary color
Monochromatic Colors of #424C7F
Black with #424C7F
Text Example
Text Example
White with #424C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C7F; }
p { color: rgb(66,76,127); }
H1.HeaderClassName
{
color: #424C7F;
}
.AnyTagClassName
{
color: #424C7F;
}
</style>
background-color css
<style>
a { background-color: #424C7F; }
a { background-color: rgb(66,76,127); }
div.DivClassName
{
background-color: #424C7F;
}
.BgClassName
{
background-color: #424C7F;
}
</style>
border-color css
<style>
span { border-color: #424C7F; }
span { border-color: rgb(66,76,127); }
td.TdClassName
{
border-color: #424C7F;
}
.TagClassName
{
border-color: #424C7F;
}
</style>