Shades of Nandor #4D684A
Tints of Nandor #4D684A
RGB
CMYK
RGB Variations
Color information
#4D684A (or 0x4D684A) is known color: Nandor. HEX triplet: 4D, 68 and 4A. RGB value is (77,104,74). Sum of RGB (Red+Green+Blue) = 77+104+74=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #4D684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D684A is #B297B5. Grayscale: #5C5C5C. Windows color (decimal): -11704246 or 4876365. OLE color: 4876365.
HSL color Cylindrical-coordinate representation of color #4D684A: hue angle of 114º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D684A is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 74 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.59 |
| HSL | 114º | 0.17% | 0.35% | - |
| HSV(B) | 114º | 0.29% | 0.41% | - |
| XYZ | 9.25 | 11.97 | 8.3 | - |
| YUV | 92.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 74 | 0.26 | 0 | 0.29 | 0.59 | 114 | 0.17 | 0.35 |
| Hex | 4D | 68 | 4A | 1A | 0 | 1D | 3B | 72 | 11 | 23 |
| Octal | 115 | 150 | 112 | 32 | 0 | 35 | 73 | 162 | 21 | 43 |
| Binary | 1001101 | 1101000 | 1001010 | 11010 | 0 | 11101 | 111011 | 1110010 | 10001 | 100011 |
Color Harmonies of #4D684A
Complementary color
Monochromatic Colors of #4D684A
Black with #4D684A
Text Example
Text Example
White with #4D684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D684A; }
p { color: rgb(77,104,74); }
H1.HeaderClassName
{
color: #4D684A;
}
.AnyTagClassName
{
color: #4D684A;
}
</style>
background-color css
<style>
a { background-color: #4D684A; }
a { background-color: rgb(77,104,74); }
div.DivClassName
{
background-color: #4D684A;
}
.BgClassName
{
background-color: #4D684A;
}
</style>
border-color css
<style>
span { border-color: #4D684A; }
span { border-color: rgb(77,104,74); }
td.TdClassName
{
border-color: #4D684A;
}
.TagClassName
{
border-color: #4D684A;
}
</style>