Shades of Nandor #4D614B
Tints of Nandor #4D614B
RGB
CMYK
RGB Variations
Color information
#4D614B (or 0x4D614B) is known color: Nandor. HEX triplet: 4D, 61 and 4B. RGB value is (77,97,75). Sum of RGB (Red+Green+Blue) = 77+97+75=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #4D614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D614B is #B29EB4. Grayscale: #585858. Windows color (decimal): -11706037 or 4940109. OLE color: 4940109.
HSL color Cylindrical-coordinate representation of color #4D614B: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D614B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 75 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.62 |
| HSL | 114.55º | 0.13% | 0.34% | - |
| HSV(B) | 114.55º | 0.23% | 0.38% | - |
| XYZ | 8.61 | 10.64 | 8.26 | - |
| YUV | 88.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 75 | 0.21 | 0 | 0.23 | 0.62 | 114.55 | 0.13 | 0.34 |
| Hex | 4D | 61 | 4B | 15 | 0 | 17 | 3E | 73 | D | 22 |
| Octal | 115 | 141 | 113 | 25 | 0 | 27 | 76 | 163 | 15 | 42 |
| Binary | 1001101 | 1100001 | 1001011 | 10101 | 0 | 10111 | 111110 | 1110011 | 1101 | 100010 |
Color Harmonies of #4D614B
Complementary color
Monochromatic Colors of #4D614B
Black with #4D614B
Text Example
Text Example
White with #4D614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D614B; }
p { color: rgb(77,97,75); }
H1.HeaderClassName
{
color: #4D614B;
}
.AnyTagClassName
{
color: #4D614B;
}
</style>
background-color css
<style>
a { background-color: #4D614B; }
a { background-color: rgb(77,97,75); }
div.DivClassName
{
background-color: #4D614B;
}
.BgClassName
{
background-color: #4D614B;
}
</style>
border-color css
<style>
span { border-color: #4D614B; }
span { border-color: rgb(77,97,75); }
td.TdClassName
{
border-color: #4D614B;
}
.TagClassName
{
border-color: #4D614B;
}
</style>