Shades of Nandor #4E584D
Tints of Nandor #4E584D
RGB
CMYK
RGB Variations
Color information
#4E584D (or 0x4E584D) is known color: Nandor. HEX triplet: 4E, 58 and 4D. RGB value is (78,88,77). Sum of RGB (Red+Green+Blue) = 78+88+77=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E584D is #B1A7B2. Grayscale: #535353. Windows color (decimal): -11642803 or 5068878. OLE color: 5068878.
HSL color Cylindrical-coordinate representation of color #4E584D: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E584D is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 77 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.65 |
| HSL | 114.55º | 0.07% | 0.32% | - |
| HSV(B) | 114.55º | 0.13% | 0.35% | - |
| XYZ | 7.97 | 9.13 | 8.36 | - |
| YUV | 83.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 77 | 0.11 | 0 | 0.12 | 0.65 | 114.55 | 0.07 | 0.32 |
| Hex | 4E | 58 | 4D | B | 0 | C | 41 | 73 | 7 | 20 |
| Octal | 116 | 130 | 115 | 13 | 0 | 14 | 101 | 163 | 7 | 40 |
| Binary | 1001110 | 1011000 | 1001101 | 1011 | 0 | 1100 | 1000001 | 1110011 | 111 | 100000 |
Color Harmonies of #4E584D
Complementary color
Monochromatic Colors of #4E584D
Black with #4E584D
Text Example
Text Example
White with #4E584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E584D; }
p { color: rgb(78,88,77); }
H1.HeaderClassName
{
color: #4E584D;
}
.AnyTagClassName
{
color: #4E584D;
}
</style>
background-color css
<style>
a { background-color: #4E584D; }
a { background-color: rgb(78,88,77); }
div.DivClassName
{
background-color: #4E584D;
}
.BgClassName
{
background-color: #4E584D;
}
</style>
border-color css
<style>
span { border-color: #4E584D; }
span { border-color: rgb(78,88,77); }
td.TdClassName
{
border-color: #4E584D;
}
.TagClassName
{
border-color: #4E584D;
}
</style>