Shades of Armadillo #494C45
Tints of Armadillo #494C45
RGB
CMYK
RGB Variations
Color information
#494C45 (or 0x494C45) is known color: Armadillo. HEX triplet: 49, 4C and 45. RGB value is (73,76,69). Sum of RGB (Red+Green+Blue) = 73+76+69=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 76 - color contains mainly: green. Hex color #494C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C45 is #B6B3BA. Grayscale: #4A4A4A. Windows color (decimal): -11973563 or 4541513. OLE color: 4541513.
HSL color Cylindrical-coordinate representation of color #494C45: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494C45 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 69 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.70 |
| HSL | 85.71º | 0.05% | 0.28% | - |
| HSV(B) | 85.71º | 0.09% | 0.3% | - |
| XYZ | 6.41 | 7.02 | 6.65 | - |
| YUV | 74.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 69 | 0.04 | 0 | 0.09 | 0.70 | 85.71 | 0.05 | 0.28 |
| Hex | 49 | 4C | 45 | 4 | 0 | 9 | 46 | 56 | 5 | 1C |
| Octal | 111 | 114 | 105 | 4 | 0 | 11 | 106 | 126 | 5 | 34 |
| Binary | 1001001 | 1001100 | 1000101 | 100 | 0 | 1001 | 1000110 | 1010110 | 101 | 11100 |
Color Harmonies of #494C45
Complementary color
Monochromatic Colors of #494C45
Black with #494C45
Text Example
Text Example
White with #494C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C45; }
p { color: rgb(73,76,69); }
H1.HeaderClassName
{
color: #494C45;
}
.AnyTagClassName
{
color: #494C45;
}
</style>
background-color css
<style>
a { background-color: #494C45; }
a { background-color: rgb(73,76,69); }
div.DivClassName
{
background-color: #494C45;
}
.BgClassName
{
background-color: #494C45;
}
</style>
border-color css
<style>
span { border-color: #494C45; }
span { border-color: rgb(73,76,69); }
td.TdClassName
{
border-color: #494C45;
}
.TagClassName
{
border-color: #494C45;
}
</style>