Shades of Nandor #48594A
Tints of Nandor #48594A
RGB
CMYK
RGB Variations
Color information
#48594A (or 0x48594A) is known color: Nandor. HEX triplet: 48, 59 and 4A. RGB value is (72,89,74). Sum of RGB (Red+Green+Blue) = 72+89+74=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #48594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48594A is #B7A6B5. Grayscale: #525252. Windows color (decimal): -12035766 or 4872520. OLE color: 4872520.
HSL color Cylindrical-coordinate representation of color #48594A: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48594A is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 74 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.65 |
| HSL | 127.06º | 0.11% | 0.32% | - |
| HSV(B) | 127.06º | 0.19% | 0.35% | - |
| XYZ | 7.48 | 9.02 | 7.82 | - |
| YUV | 82.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 74 | 0.19 | 0 | 0.17 | 0.65 | 127.06 | 0.11 | 0.32 |
| Hex | 48 | 59 | 4A | 13 | 0 | 11 | 41 | 7F | B | 20 |
| Octal | 110 | 131 | 112 | 23 | 0 | 21 | 101 | 177 | 13 | 40 |
| Binary | 1001000 | 1011001 | 1001010 | 10011 | 0 | 10001 | 1000001 | 1111111 | 1011 | 100000 |
Color Harmonies of #48594A
Complementary color
Monochromatic Colors of #48594A
Black with #48594A
Text Example
Text Example
White with #48594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48594A; }
p { color: rgb(72,89,74); }
H1.HeaderClassName
{
color: #48594A;
}
.AnyTagClassName
{
color: #48594A;
}
</style>
background-color css
<style>
a { background-color: #48594A; }
a { background-color: rgb(72,89,74); }
div.DivClassName
{
background-color: #48594A;
}
.BgClassName
{
background-color: #48594A;
}
</style>
border-color css
<style>
span { border-color: #48594A; }
span { border-color: rgb(72,89,74); }
td.TdClassName
{
border-color: #48594A;
}
.TagClassName
{
border-color: #48594A;
}
</style>