Shades of Nandor #4E5B50
Tints of Nandor #4E5B50
RGB
CMYK
RGB Variations
Color information
#4E5B50 (or 0x4E5B50) is known color: Nandor. HEX triplet: 4E, 5B and 50. RGB value is (78,91,80). Sum of RGB (Red+Green+Blue) = 78+91+80=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B50 is #B1A4AF. Grayscale: #555555. Windows color (decimal): -11642032 or 5266254. OLE color: 5266254.
HSL color Cylindrical-coordinate representation of color #4E5B50: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E5B50 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 80 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.64 |
| HSL | 129.23º | 0.08% | 0.33% | - |
| HSV(B) | 129.23º | 0.14% | 0.36% | - |
| XYZ | 8.33 | 9.68 | 9.02 | - |
| YUV | 85.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 80 | 0.14 | 0 | 0.12 | 0.64 | 129.23 | 0.08 | 0.33 |
| Hex | 4E | 5B | 50 | E | 0 | C | 40 | 81 | 8 | 21 |
| Octal | 116 | 133 | 120 | 16 | 0 | 14 | 100 | 201 | 10 | 41 |
| Binary | 1001110 | 1011011 | 1010000 | 1110 | 0 | 1100 | 1000000 | 10000001 | 1000 | 100001 |
Color Harmonies of #4E5B50
Complementary color
Monochromatic Colors of #4E5B50
Black with #4E5B50
Text Example
Text Example
White with #4E5B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B50; }
p { color: rgb(78,91,80); }
H1.HeaderClassName
{
color: #4E5B50;
}
.AnyTagClassName
{
color: #4E5B50;
}
</style>
background-color css
<style>
a { background-color: #4E5B50; }
a { background-color: rgb(78,91,80); }
div.DivClassName
{
background-color: #4E5B50;
}
.BgClassName
{
background-color: #4E5B50;
}
</style>
border-color css
<style>
span { border-color: #4E5B50; }
span { border-color: rgb(78,91,80); }
td.TdClassName
{
border-color: #4E5B50;
}
.TagClassName
{
border-color: #4E5B50;
}
</style>