Shades of Nandor #4D6850
Tints of Nandor #4D6850
RGB
CMYK
RGB Variations
Color information
#4D6850 (or 0x4D6850) is known color: Nandor. HEX triplet: 4D, 68 and 50. RGB value is (77,104,80). Sum of RGB (Red+Green+Blue) = 77+104+80=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6850 is #B297AF. Grayscale: #5D5D5D. Windows color (decimal): -11704240 or 5269581. OLE color: 5269581.
HSL color Cylindrical-coordinate representation of color #4D6850: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6850 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 80 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.59 |
| HSL | 126.67º | 0.15% | 0.35% | - |
| HSV(B) | 126.67º | 0.26% | 0.41% | - |
| XYZ | 9.46 | 12.06 | 9.42 | - |
| YUV | 93.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 80 | 0.26 | 0 | 0.23 | 0.59 | 126.67 | 0.15 | 0.35 |
| Hex | 4D | 68 | 50 | 1A | 0 | 17 | 3B | 7F | F | 23 |
| Octal | 115 | 150 | 120 | 32 | 0 | 27 | 73 | 177 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1010000 | 11010 | 0 | 10111 | 111011 | 1111111 | 1111 | 100011 |
Color Harmonies of #4D6850
Complementary color
Monochromatic Colors of #4D6850
Black with #4D6850
Text Example
Text Example
White with #4D6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6850; }
p { color: rgb(77,104,80); }
H1.HeaderClassName
{
color: #4D6850;
}
.AnyTagClassName
{
color: #4D6850;
}
</style>
background-color css
<style>
a { background-color: #4D6850; }
a { background-color: rgb(77,104,80); }
div.DivClassName
{
background-color: #4D6850;
}
.BgClassName
{
background-color: #4D6850;
}
</style>
border-color css
<style>
span { border-color: #4D6850; }
span { border-color: rgb(77,104,80); }
td.TdClassName
{
border-color: #4D6850;
}
.TagClassName
{
border-color: #4D6850;
}
</style>