Shades of Nandor #49674C
Tints of Nandor #49674C
RGB
CMYK
RGB Variations
Color information
#49674C (or 0x49674C) is known color: Nandor. HEX triplet: 49, 67 and 4C. RGB value is (73,103,76). Sum of RGB (Red+Green+Blue) = 73+103+76=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #49674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49674C is #B698B3. Grayscale: #5B5B5B. Windows color (decimal): -11966644 or 5007177. OLE color: 5007177.
HSL color Cylindrical-coordinate representation of color #49674C: hue angle of 126º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 76 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.60 |
| HSL | 126º | 0.17% | 0.35% | - |
| HSV(B) | 126º | 0.29% | 0.4% | - |
| XYZ | 8.9 | 11.64 | 8.61 | - |
| YUV | 90.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 76 | 0.29 | 0 | 0.26 | 0.60 | 126 | 0.17 | 0.35 |
| Hex | 49 | 67 | 4C | 1D | 0 | 1A | 3C | 7E | 11 | 23 |
| Octal | 111 | 147 | 114 | 35 | 0 | 32 | 74 | 176 | 21 | 43 |
| Binary | 1001001 | 1100111 | 1001100 | 11101 | 0 | 11010 | 111100 | 1111110 | 10001 | 100011 |
Color Harmonies of #49674C
Complementary color
Monochromatic Colors of #49674C
Black with #49674C
Text Example
Text Example
White with #49674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49674C; }
p { color: rgb(73,103,76); }
H1.HeaderClassName
{
color: #49674C;
}
.AnyTagClassName
{
color: #49674C;
}
</style>
background-color css
<style>
a { background-color: #49674C; }
a { background-color: rgb(73,103,76); }
div.DivClassName
{
background-color: #49674C;
}
.BgClassName
{
background-color: #49674C;
}
</style>
border-color css
<style>
span { border-color: #49674C; }
span { border-color: rgb(73,103,76); }
td.TdClassName
{
border-color: #49674C;
}
.TagClassName
{
border-color: #49674C;
}
</style>