Shades of Bright Grey #4E515C
Tints of Bright Grey #4E515C
RGB
CMYK
RGB Variations
Color information
#4E515C (or 0x4E515C) is known color: Bright Grey. HEX triplet: 4E, 51 and 5C. RGB value is (78,81,92). Sum of RGB (Red+Green+Blue) = 78+81+92=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E515C is #B1AEA3. Grayscale: #515151. Windows color (decimal): -11644580 or 6050126. OLE color: 6050126.
HSL color Cylindrical-coordinate representation of color #4E515C: hue angle of 227.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E515C is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 81 | 92 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.64 |
| HSL | 227.14º | 0.08% | 0.33% | - |
| HSV(B) | 227.14º | 0.15% | 0.36% | - |
| XYZ | 8.02 | 8.28 | 11.3 | - |
| YUV | 81.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 92 | 0.15 | 0.12 | 0 | 0.64 | 227.14 | 0.08 | 0.33 |
| Hex | 4E | 51 | 5C | F | C | 0 | 40 | E3 | 8 | 21 |
| Octal | 116 | 121 | 134 | 17 | 14 | 0 | 100 | 343 | 10 | 41 |
| Binary | 1001110 | 1010001 | 1011100 | 1111 | 1100 | 0 | 1000000 | 11100011 | 1000 | 100001 |
Color Harmonies of #4E515C
Complementary color
Monochromatic Colors of #4E515C
Black with #4E515C
Text Example
Text Example
White with #4E515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E515C; }
p { color: rgb(78,81,92); }
H1.HeaderClassName
{
color: #4E515C;
}
.AnyTagClassName
{
color: #4E515C;
}
</style>
background-color css
<style>
a { background-color: #4E515C; }
a { background-color: rgb(78,81,92); }
div.DivClassName
{
background-color: #4E515C;
}
.BgClassName
{
background-color: #4E515C;
}
</style>
border-color css
<style>
span { border-color: #4E515C; }
span { border-color: rgb(78,81,92); }
td.TdClassName
{
border-color: #4E515C;
}
.TagClassName
{
border-color: #4E515C;
}
</style>