Shades of Astronaut #4E5678
Tints of Astronaut #4E5678
RGB
CMYK
RGB Variations
Color information
#4E5678 (or 0x4E5678) is known color: Astronaut. HEX triplet: 4E, 56 and 78. RGB value is (78,86,120). Sum of RGB (Red+Green+Blue) = 78+86+120=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5678 is #B1A987. Grayscale: #575757. Windows color (decimal): -11643272 or 7886414. OLE color: 7886414.
HSL color Cylindrical-coordinate representation of color #4E5678: hue angle of 228.57º 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 #4E5678 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 86 | 120 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.53 |
| HSL | 228.57º | 0.21% | 0.39% | - |
| HSV(B) | 228.57º | 0.35% | 0.47% | - |
| XYZ | 9.86 | 9.63 | 19.11 | - |
| YUV | 87.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 120 | 0.35 | 0.28 | 0 | 0.53 | 228.57 | 0.21 | 0.39 |
| Hex | 4E | 56 | 78 | 23 | 1C | 0 | 35 | E5 | 15 | 27 |
| Octal | 116 | 126 | 170 | 43 | 34 | 0 | 65 | 345 | 25 | 47 |
| Binary | 1001110 | 1010110 | 1111000 | 100011 | 11100 | 0 | 110101 | 11100101 | 10101 | 100111 |
Color Harmonies of #4E5678
Complementary color
Monochromatic Colors of #4E5678
Black with #4E5678
Text Example
Text Example
White with #4E5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5678; }
p { color: rgb(78,86,120); }
H1.HeaderClassName
{
color: #4E5678;
}
.AnyTagClassName
{
color: #4E5678;
}
</style>
background-color css
<style>
a { background-color: #4E5678; }
a { background-color: rgb(78,86,120); }
div.DivClassName
{
background-color: #4E5678;
}
.BgClassName
{
background-color: #4E5678;
}
</style>
border-color css
<style>
span { border-color: #4E5678; }
span { border-color: rgb(78,86,120); }
td.TdClassName
{
border-color: #4E5678;
}
.TagClassName
{
border-color: #4E5678;
}
</style>