Shades of Nandor #4E4F4E
Tints of Nandor #4E4F4E
RGB
CMYK
RGB Variations
Color information
#4E4F4E (or 0x4E4F4E) is known color: Nandor. HEX triplet: 4E, 4F and 4E. RGB value is (78,79,78). Sum of RGB (Red+Green+Blue) = 78+79+78=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F4E is #B1B0B1. Grayscale: #4E4E4E. Windows color (decimal): -11645106 or 5132110. OLE color: 5132110.
HSL color Cylindrical-coordinate representation of color #4E4F4E: hue angle of 120º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #4E4F4E is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 78 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.69 |
| HSL | 120º | 0.01% | 0.31% | - |
| HSV(B) | 120º | 0.01% | 0.31% | - |
| XYZ | 7.31 | 7.76 | 8.32 | - |
| YUV | 78.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 78 | 0.01 | 0 | 0.01 | 0.69 | 120 | 0.01 | 0.31 |
| Hex | 4E | 4F | 4E | 1 | 0 | 1 | 45 | 78 | 1 | 1F |
| Octal | 116 | 117 | 116 | 1 | 0 | 1 | 105 | 170 | 1 | 37 |
| Binary | 1001110 | 1001111 | 1001110 | 1 | 0 | 1 | 1000101 | 1111000 | 1 | 11111 |
Color Harmonies of #4E4F4E
Complementary color
Monochromatic Colors of #4E4F4E
Black with #4E4F4E
Text Example
Text Example
White with #4E4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F4E; }
p { color: rgb(78,79,78); }
H1.HeaderClassName
{
color: #4E4F4E;
}
.AnyTagClassName
{
color: #4E4F4E;
}
</style>
background-color css
<style>
a { background-color: #4E4F4E; }
a { background-color: rgb(78,79,78); }
div.DivClassName
{
background-color: #4E4F4E;
}
.BgClassName
{
background-color: #4E4F4E;
}
</style>
border-color css
<style>
span { border-color: #4E4F4E; }
span { border-color: rgb(78,79,78); }
td.TdClassName
{
border-color: #4E4F4E;
}
.TagClassName
{
border-color: #4E4F4E;
}
</style>