Shades of Bright Grey #4E5058
Tints of Bright Grey #4E5058
RGB
CMYK
RGB Variations
Color information
#4E5058 (or 0x4E5058) is known color: Bright Grey. HEX triplet: 4E, 50 and 58. RGB value is (78,80,88). Sum of RGB (Red+Green+Blue) = 78+80+88=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5058 is #B1AFA7. Grayscale: #505050. Windows color (decimal): -11644840 or 5787726. OLE color: 5787726.
HSL color Cylindrical-coordinate representation of color #4E5058: hue angle of 228º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5058 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 80 | 88 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.65 |
| HSL | 228º | 0.06% | 0.33% | - |
| HSV(B) | 228º | 0.11% | 0.35% | - |
| XYZ | 7.77 | 8.06 | 10.38 | - |
| YUV | 80.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 88 | 0.11 | 0.09 | 0 | 0.65 | 228 | 0.06 | 0.33 |
| Hex | 4E | 50 | 58 | B | 9 | 0 | 41 | E4 | 6 | 21 |
| Octal | 116 | 120 | 130 | 13 | 11 | 0 | 101 | 344 | 6 | 41 |
| Binary | 1001110 | 1010000 | 1011000 | 1011 | 1001 | 0 | 1000001 | 11100100 | 110 | 100001 |
Color Harmonies of #4E5058
Complementary color
Monochromatic Colors of #4E5058
Black with #4E5058
Text Example
Text Example
White with #4E5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5058; }
p { color: rgb(78,80,88); }
H1.HeaderClassName
{
color: #4E5058;
}
.AnyTagClassName
{
color: #4E5058;
}
</style>
background-color css
<style>
a { background-color: #4E5058; }
a { background-color: rgb(78,80,88); }
div.DivClassName
{
background-color: #4E5058;
}
.BgClassName
{
background-color: #4E5058;
}
</style>
border-color css
<style>
span { border-color: #4E5058; }
span { border-color: rgb(78,80,88); }
td.TdClassName
{
border-color: #4E5058;
}
.TagClassName
{
border-color: #4E5058;
}
</style>