Shades of Armadillo #464C3E
Tints of Armadillo #464C3E
RGB
CMYK
RGB Variations
Color information
#464C3E (or 0x464C3E) is known color: Armadillo. HEX triplet: 46, 4C and 3E. RGB value is (70,76,62). Sum of RGB (Red+Green+Blue) = 70+76+62=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #464C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C3E is #B9B3C1. Grayscale: #484848. Windows color (decimal): -12170178 or 4082758. OLE color: 4082758.
HSL color Cylindrical-coordinate representation of color #464C3E: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464C3E is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 62 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.70 |
| HSL | 85.71º | 0.1% | 0.27% | - |
| HSV(B) | 85.71º | 0.18% | 0.3% | - |
| XYZ | 5.98 | 6.82 | 5.56 | - |
| YUV | 72.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 62 | 0.08 | 0 | 0.18 | 0.70 | 85.71 | 0.1 | 0.27 |
| Hex | 46 | 4C | 3E | 8 | 0 | 12 | 46 | 56 | A | 1B |
| Octal | 106 | 114 | 76 | 10 | 0 | 22 | 106 | 126 | 12 | 33 |
| Binary | 1000110 | 1001100 | 111110 | 1000 | 0 | 10010 | 1000110 | 1010110 | 1010 | 11011 |
Color Harmonies of #464C3E
Complementary color
Monochromatic Colors of #464C3E
Black with #464C3E
Text Example
Text Example
White with #464C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C3E; }
p { color: rgb(70,76,62); }
H1.HeaderClassName
{
color: #464C3E;
}
.AnyTagClassName
{
color: #464C3E;
}
</style>
background-color css
<style>
a { background-color: #464C3E; }
a { background-color: rgb(70,76,62); }
div.DivClassName
{
background-color: #464C3E;
}
.BgClassName
{
background-color: #464C3E;
}
</style>
border-color css
<style>
span { border-color: #464C3E; }
span { border-color: rgb(70,76,62); }
td.TdClassName
{
border-color: #464C3E;
}
.TagClassName
{
border-color: #464C3E;
}
</style>