Shades of Armadillo #494D44
Tints of Armadillo #494D44
RGB
CMYK
RGB Variations
Color information
#494D44 (or 0x494D44) is known color: Armadillo. HEX triplet: 49, 4D and 44. RGB value is (73,77,68). Sum of RGB (Red+Green+Blue) = 73+77+68=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #494D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D44 is #B6B2BB. Grayscale: #4A4A4A. Windows color (decimal): -11973308 or 4476233. OLE color: 4476233.
HSL color Cylindrical-coordinate representation of color #494D44: hue angle of 86.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494D44 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 68 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.70 |
| HSL | 86.67º | 0.06% | 0.28% | - |
| HSV(B) | 86.67º | 0.12% | 0.3% | - |
| XYZ | 6.44 | 7.14 | 6.51 | - |
| YUV | 74.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 68 | 0.05 | 0 | 0.12 | 0.70 | 86.67 | 0.06 | 0.28 |
| Hex | 49 | 4D | 44 | 5 | 0 | C | 46 | 57 | 6 | 1C |
| Octal | 111 | 115 | 104 | 5 | 0 | 14 | 106 | 127 | 6 | 34 |
| Binary | 1001001 | 1001101 | 1000100 | 101 | 0 | 1100 | 1000110 | 1010111 | 110 | 11100 |
Color Harmonies of #494D44
Complementary color
Monochromatic Colors of #494D44
Black with #494D44
Text Example
Text Example
White with #494D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D44; }
p { color: rgb(73,77,68); }
H1.HeaderClassName
{
color: #494D44;
}
.AnyTagClassName
{
color: #494D44;
}
</style>
background-color css
<style>
a { background-color: #494D44; }
a { background-color: rgb(73,77,68); }
div.DivClassName
{
background-color: #494D44;
}
.BgClassName
{
background-color: #494D44;
}
</style>
border-color css
<style>
span { border-color: #494D44; }
span { border-color: rgb(73,77,68); }
td.TdClassName
{
border-color: #494D44;
}
.TagClassName
{
border-color: #494D44;
}
</style>