Shades of Nandor #48564A
Tints of Nandor #48564A
RGB
CMYK
RGB Variations
Color information
#48564A (or 0x48564A) is known color: Nandor. HEX triplet: 48, 56 and 4A. RGB value is (72,86,74). Sum of RGB (Red+Green+Blue) = 72+86+74=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #48564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48564A is #B7A9B5. Grayscale: #505050. Windows color (decimal): -12036534 or 4871752. OLE color: 4871752.
HSL color Cylindrical-coordinate representation of color #48564A: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48564A is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 86 | 74 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.66 |
| HSL | 128.57º | 0.09% | 0.31% | - |
| HSV(B) | 128.57º | 0.16% | 0.34% | - |
| XYZ | 7.24 | 8.53 | 7.74 | - |
| YUV | 80.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 74 | 0.16 | 0 | 0.14 | 0.66 | 128.57 | 0.09 | 0.31 |
| Hex | 48 | 56 | 4A | 10 | 0 | E | 42 | 81 | 9 | 1F |
| Octal | 110 | 126 | 112 | 20 | 0 | 16 | 102 | 201 | 11 | 37 |
| Binary | 1001000 | 1010110 | 1001010 | 10000 | 0 | 1110 | 1000010 | 10000001 | 1001 | 11111 |
Color Harmonies of #48564A
Complementary color
Monochromatic Colors of #48564A
Black with #48564A
Text Example
Text Example
White with #48564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48564A; }
p { color: rgb(72,86,74); }
H1.HeaderClassName
{
color: #48564A;
}
.AnyTagClassName
{
color: #48564A;
}
</style>
background-color css
<style>
a { background-color: #48564A; }
a { background-color: rgb(72,86,74); }
div.DivClassName
{
background-color: #48564A;
}
.BgClassName
{
background-color: #48564A;
}
</style>
border-color css
<style>
span { border-color: #48564A; }
span { border-color: rgb(72,86,74); }
td.TdClassName
{
border-color: #48564A;
}
.TagClassName
{
border-color: #48564A;
}
</style>