Shades of Bright Grey #4E515A
Tints of Bright Grey #4E515A
RGB
CMYK
RGB Variations
Color information
#4E515A (or 0x4E515A) is known color: Bright Grey. HEX triplet: 4E, 51 and 5A. RGB value is (78,81,90). Sum of RGB (Red+Green+Blue) = 78+81+90=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E515A is #B1AEA5. Grayscale: #515151. Windows color (decimal): -11644582 or 5919054. OLE color: 5919054.
HSL color Cylindrical-coordinate representation of color #4E515A: hue angle of 225º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E515A is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 81 | 90 | - |
| CMYK | 0.13 | 0.1 | 0 | 0.65 |
| HSL | 225º | 0.07% | 0.33% | - |
| HSV(B) | 225º | 0.13% | 0.35% | - |
| XYZ | 7.93 | 8.24 | 10.85 | - |
| YUV | 81.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 90 | 0.13 | 0.1 | 0 | 0.65 | 225 | 0.07 | 0.33 |
| Hex | 4E | 51 | 5A | D | A | 0 | 41 | E1 | 7 | 21 |
| Octal | 116 | 121 | 132 | 15 | 12 | 0 | 101 | 341 | 7 | 41 |
| Binary | 1001110 | 1010001 | 1011010 | 1101 | 1010 | 0 | 1000001 | 11100001 | 111 | 100001 |
Color Harmonies of #4E515A
Complementary color
Monochromatic Colors of #4E515A
Black with #4E515A
Text Example
Text Example
White with #4E515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E515A; }
p { color: rgb(78,81,90); }
H1.HeaderClassName
{
color: #4E515A;
}
.AnyTagClassName
{
color: #4E515A;
}
</style>
background-color css
<style>
a { background-color: #4E515A; }
a { background-color: rgb(78,81,90); }
div.DivClassName
{
background-color: #4E515A;
}
.BgClassName
{
background-color: #4E515A;
}
</style>
border-color css
<style>
span { border-color: #4E515A; }
span { border-color: rgb(78,81,90); }
td.TdClassName
{
border-color: #4E515A;
}
.TagClassName
{
border-color: #4E515A;
}
</style>