Shades of Bright Grey #4E555E
Tints of Bright Grey #4E555E
RGB
CMYK
RGB Variations
Color information
#4E555E (or 0x4E555E) is known color: Bright Grey. HEX triplet: 4E, 55 and 5E. RGB value is (78,85,94). Sum of RGB (Red+Green+Blue) = 78+85+94=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E555E is #B1AAA1. Grayscale: #535353. Windows color (decimal): -11643554 or 6182222. OLE color: 6182222.
HSL color Cylindrical-coordinate representation of color #4E555E: hue angle of 213.75º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E555E is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 85 | 94 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.63 |
| HSL | 213.75º | 0.09% | 0.34% | - |
| HSV(B) | 213.75º | 0.17% | 0.37% | - |
| XYZ | 8.41 | 8.92 | 11.87 | - |
| YUV | 83.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 94 | 0.17 | 0.10 | 0 | 0.63 | 213.75 | 0.09 | 0.34 |
| Hex | 4E | 55 | 5E | 11 | A | 0 | 3F | D6 | 9 | 22 |
| Octal | 116 | 125 | 136 | 21 | 12 | 0 | 77 | 326 | 11 | 42 |
| Binary | 1001110 | 1010101 | 1011110 | 10001 | 1010 | 0 | 111111 | 11010110 | 1001 | 100010 |
Color Harmonies of #4E555E
Complementary color
Monochromatic Colors of #4E555E
Black with #4E555E
Text Example
Text Example
White with #4E555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E555E; }
p { color: rgb(78,85,94); }
H1.HeaderClassName
{
color: #4E555E;
}
.AnyTagClassName
{
color: #4E555E;
}
</style>
background-color css
<style>
a { background-color: #4E555E; }
a { background-color: rgb(78,85,94); }
div.DivClassName
{
background-color: #4E555E;
}
.BgClassName
{
background-color: #4E555E;
}
</style>
border-color css
<style>
span { border-color: #4E555E; }
span { border-color: rgb(78,85,94); }
td.TdClassName
{
border-color: #4E555E;
}
.TagClassName
{
border-color: #4E555E;
}
</style>