Shades of Bright Grey #4E5159
Tints of Bright Grey #4E5159
RGB
CMYK
RGB Variations
Color information
#4E5159 (or 0x4E5159) is known color: Bright Grey. HEX triplet: 4E, 51 and 59. RGB value is (78,81,89). Sum of RGB (Red+Green+Blue) = 78+81+89=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5159 is #B1AEA6. Grayscale: #505050. Windows color (decimal): -11644583 or 5853518. OLE color: 5853518.
HSL color Cylindrical-coordinate representation of color #4E5159: hue angle of 223.64º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5159 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 81 | 89 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.65 |
| HSL | 223.64º | 0.07% | 0.33% | - |
| HSV(B) | 223.64º | 0.12% | 0.35% | - |
| XYZ | 7.89 | 8.23 | 10.62 | - |
| YUV | 81.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 89 | 0.12 | 0.09 | 0 | 0.65 | 223.64 | 0.07 | 0.33 |
| Hex | 4E | 51 | 59 | C | 9 | 0 | 41 | E0 | 7 | 21 |
| Octal | 116 | 121 | 131 | 14 | 11 | 0 | 101 | 340 | 7 | 41 |
| Binary | 1001110 | 1010001 | 1011001 | 1100 | 1001 | 0 | 1000001 | 11100000 | 111 | 100001 |
Color Harmonies of #4E5159
Complementary color
Monochromatic Colors of #4E5159
Black with #4E5159
Text Example
Text Example
White with #4E5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5159; }
p { color: rgb(78,81,89); }
H1.HeaderClassName
{
color: #4E5159;
}
.AnyTagClassName
{
color: #4E5159;
}
</style>
background-color css
<style>
a { background-color: #4E5159; }
a { background-color: rgb(78,81,89); }
div.DivClassName
{
background-color: #4E5159;
}
.BgClassName
{
background-color: #4E5159;
}
</style>
border-color css
<style>
span { border-color: #4E5159; }
span { border-color: rgb(78,81,89); }
td.TdClassName
{
border-color: #4E5159;
}
.TagClassName
{
border-color: #4E5159;
}
</style>