Shades of Nandor #486049
Tints of Nandor #486049
RGB
CMYK
RGB Variations
Color information
#486049 (or 0x486049) is known color: Nandor. HEX triplet: 48, 60 and 49. RGB value is (72,96,73). Sum of RGB (Red+Green+Blue) = 72+96+73=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #486049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486049 is #B79FB6. Grayscale: #565656. Windows color (decimal): -12033975 or 4808776. OLE color: 4808776.
HSL color Cylindrical-coordinate representation of color #486049: hue angle of 122.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #486049 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 73 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.62 |
| HSL | 122.5º | 0.14% | 0.33% | - |
| HSV(B) | 122.5º | 0.25% | 0.38% | - |
| XYZ | 8.06 | 10.22 | 7.85 | - |
| YUV | 86.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 73 | 0.25 | 0 | 0.24 | 0.62 | 122.5 | 0.14 | 0.33 |
| Hex | 48 | 60 | 49 | 19 | 0 | 18 | 3E | 7B | E | 21 |
| Octal | 110 | 140 | 111 | 31 | 0 | 30 | 76 | 173 | 16 | 41 |
| Binary | 1001000 | 1100000 | 1001001 | 11001 | 0 | 11000 | 111110 | 1111011 | 1110 | 100001 |
Color Harmonies of #486049
Complementary color
Monochromatic Colors of #486049
Black with #486049
Text Example
Text Example
White with #486049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486049; }
p { color: rgb(72,96,73); }
H1.HeaderClassName
{
color: #486049;
}
.AnyTagClassName
{
color: #486049;
}
</style>
background-color css
<style>
a { background-color: #486049; }
a { background-color: rgb(72,96,73); }
div.DivClassName
{
background-color: #486049;
}
.BgClassName
{
background-color: #486049;
}
</style>
border-color css
<style>
span { border-color: #486049; }
span { border-color: rgb(72,96,73); }
td.TdClassName
{
border-color: #486049;
}
.TagClassName
{
border-color: #486049;
}
</style>