Shades of Nandor #476949
Tints of Nandor #476949
RGB
CMYK
RGB Variations
Color information
#476949 (or 0x476949) is known color: Nandor. HEX triplet: 47, 69 and 49. RGB value is (71,105,73). Sum of RGB (Red+Green+Blue) = 71+105+73=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #476949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476949 is #B896B6. Grayscale: #5B5B5B. Windows color (decimal): -12097207 or 4811079. OLE color: 4811079.
HSL color Cylindrical-coordinate representation of color #476949: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476949 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 105 | 73 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.59 |
| HSL | 123.53º | 0.19% | 0.35% | - |
| HSV(B) | 123.53º | 0.32% | 0.41% | - |
| XYZ | 8.85 | 11.92 | 8.14 | - |
| YUV | 91.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 73 | 0.32 | 0 | 0.30 | 0.59 | 123.53 | 0.19 | 0.35 |
| Hex | 47 | 69 | 49 | 20 | 0 | 1E | 3B | 7C | 13 | 23 |
| Octal | 107 | 151 | 111 | 40 | 0 | 36 | 73 | 174 | 23 | 43 |
| Binary | 1000111 | 1101001 | 1001001 | 100000 | 0 | 11110 | 111011 | 1111100 | 10011 | 100011 |
Color Harmonies of #476949
Complementary color
Monochromatic Colors of #476949
Black with #476949
Text Example
Text Example
White with #476949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476949; }
p { color: rgb(71,105,73); }
H1.HeaderClassName
{
color: #476949;
}
.AnyTagClassName
{
color: #476949;
}
</style>
background-color css
<style>
a { background-color: #476949; }
a { background-color: rgb(71,105,73); }
div.DivClassName
{
background-color: #476949;
}
.BgClassName
{
background-color: #476949;
}
</style>
border-color css
<style>
span { border-color: #476949; }
span { border-color: rgb(71,105,73); }
td.TdClassName
{
border-color: #476949;
}
.TagClassName
{
border-color: #476949;
}
</style>