Shades of Armadillo #474B42
Tints of Armadillo #474B42
RGB
CMYK
RGB Variations
Color information
#474B42 (or 0x474B42) is known color: Armadillo. HEX triplet: 47, 4B and 42. RGB value is (71,75,66). Sum of RGB (Red+Green+Blue) = 71+75+66=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #474B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B42 is #B8B4BD. Grayscale: #484848. Windows color (decimal): -12104894 or 4344647. OLE color: 4344647.
HSL color Cylindrical-coordinate representation of color #474B42: hue angle of 86.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474B42 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 66 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.71 |
| HSL | 86.67º | 0.06% | 0.28% | - |
| HSV(B) | 86.67º | 0.12% | 0.29% | - |
| XYZ | 6.1 | 6.77 | 6.14 | - |
| YUV | 72.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 66 | 0.05 | 0 | 0.12 | 0.71 | 86.67 | 0.06 | 0.28 |
| Hex | 47 | 4B | 42 | 5 | 0 | C | 47 | 57 | 6 | 1C |
| Octal | 107 | 113 | 102 | 5 | 0 | 14 | 107 | 127 | 6 | 34 |
| Binary | 1000111 | 1001011 | 1000010 | 101 | 0 | 1100 | 1000111 | 1010111 | 110 | 11100 |
Color Harmonies of #474B42
Complementary color
Monochromatic Colors of #474B42
Black with #474B42
Text Example
Text Example
White with #474B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B42; }
p { color: rgb(71,75,66); }
H1.HeaderClassName
{
color: #474B42;
}
.AnyTagClassName
{
color: #474B42;
}
</style>
background-color css
<style>
a { background-color: #474B42; }
a { background-color: rgb(71,75,66); }
div.DivClassName
{
background-color: #474B42;
}
.BgClassName
{
background-color: #474B42;
}
</style>
border-color css
<style>
span { border-color: #474B42; }
span { border-color: rgb(71,75,66); }
td.TdClassName
{
border-color: #474B42;
}
.TagClassName
{
border-color: #474B42;
}
</style>