Shades of Armadillo #494D46
Tints of Armadillo #494D46
RGB
CMYK
RGB Variations
Color information
#494D46 (or 0x494D46) is known color: Armadillo. HEX triplet: 49, 4D and 46. RGB value is (73,77,70). Sum of RGB (Red+Green+Blue) = 73+77+70=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 77 - color contains mainly: green. Hex color #494D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D46 is #B6B2B9. Grayscale: #4B4B4B. Windows color (decimal): -11973306 or 4607305. OLE color: 4607305.
HSL color Cylindrical-coordinate representation of color #494D46: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494D46 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 70 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.70 |
| HSL | 94.29º | 0.05% | 0.29% | - |
| HSV(B) | 94.29º | 0.09% | 0.3% | - |
| XYZ | 6.51 | 7.17 | 6.83 | - |
| YUV | 75.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 70 | 0.05 | 0 | 0.09 | 0.70 | 94.29 | 0.05 | 0.29 |
| Hex | 49 | 4D | 46 | 5 | 0 | 9 | 46 | 5E | 5 | 1D |
| Octal | 111 | 115 | 106 | 5 | 0 | 11 | 106 | 136 | 5 | 35 |
| Binary | 1001001 | 1001101 | 1000110 | 101 | 0 | 1001 | 1000110 | 1011110 | 101 | 11101 |
Color Harmonies of #494D46
Complementary color
Monochromatic Colors of #494D46
Black with #494D46
Text Example
Text Example
White with #494D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D46; }
p { color: rgb(73,77,70); }
H1.HeaderClassName
{
color: #494D46;
}
.AnyTagClassName
{
color: #494D46;
}
</style>
background-color css
<style>
a { background-color: #494D46; }
a { background-color: rgb(73,77,70); }
div.DivClassName
{
background-color: #494D46;
}
.BgClassName
{
background-color: #494D46;
}
</style>
border-color css
<style>
span { border-color: #494D46; }
span { border-color: rgb(73,77,70); }
td.TdClassName
{
border-color: #494D46;
}
.TagClassName
{
border-color: #494D46;
}
</style>