Shades of Astronaut #4E517F
Tints of Astronaut #4E517F
RGB
CMYK
RGB Variations
Color information
#4E517F (or 0x4E517F) is known color: Astronaut. HEX triplet: 4E, 51 and 7F. RGB value is (78,81,127). Sum of RGB (Red+Green+Blue) = 78+81+127=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E517F is #B1AE80. Grayscale: #555555. Windows color (decimal): -11644545 or 8343886. OLE color: 8343886.
HSL color Cylindrical-coordinate representation of color #4E517F: hue angle of 236.33º 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 #4E517F is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 81 | 127 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.50 |
| HSL | 236.33º | 0.24% | 0.4% | - |
| HSV(B) | 236.33º | 0.39% | 0.5% | - |
| XYZ | 9.92 | 9.04 | 21.3 | - |
| YUV | 85.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 127 | 0.39 | 0.36 | 0 | 0.50 | 236.33 | 0.24 | 0.4 |
| Hex | 4E | 51 | 7F | 27 | 24 | 0 | 32 | EC | 18 | 28 |
| Octal | 116 | 121 | 177 | 47 | 44 | 0 | 62 | 354 | 30 | 50 |
| Binary | 1001110 | 1010001 | 1111111 | 100111 | 100100 | 0 | 110010 | 11101100 | 11000 | 101000 |
Color Harmonies of #4E517F
Complementary color
Monochromatic Colors of #4E517F
Black with #4E517F
Text Example
Text Example
White with #4E517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E517F; }
p { color: rgb(78,81,127); }
H1.HeaderClassName
{
color: #4E517F;
}
.AnyTagClassName
{
color: #4E517F;
}
</style>
background-color css
<style>
a { background-color: #4E517F; }
a { background-color: rgb(78,81,127); }
div.DivClassName
{
background-color: #4E517F;
}
.BgClassName
{
background-color: #4E517F;
}
</style>
border-color css
<style>
span { border-color: #4E517F; }
span { border-color: rgb(78,81,127); }
td.TdClassName
{
border-color: #4E517F;
}
.TagClassName
{
border-color: #4E517F;
}
</style>