Shades of Nandor #4B614D
Tints of Nandor #4B614D
RGB
CMYK
RGB Variations
Color information
#4B614D (or 0x4B614D) is known color: Nandor. HEX triplet: 4B, 61 and 4D. RGB value is (75,97,77). Sum of RGB (Red+Green+Blue) = 75+97+77=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #4B614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B614D is #B49EB2. Grayscale: #585858. Windows color (decimal): -11837107 or 5071179. OLE color: 5071179.
HSL color Cylindrical-coordinate representation of color #4B614D: 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.23%. Process color model (Four color, CMYK) of #4B614D is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 77 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.62 |
| HSL | 125.45º | 0.13% | 0.34% | - |
| HSV(B) | 125.45º | 0.23% | 0.38% | - |
| XYZ | 8.52 | 10.58 | 8.61 | - |
| YUV | 88.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 77 | 0.23 | 0 | 0.21 | 0.62 | 125.45 | 0.13 | 0.34 |
| Hex | 4B | 61 | 4D | 17 | 0 | 15 | 3E | 7D | D | 22 |
| Octal | 113 | 141 | 115 | 27 | 0 | 25 | 76 | 175 | 15 | 42 |
| Binary | 1001011 | 1100001 | 1001101 | 10111 | 0 | 10101 | 111110 | 1111101 | 1101 | 100010 |
Color Harmonies of #4B614D
Complementary color
Monochromatic Colors of #4B614D
Black with #4B614D
Text Example
Text Example
White with #4B614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B614D; }
p { color: rgb(75,97,77); }
H1.HeaderClassName
{
color: #4B614D;
}
.AnyTagClassName
{
color: #4B614D;
}
</style>
background-color css
<style>
a { background-color: #4B614D; }
a { background-color: rgb(75,97,77); }
div.DivClassName
{
background-color: #4B614D;
}
.BgClassName
{
background-color: #4B614D;
}
</style>
border-color css
<style>
span { border-color: #4B614D; }
span { border-color: rgb(75,97,77); }
td.TdClassName
{
border-color: #4B614D;
}
.TagClassName
{
border-color: #4B614D;
}
</style>