Shades of Nandor #476849
Tints of Nandor #476849
RGB
CMYK
RGB Variations
Color information
#476849 (or 0x476849) is known color: Nandor. HEX triplet: 47, 68 and 49. RGB value is (71,104,73). Sum of RGB (Red+Green+Blue) = 71+104+73=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #476849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476849 is #B897B6. Grayscale: #5A5A5A. Windows color (decimal): -12097463 or 4810823. OLE color: 4810823.
HSL color Cylindrical-coordinate representation of color #476849: hue angle of 123.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476849 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 73 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.59 |
| HSL | 123.64º | 0.19% | 0.34% | - |
| HSV(B) | 123.64º | 0.32% | 0.41% | - |
| XYZ | 8.75 | 11.72 | 8.1 | - |
| YUV | 90.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 73 | 0.32 | 0 | 0.30 | 0.59 | 123.64 | 0.19 | 0.34 |
| Hex | 47 | 68 | 49 | 20 | 0 | 1E | 3B | 7C | 13 | 22 |
| Octal | 107 | 150 | 111 | 40 | 0 | 36 | 73 | 174 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1001001 | 100000 | 0 | 11110 | 111011 | 1111100 | 10011 | 100010 |
Color Harmonies of #476849
Complementary color
Monochromatic Colors of #476849
Black with #476849
Text Example
Text Example
White with #476849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476849; }
p { color: rgb(71,104,73); }
H1.HeaderClassName
{
color: #476849;
}
.AnyTagClassName
{
color: #476849;
}
</style>
background-color css
<style>
a { background-color: #476849; }
a { background-color: rgb(71,104,73); }
div.DivClassName
{
background-color: #476849;
}
.BgClassName
{
background-color: #476849;
}
</style>
border-color css
<style>
span { border-color: #476849; }
span { border-color: rgb(71,104,73); }
td.TdClassName
{
border-color: #476849;
}
.TagClassName
{
border-color: #476849;
}
</style>