Shades of Armadillo #474D41
Tints of Armadillo #474D41
RGB
CMYK
RGB Variations
Color information
#474D41 (or 0x474D41) is known color: Armadillo. HEX triplet: 47, 4D and 41. RGB value is (71,77,65). Sum of RGB (Red+Green+Blue) = 71+77+65=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 77 - color contains mainly: green. Hex color #474D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D41 is #B8B2BE. Grayscale: #494949. Windows color (decimal): -12104383 or 4279623. OLE color: 4279623.
HSL color Cylindrical-coordinate representation of color #474D41: hue angle of 90º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474D41 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 65 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.70 |
| HSL | 90º | 0.08% | 0.28% | - |
| HSV(B) | 90º | 0.16% | 0.3% | - |
| XYZ | 6.21 | 7.03 | 6.03 | - |
| YUV | 73.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 65 | 0.08 | 0 | 0.16 | 0.70 | 90 | 0.08 | 0.28 |
| Hex | 47 | 4D | 41 | 8 | 0 | 10 | 46 | 5A | 8 | 1C |
| Octal | 107 | 115 | 101 | 10 | 0 | 20 | 106 | 132 | 10 | 34 |
| Binary | 1000111 | 1001101 | 1000001 | 1000 | 0 | 10000 | 1000110 | 1011010 | 1000 | 11100 |
Color Harmonies of #474D41
Complementary color
Monochromatic Colors of #474D41
Black with #474D41
Text Example
Text Example
White with #474D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D41; }
p { color: rgb(71,77,65); }
H1.HeaderClassName
{
color: #474D41;
}
.AnyTagClassName
{
color: #474D41;
}
</style>
background-color css
<style>
a { background-color: #474D41; }
a { background-color: rgb(71,77,65); }
div.DivClassName
{
background-color: #474D41;
}
.BgClassName
{
background-color: #474D41;
}
</style>
border-color css
<style>
span { border-color: #474D41; }
span { border-color: rgb(71,77,65); }
td.TdClassName
{
border-color: #474D41;
}
.TagClassName
{
border-color: #474D41;
}
</style>