Shades of Armadillo #474A45
Tints of Armadillo #474A45
RGB
CMYK
RGB Variations
Color information
#474A45 (or 0x474A45) is known color: Armadillo. HEX triplet: 47, 4A and 45. RGB value is (71,74,69). Sum of RGB (Red+Green+Blue) = 71+74+69=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #474A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A45 is #B8B5BA. Grayscale: #484848. Windows color (decimal): -12105147 or 4540999. OLE color: 4540999.
HSL color Cylindrical-coordinate representation of color #474A45: hue angle of 96º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474A45 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 69 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.71 |
| HSL | 96º | 0.03% | 0.28% | - |
| HSV(B) | 96º | 0.07% | 0.29% | - |
| XYZ | 6.12 | 6.67 | 6.59 | - |
| YUV | 72.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 69 | 0.04 | 0 | 0.07 | 0.71 | 96 | 0.03 | 0.28 |
| Hex | 47 | 4A | 45 | 4 | 0 | 7 | 47 | 60 | 3 | 1C |
| Octal | 107 | 112 | 105 | 4 | 0 | 7 | 107 | 140 | 3 | 34 |
| Binary | 1000111 | 1001010 | 1000101 | 100 | 0 | 111 | 1000111 | 1100000 | 11 | 11100 |
Color Harmonies of #474A45
Complementary color
Monochromatic Colors of #474A45
Black with #474A45
Text Example
Text Example
White with #474A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A45; }
p { color: rgb(71,74,69); }
H1.HeaderClassName
{
color: #474A45;
}
.AnyTagClassName
{
color: #474A45;
}
</style>
background-color css
<style>
a { background-color: #474A45; }
a { background-color: rgb(71,74,69); }
div.DivClassName
{
background-color: #474A45;
}
.BgClassName
{
background-color: #474A45;
}
</style>
border-color css
<style>
span { border-color: #474A45; }
span { border-color: rgb(71,74,69); }
td.TdClassName
{
border-color: #474A45;
}
.TagClassName
{
border-color: #474A45;
}
</style>