Shades of Bright Grey #4E5056
Tints of Bright Grey #4E5056
RGB
CMYK
RGB Variations
Color information
#4E5056 (or 0x4E5056) is known color: Bright Grey. HEX triplet: 4E, 50 and 56. RGB value is (78,80,86). Sum of RGB (Red+Green+Blue) = 78+80+86=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5056 is #B1AFA9. Grayscale: #505050. Windows color (decimal): -11644842 or 5656654. OLE color: 5656654.
HSL color Cylindrical-coordinate representation of color #4E5056: hue angle of 225º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E5056 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 80 | 86 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.66 |
| HSL | 225º | 0.05% | 0.32% | - |
| HSV(B) | 225º | 0.09% | 0.34% | - |
| XYZ | 7.69 | 8.03 | 9.95 | - |
| YUV | 80.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 86 | 0.09 | 0.07 | 0 | 0.66 | 225 | 0.05 | 0.32 |
| Hex | 4E | 50 | 56 | 9 | 7 | 0 | 42 | E1 | 5 | 20 |
| Octal | 116 | 120 | 126 | 11 | 7 | 0 | 102 | 341 | 5 | 40 |
| Binary | 1001110 | 1010000 | 1010110 | 1001 | 111 | 0 | 1000010 | 11100001 | 101 | 100000 |
Color Harmonies of #4E5056
Complementary color
Monochromatic Colors of #4E5056
Black with #4E5056
Text Example
Text Example
White with #4E5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5056; }
p { color: rgb(78,80,86); }
H1.HeaderClassName
{
color: #4E5056;
}
.AnyTagClassName
{
color: #4E5056;
}
</style>
background-color css
<style>
a { background-color: #4E5056; }
a { background-color: rgb(78,80,86); }
div.DivClassName
{
background-color: #4E5056;
}
.BgClassName
{
background-color: #4E5056;
}
</style>
border-color css
<style>
span { border-color: #4E5056; }
span { border-color: rgb(78,80,86); }
td.TdClassName
{
border-color: #4E5056;
}
.TagClassName
{
border-color: #4E5056;
}
</style>