Shades of Bright Grey #4E5460
Tints of Bright Grey #4E5460
RGB
CMYK
RGB Variations
Color information
#4E5460 (or 0x4E5460) is known color: Bright Grey. HEX triplet: 4E, 54 and 60. RGB value is (78,84,96). Sum of RGB (Red+Green+Blue) = 78+84+96=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5460 is #B1AB9F. Grayscale: #535353. Windows color (decimal): -11643808 or 6313038. OLE color: 6313038.
HSL color Cylindrical-coordinate representation of color #4E5460: hue angle of 220º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5460 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 84 | 96 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.62 |
| HSL | 220º | 0.1% | 0.34% | - |
| HSV(B) | 220º | 0.19% | 0.38% | - |
| XYZ | 8.42 | 8.8 | 12.32 | - |
| YUV | 83.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 96 | 0.19 | 0.12 | 0 | 0.62 | 220 | 0.1 | 0.34 |
| Hex | 4E | 54 | 60 | 13 | C | 0 | 3E | DC | A | 22 |
| Octal | 116 | 124 | 140 | 23 | 14 | 0 | 76 | 334 | 12 | 42 |
| Binary | 1001110 | 1010100 | 1100000 | 10011 | 1100 | 0 | 111110 | 11011100 | 1010 | 100010 |
Color Harmonies of #4E5460
Complementary color
Monochromatic Colors of #4E5460
Black with #4E5460
Text Example
Text Example
White with #4E5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5460; }
p { color: rgb(78,84,96); }
H1.HeaderClassName
{
color: #4E5460;
}
.AnyTagClassName
{
color: #4E5460;
}
</style>
background-color css
<style>
a { background-color: #4E5460; }
a { background-color: rgb(78,84,96); }
div.DivClassName
{
background-color: #4E5460;
}
.BgClassName
{
background-color: #4E5460;
}
</style>
border-color css
<style>
span { border-color: #4E5460; }
span { border-color: rgb(78,84,96); }
td.TdClassName
{
border-color: #4E5460;
}
.TagClassName
{
border-color: #4E5460;
}
</style>