Shades of Astronaut #4E5280
Tints of Astronaut #4E5280
RGB
CMYK
RGB Variations
Color information
#4E5280 (or 0x4E5280) is known color: Astronaut. HEX triplet: 4E, 52 and 80. RGB value is (78,82,128). Sum of RGB (Red+Green+Blue) = 78+82+128=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E5280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5280 is #B1AD7F. Grayscale: #555555. Windows color (decimal): -11644288 or 8409678. OLE color: 8409678.
HSL color Cylindrical-coordinate representation of color #4E5280: hue angle of 235.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E5280 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 82 | 128 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.50 |
| HSL | 235.2º | 0.24% | 0.4% | - |
| HSV(B) | 235.2º | 0.39% | 0.5% | - |
| XYZ | 10.06 | 9.21 | 21.67 | - |
| YUV | 86.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 128 | 0.39 | 0.36 | 0 | 0.50 | 235.2 | 0.24 | 0.4 |
| Hex | 4E | 52 | 80 | 27 | 24 | 0 | 32 | EB | 18 | 28 |
| Octal | 116 | 122 | 200 | 47 | 44 | 0 | 62 | 353 | 30 | 50 |
| Binary | 1001110 | 1010010 | 10000000 | 100111 | 100100 | 0 | 110010 | 11101011 | 11000 | 101000 |
Color Harmonies of #4E5280
Complementary color
Monochromatic Colors of #4E5280
Black with #4E5280
Text Example
Text Example
White with #4E5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5280; }
p { color: rgb(78,82,128); }
H1.HeaderClassName
{
color: #4E5280;
}
.AnyTagClassName
{
color: #4E5280;
}
</style>
background-color css
<style>
a { background-color: #4E5280; }
a { background-color: rgb(78,82,128); }
div.DivClassName
{
background-color: #4E5280;
}
.BgClassName
{
background-color: #4E5280;
}
</style>
border-color css
<style>
span { border-color: #4E5280; }
span { border-color: rgb(78,82,128); }
td.TdClassName
{
border-color: #4E5280;
}
.TagClassName
{
border-color: #4E5280;
}
</style>