Shades of Nandor #4C604A
Tints of Nandor #4C604A
RGB
CMYK
RGB Variations
Color information
#4C604A (or 0x4C604A) is known color: Nandor. HEX triplet: 4C, 60 and 4A. RGB value is (76,96,74). Sum of RGB (Red+Green+Blue) = 76+96+74=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #4C604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C604A is #B39FB5. Grayscale: #575757. Windows color (decimal): -11771830 or 4874316. OLE color: 4874316.
HSL color Cylindrical-coordinate representation of color #4C604A: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C604A is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 74 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.62 |
| HSL | 114.55º | 0.13% | 0.33% | - |
| HSV(B) | 114.55º | 0.23% | 0.38% | - |
| XYZ | 8.4 | 10.4 | 8.04 | - |
| YUV | 87.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 74 | 0.21 | 0 | 0.23 | 0.62 | 114.55 | 0.13 | 0.33 |
| Hex | 4C | 60 | 4A | 15 | 0 | 17 | 3E | 73 | D | 21 |
| Octal | 114 | 140 | 112 | 25 | 0 | 27 | 76 | 163 | 15 | 41 |
| Binary | 1001100 | 1100000 | 1001010 | 10101 | 0 | 10111 | 111110 | 1110011 | 1101 | 100001 |
Color Harmonies of #4C604A
Complementary color
Monochromatic Colors of #4C604A
Black with #4C604A
Text Example
Text Example
White with #4C604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C604A; }
p { color: rgb(76,96,74); }
H1.HeaderClassName
{
color: #4C604A;
}
.AnyTagClassName
{
color: #4C604A;
}
</style>
background-color css
<style>
a { background-color: #4C604A; }
a { background-color: rgb(76,96,74); }
div.DivClassName
{
background-color: #4C604A;
}
.BgClassName
{
background-color: #4C604A;
}
</style>
border-color css
<style>
span { border-color: #4C604A; }
span { border-color: rgb(76,96,74); }
td.TdClassName
{
border-color: #4C604A;
}
.TagClassName
{
border-color: #4C604A;
}
</style>