Shades of Nandor #4E504E
Tints of Nandor #4E504E
RGB
CMYK
RGB Variations
Color information
#4E504E (or 0x4E504E) is known color: Nandor. HEX triplet: 4E, 50 and 4E. RGB value is (78,80,78). Sum of RGB (Red+Green+Blue) = 78+80+78=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 80 - color contains mainly: green. Hex color #4E504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E504E is #B1AFB1. Grayscale: #4F4F4F. Windows color (decimal): -11644850 or 5132366. OLE color: 5132366.
HSL color Cylindrical-coordinate representation of color #4E504E: 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.02%. Process color model (Four color, CMYK) of #4E504E is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 80 | 78 | - |
CMYK | 0.02 | 0 | 0.02 | 0.69 |
HSL | 120º | 0.01% | 0.31% | - |
HSV(B) | 120º | 0.02% | 0.31% | - |
XYZ | 7.39 | 7.91 | 8.34 | - |
YUV | 79.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 80 | 78 | 0.02 | 0 | 0.02 | 0.69 | 120 | 0.01 | 0.31 |
Hex | 4E | 50 | 4E | 2 | 0 | 2 | 45 | 78 | 1 | 1F |
Octal | 116 | 120 | 116 | 2 | 0 | 2 | 105 | 170 | 1 | 37 |
Binary | 1001110 | 1010000 | 1001110 | 10 | 0 | 10 | 1000101 | 1111000 | 1 | 11111 |
Color Harmonies of #4E504E
Complementary color
Monochromatic Colors of #4E504E
Black with #4E504E
Text Example
Text Example
White with #4E504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E504E; }
p { color: rgb(78,80,78); }
H1.HeaderClassName
{
color: #4E504E;
}
.AnyTagClassName
{
color: #4E504E;
}
</style>
background-color css
<style>
a { background-color: #4E504E; }
a { background-color: rgb(78,80,78); }
div.DivClassName
{
background-color: #4E504E;
}
.BgClassName
{
background-color: #4E504E;
}
</style>
border-color css
<style>
span { border-color: #4E504E; }
span { border-color: rgb(78,80,78); }
td.TdClassName
{
border-color: #4E504E;
}
.TagClassName
{
border-color: #4E504E;
}
</style>