Shades of Armadillo #464943
Tints of Armadillo #464943
RGB
CMYK
RGB Variations
Color information
#464943 (or 0x464943) is known color: Armadillo. HEX triplet: 46, 49 and 43. RGB value is (70,73,67). Sum of RGB (Red+Green+Blue) = 70+73+67=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #464943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464943 is #B9B6BC. Grayscale: #474747. Windows color (decimal): -12170941 or 4409670. OLE color: 4409670.
HSL color Cylindrical-coordinate representation of color #464943: hue angle of 90º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464943 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 67 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.71 |
| HSL | 90º | 0.04% | 0.27% | - |
| HSV(B) | 90º | 0.08% | 0.29% | - |
| XYZ | 5.92 | 6.47 | 6.25 | - |
| YUV | 71.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 67 | 0.04 | 0 | 0.08 | 0.71 | 90 | 0.04 | 0.27 |
| Hex | 46 | 49 | 43 | 4 | 0 | 8 | 47 | 5A | 4 | 1B |
| Octal | 106 | 111 | 103 | 4 | 0 | 10 | 107 | 132 | 4 | 33 |
| Binary | 1000110 | 1001001 | 1000011 | 100 | 0 | 1000 | 1000111 | 1011010 | 100 | 11011 |
Color Harmonies of #464943
Complementary color
Monochromatic Colors of #464943
Black with #464943
Text Example
Text Example
White with #464943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464943; }
p { color: rgb(70,73,67); }
H1.HeaderClassName
{
color: #464943;
}
.AnyTagClassName
{
color: #464943;
}
</style>
background-color css
<style>
a { background-color: #464943; }
a { background-color: rgb(70,73,67); }
div.DivClassName
{
background-color: #464943;
}
.BgClassName
{
background-color: #464943;
}
</style>
border-color css
<style>
span { border-color: #464943; }
span { border-color: rgb(70,73,67); }
td.TdClassName
{
border-color: #464943;
}
.TagClassName
{
border-color: #464943;
}
</style>