Shades of Bright Grey #4E525A
Tints of Bright Grey #4E525A
RGB
CMYK
RGB Variations
Color information
#4E525A (or 0x4E525A) is known color: Bright Grey. HEX triplet: 4E, 52 and 5A. RGB value is (78,82,90). Sum of RGB (Red+Green+Blue) = 78+82+90=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E525A is #B1ADA5. Grayscale: #515151. Windows color (decimal): -11644326 or 5919310. OLE color: 5919310.
HSL color Cylindrical-coordinate representation of color #4E525A: hue angle of 220º 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 #4E525A is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 82 | 90 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.65 |
| HSL | 220º | 0.07% | 0.33% | - |
| HSV(B) | 220º | 0.13% | 0.35% | - |
| XYZ | 8 | 8.39 | 10.87 | - |
| YUV | 81.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 90 | 0.13 | 0.09 | 0 | 0.65 | 220 | 0.07 | 0.33 |
| Hex | 4E | 52 | 5A | D | 9 | 0 | 41 | DC | 7 | 21 |
| Octal | 116 | 122 | 132 | 15 | 11 | 0 | 101 | 334 | 7 | 41 |
| Binary | 1001110 | 1010010 | 1011010 | 1101 | 1001 | 0 | 1000001 | 11011100 | 111 | 100001 |
Color Harmonies of #4E525A
Complementary color
Monochromatic Colors of #4E525A
Black with #4E525A
Text Example
Text Example
White with #4E525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E525A; }
p { color: rgb(78,82,90); }
H1.HeaderClassName
{
color: #4E525A;
}
.AnyTagClassName
{
color: #4E525A;
}
</style>
background-color css
<style>
a { background-color: #4E525A; }
a { background-color: rgb(78,82,90); }
div.DivClassName
{
background-color: #4E525A;
}
.BgClassName
{
background-color: #4E525A;
}
</style>
border-color css
<style>
span { border-color: #4E525A; }
span { border-color: rgb(78,82,90); }
td.TdClassName
{
border-color: #4E525A;
}
.TagClassName
{
border-color: #4E525A;
}
</style>