Shades of Nandor #4C634F
Tints of Nandor #4C634F
RGB
CMYK
RGB Variations
Color information
#4C634F (or 0x4C634F) is known color: Nandor. HEX triplet: 4C, 63 and 4F. RGB value is (76,99,79). Sum of RGB (Red+Green+Blue) = 76+99+79=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #4C634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C634F is #B39CB0. Grayscale: #595959. Windows color (decimal): -11771057 or 5202764. OLE color: 5202764.
HSL color Cylindrical-coordinate representation of color #4C634F: hue angle of 127.83º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C634F is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 79 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.61 |
| HSL | 127.83º | 0.13% | 0.34% | - |
| HSV(B) | 127.83º | 0.23% | 0.39% | - |
| XYZ | 8.85 | 11.02 | 9.06 | - |
| YUV | 89.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 79 | 0.23 | 0 | 0.20 | 0.61 | 127.83 | 0.13 | 0.34 |
| Hex | 4C | 63 | 4F | 17 | 0 | 14 | 3D | 80 | D | 22 |
| Octal | 114 | 143 | 117 | 27 | 0 | 24 | 75 | 200 | 15 | 42 |
| Binary | 1001100 | 1100011 | 1001111 | 10111 | 0 | 10100 | 111101 | 10000000 | 1101 | 100010 |
Color Harmonies of #4C634F
Complementary color
Monochromatic Colors of #4C634F
Black with #4C634F
Text Example
Text Example
White with #4C634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C634F; }
p { color: rgb(76,99,79); }
H1.HeaderClassName
{
color: #4C634F;
}
.AnyTagClassName
{
color: #4C634F;
}
</style>
background-color css
<style>
a { background-color: #4C634F; }
a { background-color: rgb(76,99,79); }
div.DivClassName
{
background-color: #4C634F;
}
.BgClassName
{
background-color: #4C634F;
}
</style>
border-color css
<style>
span { border-color: #4C634F; }
span { border-color: rgb(76,99,79); }
td.TdClassName
{
border-color: #4C634F;
}
.TagClassName
{
border-color: #4C634F;
}
</style>