Shades of Astronaut #4E527C
Tints of Astronaut #4E527C
RGB
CMYK
RGB Variations
Color information
#4E527C (or 0x4E527C) is known color: Astronaut. HEX triplet: 4E, 52 and 7C. RGB value is (78,82,124). Sum of RGB (Red+Green+Blue) = 78+82+124=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E527C is #B1AD83. Grayscale: #555555. Windows color (decimal): -11644292 or 8147534. OLE color: 8147534.
HSL color Cylindrical-coordinate representation of color #4E527C: hue angle of 234.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E527C is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 82 | 124 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.51 |
| HSL | 234.78º | 0.23% | 0.4% | - |
| HSV(B) | 234.78º | 0.37% | 0.49% | - |
| XYZ | 9.8 | 9.11 | 20.31 | - |
| YUV | 85.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 124 | 0.37 | 0.34 | 0 | 0.51 | 234.78 | 0.23 | 0.4 |
| Hex | 4E | 52 | 7C | 25 | 22 | 0 | 33 | EB | 17 | 28 |
| Octal | 116 | 122 | 174 | 45 | 42 | 0 | 63 | 353 | 27 | 50 |
| Binary | 1001110 | 1010010 | 1111100 | 100101 | 100010 | 0 | 110011 | 11101011 | 10111 | 101000 |
Color Harmonies of #4E527C
Complementary color
Monochromatic Colors of #4E527C
Black with #4E527C
Text Example
Text Example
White with #4E527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E527C; }
p { color: rgb(78,82,124); }
H1.HeaderClassName
{
color: #4E527C;
}
.AnyTagClassName
{
color: #4E527C;
}
</style>
background-color css
<style>
a { background-color: #4E527C; }
a { background-color: rgb(78,82,124); }
div.DivClassName
{
background-color: #4E527C;
}
.BgClassName
{
background-color: #4E527C;
}
</style>
border-color css
<style>
span { border-color: #4E527C; }
span { border-color: rgb(78,82,124); }
td.TdClassName
{
border-color: #4E527C;
}
.TagClassName
{
border-color: #4E527C;
}
</style>