Shades of Nandor #475849
Tints of Nandor #475849
RGB
CMYK
RGB Variations
Color information
#475849 (or 0x475849) is known color: Nandor. HEX triplet: 47, 58 and 49. RGB value is (71,88,73). Sum of RGB (Red+Green+Blue) = 71+88+73=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #475849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475849 is #B8A7B6. Grayscale: #515151. Windows color (decimal): -12101559 or 4806727. OLE color: 4806727.
HSL color Cylindrical-coordinate representation of color #475849: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475849 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 88 | 73 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.65 |
| HSL | 127.06º | 0.11% | 0.31% | - |
| HSV(B) | 127.06º | 0.19% | 0.35% | - |
| XYZ | 7.29 | 8.8 | 7.62 | - |
| YUV | 81.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 73 | 0.19 | 0 | 0.17 | 0.65 | 127.06 | 0.11 | 0.31 |
| Hex | 47 | 58 | 49 | 13 | 0 | 11 | 41 | 7F | B | 1F |
| Octal | 107 | 130 | 111 | 23 | 0 | 21 | 101 | 177 | 13 | 37 |
| Binary | 1000111 | 1011000 | 1001001 | 10011 | 0 | 10001 | 1000001 | 1111111 | 1011 | 11111 |
Color Harmonies of #475849
Complementary color
Monochromatic Colors of #475849
Black with #475849
Text Example
Text Example
White with #475849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475849; }
p { color: rgb(71,88,73); }
H1.HeaderClassName
{
color: #475849;
}
.AnyTagClassName
{
color: #475849;
}
</style>
background-color css
<style>
a { background-color: #475849; }
a { background-color: rgb(71,88,73); }
div.DivClassName
{
background-color: #475849;
}
.BgClassName
{
background-color: #475849;
}
</style>
border-color css
<style>
span { border-color: #475849; }
span { border-color: rgb(71,88,73); }
td.TdClassName
{
border-color: #475849;
}
.TagClassName
{
border-color: #475849;
}
</style>