Shades of Nandor #4C614A
Tints of Nandor #4C614A
RGB
CMYK
RGB Variations
Color information
#4C614A (or 0x4C614A) is known color: Nandor. HEX triplet: 4C, 61 and 4A. RGB value is (76,97,74). Sum of RGB (Red+Green+Blue) = 76+97+74=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #4C614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C614A is #B39EB5. Grayscale: #585858. Windows color (decimal): -11771574 or 4874572. OLE color: 4874572.
HSL color Cylindrical-coordinate representation of color #4C614A: hue angle of 114.78º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C614A is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 74 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.62 |
| HSL | 114.78º | 0.13% | 0.34% | - |
| HSV(B) | 114.78º | 0.24% | 0.38% | - |
| XYZ | 8.49 | 10.58 | 8.07 | - |
| YUV | 88.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 74 | 0.22 | 0 | 0.24 | 0.62 | 114.78 | 0.13 | 0.34 |
| Hex | 4C | 61 | 4A | 16 | 0 | 18 | 3E | 73 | D | 22 |
| Octal | 114 | 141 | 112 | 26 | 0 | 30 | 76 | 163 | 15 | 42 |
| Binary | 1001100 | 1100001 | 1001010 | 10110 | 0 | 11000 | 111110 | 1110011 | 1101 | 100010 |
Color Harmonies of #4C614A
Complementary color
Monochromatic Colors of #4C614A
Black with #4C614A
Text Example
Text Example
White with #4C614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C614A; }
p { color: rgb(76,97,74); }
H1.HeaderClassName
{
color: #4C614A;
}
.AnyTagClassName
{
color: #4C614A;
}
</style>
background-color css
<style>
a { background-color: #4C614A; }
a { background-color: rgb(76,97,74); }
div.DivClassName
{
background-color: #4C614A;
}
.BgClassName
{
background-color: #4C614A;
}
</style>
border-color css
<style>
span { border-color: #4C614A; }
span { border-color: rgb(76,97,74); }
td.TdClassName
{
border-color: #4C614A;
}
.TagClassName
{
border-color: #4C614A;
}
</style>