Shades of Nandor #4C624E
Tints of Nandor #4C624E
RGB
CMYK
RGB Variations
Color information
#4C624E (or 0x4C624E) is known color: Nandor. HEX triplet: 4C, 62 and 4E. RGB value is (76,98,78). Sum of RGB (Red+Green+Blue) = 76+98+78=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #4C624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C624E is #B39DB1. Grayscale: #595959. Windows color (decimal): -11771314 or 5136972. OLE color: 5136972.
HSL color Cylindrical-coordinate representation of color #4C624E: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C624E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 78 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.62 |
| HSL | 125.45º | 0.13% | 0.34% | - |
| HSV(B) | 125.45º | 0.22% | 0.38% | - |
| XYZ | 8.72 | 10.82 | 8.84 | - |
| YUV | 89.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 78 | 0.22 | 0 | 0.20 | 0.62 | 125.45 | 0.13 | 0.34 |
| Hex | 4C | 62 | 4E | 16 | 0 | 14 | 3E | 7D | D | 22 |
| Octal | 114 | 142 | 116 | 26 | 0 | 24 | 76 | 175 | 15 | 42 |
| Binary | 1001100 | 1100010 | 1001110 | 10110 | 0 | 10100 | 111110 | 1111101 | 1101 | 100010 |
Color Harmonies of #4C624E
Complementary color
Monochromatic Colors of #4C624E
Black with #4C624E
Text Example
Text Example
White with #4C624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C624E; }
p { color: rgb(76,98,78); }
H1.HeaderClassName
{
color: #4C624E;
}
.AnyTagClassName
{
color: #4C624E;
}
</style>
background-color css
<style>
a { background-color: #4C624E; }
a { background-color: rgb(76,98,78); }
div.DivClassName
{
background-color: #4C624E;
}
.BgClassName
{
background-color: #4C624E;
}
</style>
border-color css
<style>
span { border-color: #4C624E; }
span { border-color: rgb(76,98,78); }
td.TdClassName
{
border-color: #4C624E;
}
.TagClassName
{
border-color: #4C624E;
}
</style>