Shades of Nandor #49544B
Tints of Nandor #49544B
RGB
CMYK
RGB Variations
Color information
#49544B (or 0x49544B) is known color: Nandor. HEX triplet: 49, 54 and 4B. RGB value is (73,84,75). Sum of RGB (Red+Green+Blue) = 73+84+75=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #49544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49544B is #B6ABB4. Grayscale: #4F4F4F. Windows color (decimal): -11971509 or 4936777. OLE color: 4936777.
HSL color Cylindrical-coordinate representation of color #49544B: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #49544B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 75 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.67 |
| HSL | 130.91º | 0.07% | 0.31% | - |
| HSV(B) | 130.91º | 0.13% | 0.33% | - |
| XYZ | 7.19 | 8.27 | 7.87 | - |
| YUV | 79.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 75 | 0.13 | 0 | 0.11 | 0.67 | 130.91 | 0.07 | 0.31 |
| Hex | 49 | 54 | 4B | D | 0 | B | 43 | 83 | 7 | 1F |
| Octal | 111 | 124 | 113 | 15 | 0 | 13 | 103 | 203 | 7 | 37 |
| Binary | 1001001 | 1010100 | 1001011 | 1101 | 0 | 1011 | 1000011 | 10000011 | 111 | 11111 |
Color Harmonies of #49544B
Complementary color
Monochromatic Colors of #49544B
Black with #49544B
Text Example
Text Example
White with #49544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49544B; }
p { color: rgb(73,84,75); }
H1.HeaderClassName
{
color: #49544B;
}
.AnyTagClassName
{
color: #49544B;
}
</style>
background-color css
<style>
a { background-color: #49544B; }
a { background-color: rgb(73,84,75); }
div.DivClassName
{
background-color: #49544B;
}
.BgClassName
{
background-color: #49544B;
}
</style>
border-color css
<style>
span { border-color: #49544B; }
span { border-color: rgb(73,84,75); }
td.TdClassName
{
border-color: #49544B;
}
.TagClassName
{
border-color: #49544B;
}
</style>