Shades of Armadillo #464944
Tints of Armadillo #464944
RGB
CMYK
RGB Variations
Color information
#464944 (or 0x464944) is known color: Armadillo. HEX triplet: 46, 49 and 44. RGB value is (70,73,68). Sum of RGB (Red+Green+Blue) = 70+73+68=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #464944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464944 is #B9B6BB. Grayscale: #474747. Windows color (decimal): -12170940 or 4475206. OLE color: 4475206.
HSL color Cylindrical-coordinate representation of color #464944: hue angle of 96º degrees, saturation: 0.04, 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 #464944 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 68 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.71 |
| HSL | 96º | 0.04% | 0.28% | - |
| HSV(B) | 96º | 0.07% | 0.29% | - |
| XYZ | 5.95 | 6.48 | 6.41 | - |
| YUV | 71.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 68 | 0.04 | 0 | 0.07 | 0.71 | 96 | 0.04 | 0.28 |
| Hex | 46 | 49 | 44 | 4 | 0 | 7 | 47 | 60 | 4 | 1C |
| Octal | 106 | 111 | 104 | 4 | 0 | 7 | 107 | 140 | 4 | 34 |
| Binary | 1000110 | 1001001 | 1000100 | 100 | 0 | 111 | 1000111 | 1100000 | 100 | 11100 |
Color Harmonies of #464944
Complementary color
Monochromatic Colors of #464944
Black with #464944
Text Example
Text Example
White with #464944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464944; }
p { color: rgb(70,73,68); }
H1.HeaderClassName
{
color: #464944;
}
.AnyTagClassName
{
color: #464944;
}
</style>
background-color css
<style>
a { background-color: #464944; }
a { background-color: rgb(70,73,68); }
div.DivClassName
{
background-color: #464944;
}
.BgClassName
{
background-color: #464944;
}
</style>
border-color css
<style>
span { border-color: #464944; }
span { border-color: rgb(70,73,68); }
td.TdClassName
{
border-color: #464944;
}
.TagClassName
{
border-color: #464944;
}
</style>