Shades of Bright Grey #4E5360
Tints of Bright Grey #4E5360
RGB
CMYK
RGB Variations
Color information
#4E5360 (or 0x4E5360) is known color: Bright Grey. HEX triplet: 4E, 53 and 60. RGB value is (78,83,96). Sum of RGB (Red+Green+Blue) = 78+83+96=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5360 is #B1AC9F. Grayscale: #525252. Windows color (decimal): -11644064 or 6312782. OLE color: 6312782.
HSL color Cylindrical-coordinate representation of color #4E5360: hue angle of 223.33º 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 #4E5360 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 83 | 96 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.62 |
| HSL | 223.33º | 0.1% | 0.34% | - |
| HSV(B) | 223.33º | 0.19% | 0.38% | - |
| XYZ | 8.35 | 8.65 | 12.3 | - |
| YUV | 82.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 96 | 0.19 | 0.14 | 0 | 0.62 | 223.33 | 0.1 | 0.34 |
| Hex | 4E | 53 | 60 | 13 | E | 0 | 3E | DF | A | 22 |
| Octal | 116 | 123 | 140 | 23 | 16 | 0 | 76 | 337 | 12 | 42 |
| Binary | 1001110 | 1010011 | 1100000 | 10011 | 1110 | 0 | 111110 | 11011111 | 1010 | 100010 |
Color Harmonies of #4E5360
Complementary color
Monochromatic Colors of #4E5360
Black with #4E5360
Text Example
Text Example
White with #4E5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5360; }
p { color: rgb(78,83,96); }
H1.HeaderClassName
{
color: #4E5360;
}
.AnyTagClassName
{
color: #4E5360;
}
</style>
background-color css
<style>
a { background-color: #4E5360; }
a { background-color: rgb(78,83,96); }
div.DivClassName
{
background-color: #4E5360;
}
.BgClassName
{
background-color: #4E5360;
}
</style>
border-color css
<style>
span { border-color: #4E5360; }
span { border-color: rgb(78,83,96); }
td.TdClassName
{
border-color: #4E5360;
}
.TagClassName
{
border-color: #4E5360;
}
</style>