Shades of Nandor #4D604C
Tints of Nandor #4D604C
RGB
CMYK
RGB Variations
Color information
#4D604C (or 0x4D604C) is known color: Nandor. HEX triplet: 4D, 60 and 4C. RGB value is (77,96,76). Sum of RGB (Red+Green+Blue) = 77+96+76=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D604C is #B29FB3. Grayscale: #585858. Windows color (decimal): -11706292 or 5005389. OLE color: 5005389.
HSL color Cylindrical-coordinate representation of color #4D604C: hue angle of 117º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D604C is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 76 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.62 |
| HSL | 117º | 0.12% | 0.34% | - |
| HSV(B) | 117º | 0.21% | 0.38% | - |
| XYZ | 8.55 | 10.47 | 8.41 | - |
| YUV | 88.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 76 | 0.20 | 0 | 0.21 | 0.62 | 117 | 0.12 | 0.34 |
| Hex | 4D | 60 | 4C | 14 | 0 | 15 | 3E | 75 | C | 22 |
| Octal | 115 | 140 | 114 | 24 | 0 | 25 | 76 | 165 | 14 | 42 |
| Binary | 1001101 | 1100000 | 1001100 | 10100 | 0 | 10101 | 111110 | 1110101 | 1100 | 100010 |
Color Harmonies of #4D604C
Complementary color
Monochromatic Colors of #4D604C
Black with #4D604C
Text Example
Text Example
White with #4D604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D604C; }
p { color: rgb(77,96,76); }
H1.HeaderClassName
{
color: #4D604C;
}
.AnyTagClassName
{
color: #4D604C;
}
</style>
background-color css
<style>
a { background-color: #4D604C; }
a { background-color: rgb(77,96,76); }
div.DivClassName
{
background-color: #4D604C;
}
.BgClassName
{
background-color: #4D604C;
}
</style>
border-color css
<style>
span { border-color: #4D604C; }
span { border-color: rgb(77,96,76); }
td.TdClassName
{
border-color: #4D604C;
}
.TagClassName
{
border-color: #4D604C;
}
</style>