Shades of Armadillo #474F3F
Tints of Armadillo #474F3F
RGB
CMYK
RGB Variations
Color information
#474F3F (or 0x474F3F) is known color: Armadillo. HEX triplet: 47, 4F and 3F. RGB value is (71,79,63). Sum of RGB (Red+Green+Blue) = 71+79+63=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #474F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F3F is #B8B0C0. Grayscale: #4A4A4A. Windows color (decimal): -12103873 or 4149063. OLE color: 4149063.
HSL color Cylindrical-coordinate representation of color #474F3F: hue angle of 90º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474F3F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
RGB | 71 | 79 | 63 | - |
CMYK | 0.10 | 0 | 0.20 | 0.69 |
HSL | 90º | 0.11% | 0.28% | - |
HSV(B) | 90º | 0.2% | 0.31% | - |
XYZ | 6.29 | 7.29 | 5.78 | - |
YUV | 74.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 71 | 79 | 63 | 0.10 | 0 | 0.20 | 0.69 | 90 | 0.11 | 0.28 |
Hex | 47 | 4F | 3F | A | 0 | 14 | 45 | 5A | B | 1C |
Octal | 107 | 117 | 77 | 12 | 0 | 24 | 105 | 132 | 13 | 34 |
Binary | 1000111 | 1001111 | 111111 | 1010 | 0 | 10100 | 1000101 | 1011010 | 1011 | 11100 |
Color Harmonies of #474F3F
Complementary color
Monochromatic Colors of #474F3F
Black with #474F3F
Text Example
Text Example
White with #474F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F3F; }
p { color: rgb(71,79,63); }
H1.HeaderClassName
{
color: #474F3F;
}
.AnyTagClassName
{
color: #474F3F;
}
</style>
background-color css
<style>
a { background-color: #474F3F; }
a { background-color: rgb(71,79,63); }
div.DivClassName
{
background-color: #474F3F;
}
.BgClassName
{
background-color: #474F3F;
}
</style>
border-color css
<style>
span { border-color: #474F3F; }
span { border-color: rgb(71,79,63); }
td.TdClassName
{
border-color: #474F3F;
}
.TagClassName
{
border-color: #474F3F;
}
</style>