Shades of Astronaut #4E5278
Tints of Astronaut #4E5278
RGB
CMYK
RGB Variations
Color information
#4E5278 (or 0x4E5278) is known color: Astronaut. HEX triplet: 4E, 52 and 78. RGB value is (78,82,120). Sum of RGB (Red+Green+Blue) = 78+82+120=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5278 is #B1AD87. Grayscale: #545454. Windows color (decimal): -11644296 or 7885390. OLE color: 7885390.
HSL color Cylindrical-coordinate representation of color #4E5278: hue angle of 234.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E5278 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 82 | 120 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.53 |
| HSL | 234.29º | 0.21% | 0.39% | - |
| HSV(B) | 234.29º | 0.35% | 0.47% | - |
| XYZ | 9.55 | 9.01 | 19.01 | - |
| YUV | 85.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 120 | 0.35 | 0.32 | 0 | 0.53 | 234.29 | 0.21 | 0.39 |
| Hex | 4E | 52 | 78 | 23 | 20 | 0 | 35 | EA | 15 | 27 |
| Octal | 116 | 122 | 170 | 43 | 40 | 0 | 65 | 352 | 25 | 47 |
| Binary | 1001110 | 1010010 | 1111000 | 100011 | 100000 | 0 | 110101 | 11101010 | 10101 | 100111 |
Color Harmonies of #4E5278
Complementary color
Monochromatic Colors of #4E5278
Black with #4E5278
Text Example
Text Example
White with #4E5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5278; }
p { color: rgb(78,82,120); }
H1.HeaderClassName
{
color: #4E5278;
}
.AnyTagClassName
{
color: #4E5278;
}
</style>
background-color css
<style>
a { background-color: #4E5278; }
a { background-color: rgb(78,82,120); }
div.DivClassName
{
background-color: #4E5278;
}
.BgClassName
{
background-color: #4E5278;
}
</style>
border-color css
<style>
span { border-color: #4E5278; }
span { border-color: rgb(78,82,120); }
td.TdClassName
{
border-color: #4E5278;
}
.TagClassName
{
border-color: #4E5278;
}
</style>