Shades of Nandor #4E5A4E
Tints of Nandor #4E5A4E
RGB
CMYK
RGB Variations
Color information
#4E5A4E (or 0x4E5A4E) is known color: Nandor. HEX triplet: 4E, 5A and 4E. RGB value is (78,90,78). Sum of RGB (Red+Green+Blue) = 78+90+78=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A4E is #B1A5B1. Grayscale: #555555. Windows color (decimal): -11642290 or 5134926. OLE color: 5134926.
HSL color Cylindrical-coordinate representation of color #4E5A4E: hue angle of 120º 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 #4E5A4E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 78 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.65 |
| HSL | 120º | 0.07% | 0.33% | - |
| HSV(B) | 120º | 0.13% | 0.35% | - |
| XYZ | 8.17 | 9.48 | 8.61 | - |
| YUV | 85.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 78 | 0.13 | 0 | 0.13 | 0.65 | 120 | 0.07 | 0.33 |
| Hex | 4E | 5A | 4E | D | 0 | D | 41 | 78 | 7 | 21 |
| Octal | 116 | 132 | 116 | 15 | 0 | 15 | 101 | 170 | 7 | 41 |
| Binary | 1001110 | 1011010 | 1001110 | 1101 | 0 | 1101 | 1000001 | 1111000 | 111 | 100001 |
Color Harmonies of #4E5A4E
Complementary color
Monochromatic Colors of #4E5A4E
Black with #4E5A4E
Text Example
Text Example
White with #4E5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A4E; }
p { color: rgb(78,90,78); }
H1.HeaderClassName
{
color: #4E5A4E;
}
.AnyTagClassName
{
color: #4E5A4E;
}
</style>
background-color css
<style>
a { background-color: #4E5A4E; }
a { background-color: rgb(78,90,78); }
div.DivClassName
{
background-color: #4E5A4E;
}
.BgClassName
{
background-color: #4E5A4E;
}
</style>
border-color css
<style>
span { border-color: #4E5A4E; }
span { border-color: rgb(78,90,78); }
td.TdClassName
{
border-color: #4E5A4E;
}
.TagClassName
{
border-color: #4E5A4E;
}
</style>