Shades of Nandor #4E5A4D
Tints of Nandor #4E5A4D
RGB
CMYK
RGB Variations
Color information
#4E5A4D (or 0x4E5A4D) is known color: Nandor. HEX triplet: 4E, 5A and 4D. RGB value is (78,90,77). Sum of RGB (Red+Green+Blue) = 78+90+77=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A4D is #B1A5B2. Grayscale: #545454. Windows color (decimal): -11642291 or 5069390. OLE color: 5069390.
HSL color Cylindrical-coordinate representation of color #4E5A4D: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E5A4D is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 77 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.65 |
| HSL | 115.38º | 0.08% | 0.33% | - |
| HSV(B) | 115.38º | 0.14% | 0.35% | - |
| XYZ | 8.14 | 9.47 | 8.42 | - |
| YUV | 84.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 77 | 0.13 | 0 | 0.14 | 0.65 | 115.38 | 0.08 | 0.33 |
| Hex | 4E | 5A | 4D | D | 0 | E | 41 | 73 | 8 | 21 |
| Octal | 116 | 132 | 115 | 15 | 0 | 16 | 101 | 163 | 10 | 41 |
| Binary | 1001110 | 1011010 | 1001101 | 1101 | 0 | 1110 | 1000001 | 1110011 | 1000 | 100001 |
Color Harmonies of #4E5A4D
Complementary color
Monochromatic Colors of #4E5A4D
Black with #4E5A4D
Text Example
Text Example
White with #4E5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A4D; }
p { color: rgb(78,90,77); }
H1.HeaderClassName
{
color: #4E5A4D;
}
.AnyTagClassName
{
color: #4E5A4D;
}
</style>
background-color css
<style>
a { background-color: #4E5A4D; }
a { background-color: rgb(78,90,77); }
div.DivClassName
{
background-color: #4E5A4D;
}
.BgClassName
{
background-color: #4E5A4D;
}
</style>
border-color css
<style>
span { border-color: #4E5A4D; }
span { border-color: rgb(78,90,77); }
td.TdClassName
{
border-color: #4E5A4D;
}
.TagClassName
{
border-color: #4E5A4D;
}
</style>