Shades of Nandor #49574B
Tints of Nandor #49574B
RGB
CMYK
RGB Variations
Color information
#49574B (or 0x49574B) is known color: Nandor. HEX triplet: 49, 57 and 4B. RGB value is (73,87,75). Sum of RGB (Red+Green+Blue) = 73+87+75=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #49574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49574B is #B6A8B4. Grayscale: #515151. Windows color (decimal): -11970741 or 4937545. OLE color: 4937545.
HSL color Cylindrical-coordinate representation of color #49574B: 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 #49574B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 75 | - |
| 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.43 | 8.74 | 7.95 | - |
| YUV | 81.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 75 | 0.16 | 0 | 0.14 | 0.66 | 128.57 | 0.09 | 0.31 |
| Hex | 49 | 57 | 4B | 10 | 0 | E | 42 | 81 | 9 | 1F |
| Octal | 111 | 127 | 113 | 20 | 0 | 16 | 102 | 201 | 11 | 37 |
| Binary | 1001001 | 1010111 | 1001011 | 10000 | 0 | 1110 | 1000010 | 10000001 | 1001 | 11111 |
Color Harmonies of #49574B
Complementary color
Monochromatic Colors of #49574B
Black with #49574B
Text Example
Text Example
White with #49574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49574B; }
p { color: rgb(73,87,75); }
H1.HeaderClassName
{
color: #49574B;
}
.AnyTagClassName
{
color: #49574B;
}
</style>
background-color css
<style>
a { background-color: #49574B; }
a { background-color: rgb(73,87,75); }
div.DivClassName
{
background-color: #49574B;
}
.BgClassName
{
background-color: #49574B;
}
</style>
border-color css
<style>
span { border-color: #49574B; }
span { border-color: rgb(73,87,75); }
td.TdClassName
{
border-color: #49574B;
}
.TagClassName
{
border-color: #49574B;
}
</style>