Shades of Nandor #49504A
Tints of Nandor #49504A
RGB
CMYK
RGB Variations
Color information
#49504A (or 0x49504A) is known color: Nandor. HEX triplet: 49, 50 and 4A. RGB value is (73,80,74). Sum of RGB (Red+Green+Blue) = 73+80+74=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #49504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49504A is #B6AFB5. Grayscale: #4D4D4D. Windows color (decimal): -11972534 or 4870217. OLE color: 4870217.
HSL color Cylindrical-coordinate representation of color #49504A: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49504A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 74 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.69 |
| HSL | 128.57º | 0.05% | 0.3% | - |
| HSV(B) | 128.57º | 0.09% | 0.31% | - |
| XYZ | 6.85 | 7.65 | 7.59 | - |
| YUV | 77.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 74 | 0.09 | 0 | 0.08 | 0.69 | 128.57 | 0.05 | 0.3 |
| Hex | 49 | 50 | 4A | 9 | 0 | 8 | 45 | 81 | 5 | 1E |
| Octal | 111 | 120 | 112 | 11 | 0 | 10 | 105 | 201 | 5 | 36 |
| Binary | 1001001 | 1010000 | 1001010 | 1001 | 0 | 1000 | 1000101 | 10000001 | 101 | 11110 |
Color Harmonies of #49504A
Complementary color
Monochromatic Colors of #49504A
Black with #49504A
Text Example
Text Example
White with #49504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49504A; }
p { color: rgb(73,80,74); }
H1.HeaderClassName
{
color: #49504A;
}
.AnyTagClassName
{
color: #49504A;
}
</style>
background-color css
<style>
a { background-color: #49504A; }
a { background-color: rgb(73,80,74); }
div.DivClassName
{
background-color: #49504A;
}
.BgClassName
{
background-color: #49504A;
}
</style>
border-color css
<style>
span { border-color: #49504A; }
span { border-color: rgb(73,80,74); }
td.TdClassName
{
border-color: #49504A;
}
.TagClassName
{
border-color: #49504A;
}
</style>