Shades of Nandor #4D664B
Tints of Nandor #4D664B
RGB
CMYK
RGB Variations
Color information
#4D664B (or 0x4D664B) is known color: Nandor. HEX triplet: 4D, 66 and 4B. RGB value is (77,102,75). Sum of RGB (Red+Green+Blue) = 77+102+75=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #4D664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D664B is #B299B4. Grayscale: #5B5B5B. Windows color (decimal): -11704757 or 4941389. OLE color: 4941389.
HSL color Cylindrical-coordinate representation of color #4D664B: hue angle of 115.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D664B is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 75 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.6 |
| HSL | 115.56º | 0.15% | 0.35% | - |
| HSV(B) | 115.56º | 0.26% | 0.4% | - |
| XYZ | 9.08 | 11.59 | 8.41 | - |
| YUV | 91.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 75 | 0.25 | 0 | 0.26 | 0.6 | 115.56 | 0.15 | 0.35 |
| Hex | 4D | 66 | 4B | 19 | 0 | 1A | 3C | 74 | F | 23 |
| Octal | 115 | 146 | 113 | 31 | 0 | 32 | 74 | 164 | 17 | 43 |
| Binary | 1001101 | 1100110 | 1001011 | 11001 | 0 | 11010 | 111100 | 1110100 | 1111 | 100011 |
Color Harmonies of #4D664B
Complementary color
Monochromatic Colors of #4D664B
Black with #4D664B
Text Example
Text Example
White with #4D664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D664B; }
p { color: rgb(77,102,75); }
H1.HeaderClassName
{
color: #4D664B;
}
.AnyTagClassName
{
color: #4D664B;
}
</style>
background-color css
<style>
a { background-color: #4D664B; }
a { background-color: rgb(77,102,75); }
div.DivClassName
{
background-color: #4D664B;
}
.BgClassName
{
background-color: #4D664B;
}
</style>
border-color css
<style>
span { border-color: #4D664B; }
span { border-color: rgb(77,102,75); }
td.TdClassName
{
border-color: #4D664B;
}
.TagClassName
{
border-color: #4D664B;
}
</style>