Shades of Armadillo #464D41
Tints of Armadillo #464D41
RGB
CMYK
RGB Variations
Color information
#464D41 (or 0x464D41) is known color: Armadillo. HEX triplet: 46, 4D and 41. RGB value is (70,77,65). Sum of RGB (Red+Green+Blue) = 70+77+65=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #464D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D41 is #B9B2BE. Grayscale: #494949. Windows color (decimal): -12169919 or 4279622. OLE color: 4279622.
HSL color Cylindrical-coordinate representation of color #464D41: hue angle of 95º 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 #464D41 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 65 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.70 |
| HSL | 95º | 0.08% | 0.28% | - |
| HSV(B) | 95º | 0.16% | 0.3% | - |
| XYZ | 6.13 | 6.99 | 6.03 | - |
| YUV | 73.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 65 | 0.09 | 0 | 0.16 | 0.70 | 95 | 0.08 | 0.28 |
| Hex | 46 | 4D | 41 | 9 | 0 | 10 | 46 | 5F | 8 | 1C |
| Octal | 106 | 115 | 101 | 11 | 0 | 20 | 106 | 137 | 10 | 34 |
| Binary | 1000110 | 1001101 | 1000001 | 1001 | 0 | 10000 | 1000110 | 1011111 | 1000 | 11100 |
Color Harmonies of #464D41
Complementary color
Monochromatic Colors of #464D41
Black with #464D41
Text Example
Text Example
White with #464D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D41; }
p { color: rgb(70,77,65); }
H1.HeaderClassName
{
color: #464D41;
}
.AnyTagClassName
{
color: #464D41;
}
</style>
background-color css
<style>
a { background-color: #464D41; }
a { background-color: rgb(70,77,65); }
div.DivClassName
{
background-color: #464D41;
}
.BgClassName
{
background-color: #464D41;
}
</style>
border-color css
<style>
span { border-color: #464D41; }
span { border-color: rgb(70,77,65); }
td.TdClassName
{
border-color: #464D41;
}
.TagClassName
{
border-color: #464D41;
}
</style>