Shades of Astronaut #4E567A
Tints of Astronaut #4E567A
RGB
CMYK
RGB Variations
Color information
#4E567A (or 0x4E567A) is known color: Astronaut. HEX triplet: 4E, 56 and 7A. RGB value is (78,86,122). Sum of RGB (Red+Green+Blue) = 78+86+122=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E567A is #B1A985. Grayscale: #575757. Windows color (decimal): -11643270 or 8017486. OLE color: 8017486.
HSL color Cylindrical-coordinate representation of color #4E567A: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E567A is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 86 | 122 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.52 |
| HSL | 229.09º | 0.22% | 0.39% | - |
| HSV(B) | 229.09º | 0.36% | 0.48% | - |
| XYZ | 9.98 | 9.68 | 19.75 | - |
| YUV | 87.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 122 | 0.36 | 0.30 | 0 | 0.52 | 229.09 | 0.22 | 0.39 |
| Hex | 4E | 56 | 7A | 24 | 1E | 0 | 34 | E5 | 16 | 27 |
| Octal | 116 | 126 | 172 | 44 | 36 | 0 | 64 | 345 | 26 | 47 |
| Binary | 1001110 | 1010110 | 1111010 | 100100 | 11110 | 0 | 110100 | 11100101 | 10110 | 100111 |
Color Harmonies of #4E567A
Complementary color
Monochromatic Colors of #4E567A
Black with #4E567A
Text Example
Text Example
White with #4E567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E567A; }
p { color: rgb(78,86,122); }
H1.HeaderClassName
{
color: #4E567A;
}
.AnyTagClassName
{
color: #4E567A;
}
</style>
background-color css
<style>
a { background-color: #4E567A; }
a { background-color: rgb(78,86,122); }
div.DivClassName
{
background-color: #4E567A;
}
.BgClassName
{
background-color: #4E567A;
}
</style>
border-color css
<style>
span { border-color: #4E567A; }
span { border-color: rgb(78,86,122); }
td.TdClassName
{
border-color: #4E567A;
}
.TagClassName
{
border-color: #4E567A;
}
</style>