Shades of Astronaut #424E7C
Tints of Astronaut #424E7C
RGB
CMYK
RGB Variations
Color information
#424E7C (or 0x424E7C) is known color: Astronaut. HEX triplet: 42, 4E and 7C. RGB value is (66,78,124). Sum of RGB (Red+Green+Blue) = 66+78+124=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #424E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E7C is #BDB183. Grayscale: #4F4F4F. Windows color (decimal): -12431748 or 8146498. OLE color: 8146498.
HSL color Cylindrical-coordinate representation of color #424E7C: hue angle of 227.59º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424E7C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 78 | 124 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.51 |
| HSL | 227.59º | 0.31% | 0.37% | - |
| HSV(B) | 227.59º | 0.47% | 0.49% | - |
| XYZ | 8.61 | 8.06 | 20.17 | - |
| YUV | 79.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 124 | 0.47 | 0.37 | 0 | 0.51 | 227.59 | 0.31 | 0.37 |
| Hex | 42 | 4E | 7C | 2F | 25 | 0 | 33 | E4 | 1F | 25 |
| Octal | 102 | 116 | 174 | 57 | 45 | 0 | 63 | 344 | 37 | 45 |
| Binary | 1000010 | 1001110 | 1111100 | 101111 | 100101 | 0 | 110011 | 11100100 | 11111 | 100101 |
Color Harmonies of #424E7C
Complementary color
Monochromatic Colors of #424E7C
Black with #424E7C
Text Example
Text Example
White with #424E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E7C; }
p { color: rgb(66,78,124); }
H1.HeaderClassName
{
color: #424E7C;
}
.AnyTagClassName
{
color: #424E7C;
}
</style>
background-color css
<style>
a { background-color: #424E7C; }
a { background-color: rgb(66,78,124); }
div.DivClassName
{
background-color: #424E7C;
}
.BgClassName
{
background-color: #424E7C;
}
</style>
border-color css
<style>
span { border-color: #424E7C; }
span { border-color: rgb(66,78,124); }
td.TdClassName
{
border-color: #424E7C;
}
.TagClassName
{
border-color: #424E7C;
}
</style>