Shades of Bright Grey #4E555F
Tints of Bright Grey #4E555F
RGB
CMYK
RGB Variations
Color information
#4E555F (or 0x4E555F) is known color: Bright Grey. HEX triplet: 4E, 55 and 5F. RGB value is (78,85,95). Sum of RGB (Red+Green+Blue) = 78+85+95=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E555F is #B1AAA0. Grayscale: #545454. Windows color (decimal): -11643553 or 6247758. OLE color: 6247758.
HSL color Cylindrical-coordinate representation of color #4E555F: hue angle of 215.29º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E555F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 85 | 95 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.63 |
| HSL | 215.29º | 0.1% | 0.34% | - |
| HSV(B) | 215.29º | 0.18% | 0.37% | - |
| XYZ | 8.46 | 8.94 | 12.11 | - |
| YUV | 84.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 95 | 0.18 | 0.11 | 0 | 0.63 | 215.29 | 0.1 | 0.34 |
| Hex | 4E | 55 | 5F | 12 | B | 0 | 3F | D7 | A | 22 |
| Octal | 116 | 125 | 137 | 22 | 13 | 0 | 77 | 327 | 12 | 42 |
| Binary | 1001110 | 1010101 | 1011111 | 10010 | 1011 | 0 | 111111 | 11010111 | 1010 | 100010 |
Color Harmonies of #4E555F
Complementary color
Monochromatic Colors of #4E555F
Black with #4E555F
Text Example
Text Example
White with #4E555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E555F; }
p { color: rgb(78,85,95); }
H1.HeaderClassName
{
color: #4E555F;
}
.AnyTagClassName
{
color: #4E555F;
}
</style>
background-color css
<style>
a { background-color: #4E555F; }
a { background-color: rgb(78,85,95); }
div.DivClassName
{
background-color: #4E555F;
}
.BgClassName
{
background-color: #4E555F;
}
</style>
border-color css
<style>
span { border-color: #4E555F; }
span { border-color: rgb(78,85,95); }
td.TdClassName
{
border-color: #4E555F;
}
.TagClassName
{
border-color: #4E555F;
}
</style>