Shades of Nandor #486749
Tints of Nandor #486749
RGB
CMYK
RGB Variations
Color information
#486749 (or 0x486749) is known color: Nandor. HEX triplet: 48, 67 and 49. RGB value is (72,103,73). Sum of RGB (Red+Green+Blue) = 72+103+73=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #486749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486749 is #B798B6. Grayscale: #5A5A5A. Windows color (decimal): -12032183 or 4810568. OLE color: 4810568.
HSL color Cylindrical-coordinate representation of color #486749: hue angle of 121.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486749 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 73 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.60 |
| HSL | 121.94º | 0.18% | 0.34% | - |
| HSV(B) | 121.94º | 0.3% | 0.4% | - |
| XYZ | 8.73 | 11.56 | 8.07 | - |
| YUV | 90.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 73 | 0.30 | 0 | 0.29 | 0.60 | 121.94 | 0.18 | 0.34 |
| Hex | 48 | 67 | 49 | 1E | 0 | 1D | 3C | 7A | 12 | 22 |
| Octal | 110 | 147 | 111 | 36 | 0 | 35 | 74 | 172 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1001001 | 11110 | 0 | 11101 | 111100 | 1111010 | 10010 | 100010 |
Color Harmonies of #486749
Complementary color
Monochromatic Colors of #486749
Black with #486749
Text Example
Text Example
White with #486749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486749; }
p { color: rgb(72,103,73); }
H1.HeaderClassName
{
color: #486749;
}
.AnyTagClassName
{
color: #486749;
}
</style>
background-color css
<style>
a { background-color: #486749; }
a { background-color: rgb(72,103,73); }
div.DivClassName
{
background-color: #486749;
}
.BgClassName
{
background-color: #486749;
}
</style>
border-color css
<style>
span { border-color: #486749; }
span { border-color: rgb(72,103,73); }
td.TdClassName
{
border-color: #486749;
}
.TagClassName
{
border-color: #486749;
}
</style>