Shades of Bright Grey #4E515F
Tints of Bright Grey #4E515F
RGB
CMYK
RGB Variations
Color information
#4E515F (or 0x4E515F) is known color: Bright Grey. HEX triplet: 4E, 51 and 5F. RGB value is (78,81,95). Sum of RGB (Red+Green+Blue) = 78+81+95=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E515F is #B1AEA0. Grayscale: #515151. Windows color (decimal): -11644577 or 6246734. OLE color: 6246734.
HSL color Cylindrical-coordinate representation of color #4E515F: hue angle of 229.41º 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 #4E515F is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 81 | 95 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.63 |
| HSL | 229.41º | 0.1% | 0.34% | - |
| HSV(B) | 229.41º | 0.18% | 0.37% | - |
| XYZ | 8.15 | 8.33 | 12 | - |
| YUV | 81.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 95 | 0.18 | 0.15 | 0 | 0.63 | 229.41 | 0.1 | 0.34 |
| Hex | 4E | 51 | 5F | 12 | F | 0 | 3F | E5 | A | 22 |
| Octal | 116 | 121 | 137 | 22 | 17 | 0 | 77 | 345 | 12 | 42 |
| Binary | 1001110 | 1010001 | 1011111 | 10010 | 1111 | 0 | 111111 | 11100101 | 1010 | 100010 |
Color Harmonies of #4E515F
Complementary color
Monochromatic Colors of #4E515F
Black with #4E515F
Text Example
Text Example
White with #4E515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E515F; }
p { color: rgb(78,81,95); }
H1.HeaderClassName
{
color: #4E515F;
}
.AnyTagClassName
{
color: #4E515F;
}
</style>
background-color css
<style>
a { background-color: #4E515F; }
a { background-color: rgb(78,81,95); }
div.DivClassName
{
background-color: #4E515F;
}
.BgClassName
{
background-color: #4E515F;
}
</style>
border-color css
<style>
span { border-color: #4E515F; }
span { border-color: rgb(78,81,95); }
td.TdClassName
{
border-color: #4E515F;
}
.TagClassName
{
border-color: #4E515F;
}
</style>