Shades of Nandor #4C694E
Tints of Nandor #4C694E
RGB
CMYK
RGB Variations
Color information
#4C694E (or 0x4C694E) is known color: Nandor. HEX triplet: 4C, 69 and 4E. RGB value is (76,105,78). Sum of RGB (Red+Green+Blue) = 76+105+78=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #4C694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C694E is #B396B1. Grayscale: #5D5D5D. Windows color (decimal): -11769522 or 5138764. OLE color: 5138764.
HSL color Cylindrical-coordinate representation of color #4C694E: hue angle of 124.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C694E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 78 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.59 |
| HSL | 124.14º | 0.16% | 0.35% | - |
| HSV(B) | 124.14º | 0.28% | 0.41% | - |
| XYZ | 9.41 | 12.19 | 9.06 | - |
| YUV | 93.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 78 | 0.28 | 0 | 0.26 | 0.59 | 124.14 | 0.16 | 0.35 |
| Hex | 4C | 69 | 4E | 1C | 0 | 1A | 3B | 7C | 10 | 23 |
| Octal | 114 | 151 | 116 | 34 | 0 | 32 | 73 | 174 | 20 | 43 |
| Binary | 1001100 | 1101001 | 1001110 | 11100 | 0 | 11010 | 111011 | 1111100 | 10000 | 100011 |
Color Harmonies of #4C694E
Complementary color
Monochromatic Colors of #4C694E
Black with #4C694E
Text Example
Text Example
White with #4C694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C694E; }
p { color: rgb(76,105,78); }
H1.HeaderClassName
{
color: #4C694E;
}
.AnyTagClassName
{
color: #4C694E;
}
</style>
background-color css
<style>
a { background-color: #4C694E; }
a { background-color: rgb(76,105,78); }
div.DivClassName
{
background-color: #4C694E;
}
.BgClassName
{
background-color: #4C694E;
}
</style>
border-color css
<style>
span { border-color: #4C694E; }
span { border-color: rgb(76,105,78); }
td.TdClassName
{
border-color: #4C694E;
}
.TagClassName
{
border-color: #4C694E;
}
</style>