Shades of Armadillo #474945
Tints of Armadillo #474945
RGB
CMYK
RGB Variations
Color information
#474945 (or 0x474945) is known color: Armadillo. HEX triplet: 47, 49 and 45. RGB value is (71,73,69). Sum of RGB (Red+Green+Blue) = 71+73+69=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 73 - color contains mainly: green. Hex color #474945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474945 is #B8B6BA. Grayscale: #474747. Windows color (decimal): -12105403 or 4540743. OLE color: 4540743.
HSL color Cylindrical-coordinate representation of color #474945: hue angle of 90º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #474945 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 69 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.71 |
| HSL | 90º | 0.03% | 0.28% | - |
| HSV(B) | 90º | 0.05% | 0.29% | - |
| XYZ | 6.06 | 6.53 | 6.57 | - |
| YUV | 71.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 69 | 0.03 | 0 | 0.05 | 0.71 | 90 | 0.03 | 0.28 |
| Hex | 47 | 49 | 45 | 3 | 0 | 5 | 47 | 5A | 3 | 1C |
| Octal | 107 | 111 | 105 | 3 | 0 | 5 | 107 | 132 | 3 | 34 |
| Binary | 1000111 | 1001001 | 1000101 | 11 | 0 | 101 | 1000111 | 1011010 | 11 | 11100 |
Color Harmonies of #474945
Complementary color
Monochromatic Colors of #474945
Black with #474945
Text Example
Text Example
White with #474945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474945; }
p { color: rgb(71,73,69); }
H1.HeaderClassName
{
color: #474945;
}
.AnyTagClassName
{
color: #474945;
}
</style>
background-color css
<style>
a { background-color: #474945; }
a { background-color: rgb(71,73,69); }
div.DivClassName
{
background-color: #474945;
}
.BgClassName
{
background-color: #474945;
}
</style>
border-color css
<style>
span { border-color: #474945; }
span { border-color: rgb(71,73,69); }
td.TdClassName
{
border-color: #474945;
}
.TagClassName
{
border-color: #474945;
}
</style>