Shades of Nandor #49664A
Tints of Nandor #49664A
RGB
CMYK
RGB Variations
Color information
#49664A (or 0x49664A) is known color: Nandor. HEX triplet: 49, 66 and 4A. RGB value is (73,102,74). Sum of RGB (Red+Green+Blue) = 73+102+74=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #49664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49664A is #B699B5. Grayscale: #5A5A5A. Windows color (decimal): -11966902 or 4875849. OLE color: 4875849.
HSL color Cylindrical-coordinate representation of color #49664A: hue angle of 122.07º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49664A is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 74 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.6 |
| HSL | 122.07º | 0.17% | 0.34% | - |
| HSV(B) | 122.07º | 0.28% | 0.4% | - |
| XYZ | 8.74 | 11.41 | 8.22 | - |
| YUV | 90.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 74 | 0.28 | 0 | 0.27 | 0.6 | 122.07 | 0.17 | 0.34 |
| Hex | 49 | 66 | 4A | 1C | 0 | 1B | 3C | 7A | 11 | 22 |
| Octal | 111 | 146 | 112 | 34 | 0 | 33 | 74 | 172 | 21 | 42 |
| Binary | 1001001 | 1100110 | 1001010 | 11100 | 0 | 11011 | 111100 | 1111010 | 10001 | 100010 |
Color Harmonies of #49664A
Complementary color
Monochromatic Colors of #49664A
Black with #49664A
Text Example
Text Example
White with #49664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49664A; }
p { color: rgb(73,102,74); }
H1.HeaderClassName
{
color: #49664A;
}
.AnyTagClassName
{
color: #49664A;
}
</style>
background-color css
<style>
a { background-color: #49664A; }
a { background-color: rgb(73,102,74); }
div.DivClassName
{
background-color: #49664A;
}
.BgClassName
{
background-color: #49664A;
}
</style>
border-color css
<style>
span { border-color: #49664A; }
span { border-color: rgb(73,102,74); }
td.TdClassName
{
border-color: #49664A;
}
.TagClassName
{
border-color: #49664A;
}
</style>