Shades of Nandor #4E674F
Tints of Nandor #4E674F
RGB
CMYK
RGB Variations
Color information
#4E674F (or 0x4E674F) is known color: Nandor. HEX triplet: 4E, 67 and 4F. RGB value is (78,103,79). Sum of RGB (Red+Green+Blue) = 78+103+79=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #4E674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E674F is #B198B0. Grayscale: #5C5C5C. Windows color (decimal): -11638961 or 5203790. OLE color: 5203790.
HSL color Cylindrical-coordinate representation of color #4E674F: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E674F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 79 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.60 |
| HSL | 122.4º | 0.14% | 0.35% | - |
| HSV(B) | 122.4º | 0.24% | 0.4% | - |
| XYZ | 9.4 | 11.88 | 9.2 | - |
| YUV | 92.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 79 | 0.24 | 0 | 0.23 | 0.60 | 122.4 | 0.14 | 0.35 |
| Hex | 4E | 67 | 4F | 18 | 0 | 17 | 3C | 7A | E | 23 |
| Octal | 116 | 147 | 117 | 30 | 0 | 27 | 74 | 172 | 16 | 43 |
| Binary | 1001110 | 1100111 | 1001111 | 11000 | 0 | 10111 | 111100 | 1111010 | 1110 | 100011 |
Color Harmonies of #4E674F
Complementary color
Monochromatic Colors of #4E674F
Black with #4E674F
Text Example
Text Example
White with #4E674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E674F; }
p { color: rgb(78,103,79); }
H1.HeaderClassName
{
color: #4E674F;
}
.AnyTagClassName
{
color: #4E674F;
}
</style>
background-color css
<style>
a { background-color: #4E674F; }
a { background-color: rgb(78,103,79); }
div.DivClassName
{
background-color: #4E674F;
}
.BgClassName
{
background-color: #4E674F;
}
</style>
border-color css
<style>
span { border-color: #4E674F; }
span { border-color: rgb(78,103,79); }
td.TdClassName
{
border-color: #4E674F;
}
.TagClassName
{
border-color: #4E674F;
}
</style>