Shades of Bright Grey #4E5359
Tints of Bright Grey #4E5359
RGB
CMYK
RGB Variations
Color information
#4E5359 (or 0x4E5359) is known color: Bright Grey. HEX triplet: 4E, 53 and 59. RGB value is (78,83,89). Sum of RGB (Red+Green+Blue) = 78+83+89=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5359 is #B1ACA6. Grayscale: #525252. Windows color (decimal): -11644071 or 5854030. OLE color: 5854030.
HSL color Cylindrical-coordinate representation of color #4E5359: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5359 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 83 | 89 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.65 |
| HSL | 212.73º | 0.07% | 0.33% | - |
| HSV(B) | 212.73º | 0.12% | 0.35% | - |
| XYZ | 8.04 | 8.53 | 10.67 | - |
| YUV | 82.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 89 | 0.12 | 0.07 | 0 | 0.65 | 212.73 | 0.07 | 0.33 |
| Hex | 4E | 53 | 59 | C | 7 | 0 | 41 | D5 | 7 | 21 |
| Octal | 116 | 123 | 131 | 14 | 7 | 0 | 101 | 325 | 7 | 41 |
| Binary | 1001110 | 1010011 | 1011001 | 1100 | 111 | 0 | 1000001 | 11010101 | 111 | 100001 |
Color Harmonies of #4E5359
Complementary color
Monochromatic Colors of #4E5359
Black with #4E5359
Text Example
Text Example
White with #4E5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5359; }
p { color: rgb(78,83,89); }
H1.HeaderClassName
{
color: #4E5359;
}
.AnyTagClassName
{
color: #4E5359;
}
</style>
background-color css
<style>
a { background-color: #4E5359; }
a { background-color: rgb(78,83,89); }
div.DivClassName
{
background-color: #4E5359;
}
.BgClassName
{
background-color: #4E5359;
}
</style>
border-color css
<style>
span { border-color: #4E5359; }
span { border-color: rgb(78,83,89); }
td.TdClassName
{
border-color: #4E5359;
}
.TagClassName
{
border-color: #4E5359;
}
</style>