Shades of Nandor #4C634A
Tints of Nandor #4C634A
RGB
CMYK
RGB Variations
Color information
#4C634A (or 0x4C634A) is known color: Nandor. HEX triplet: 4C, 63 and 4A. RGB value is (76,99,74). Sum of RGB (Red+Green+Blue) = 76+99+74=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #4C634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C634A is #B39CB5. Grayscale: #595959. Windows color (decimal): -11771062 or 4875084. OLE color: 4875084.
HSL color Cylindrical-coordinate representation of color #4C634A: hue angle of 115.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C634A is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 74 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.61 |
| HSL | 115.2º | 0.14% | 0.34% | - |
| HSV(B) | 115.2º | 0.25% | 0.39% | - |
| XYZ | 8.68 | 10.95 | 8.14 | - |
| YUV | 89.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 74 | 0.23 | 0 | 0.25 | 0.61 | 115.2 | 0.14 | 0.34 |
| Hex | 4C | 63 | 4A | 17 | 0 | 19 | 3D | 73 | E | 22 |
| Octal | 114 | 143 | 112 | 27 | 0 | 31 | 75 | 163 | 16 | 42 |
| Binary | 1001100 | 1100011 | 1001010 | 10111 | 0 | 11001 | 111101 | 1110011 | 1110 | 100010 |
Color Harmonies of #4C634A
Complementary color
Monochromatic Colors of #4C634A
Black with #4C634A
Text Example
Text Example
White with #4C634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C634A; }
p { color: rgb(76,99,74); }
H1.HeaderClassName
{
color: #4C634A;
}
.AnyTagClassName
{
color: #4C634A;
}
</style>
background-color css
<style>
a { background-color: #4C634A; }
a { background-color: rgb(76,99,74); }
div.DivClassName
{
background-color: #4C634A;
}
.BgClassName
{
background-color: #4C634A;
}
</style>
border-color css
<style>
span { border-color: #4C634A; }
span { border-color: rgb(76,99,74); }
td.TdClassName
{
border-color: #4C634A;
}
.TagClassName
{
border-color: #4C634A;
}
</style>