Shades of Armadillo #464E3F
Tints of Armadillo #464E3F
RGB
CMYK
RGB Variations
Color information
#464E3F (or 0x464E3F) is known color: Armadillo. HEX triplet: 46, 4E and 3F. RGB value is (70,78,63). Sum of RGB (Red+Green+Blue) = 70+78+63=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #464E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E3F is #B9B1C0. Grayscale: #494949. Windows color (decimal): -12169665 or 4148806. OLE color: 4148806.
HSL color Cylindrical-coordinate representation of color #464E3F: hue angle of 92º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464E3F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 63 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.69 |
| HSL | 92º | 0.11% | 0.28% | - |
| HSV(B) | 92º | 0.19% | 0.31% | - |
| XYZ | 6.15 | 7.11 | 5.75 | - |
| YUV | 73.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 63 | 0.10 | 0 | 0.19 | 0.69 | 92 | 0.11 | 0.28 |
| Hex | 46 | 4E | 3F | A | 0 | 13 | 45 | 5C | B | 1C |
| Octal | 106 | 116 | 77 | 12 | 0 | 23 | 105 | 134 | 13 | 34 |
| Binary | 1000110 | 1001110 | 111111 | 1010 | 0 | 10011 | 1000101 | 1011100 | 1011 | 11100 |
Color Harmonies of #464E3F
Complementary color
Monochromatic Colors of #464E3F
Black with #464E3F
Text Example
Text Example
White with #464E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E3F; }
p { color: rgb(70,78,63); }
H1.HeaderClassName
{
color: #464E3F;
}
.AnyTagClassName
{
color: #464E3F;
}
</style>
background-color css
<style>
a { background-color: #464E3F; }
a { background-color: rgb(70,78,63); }
div.DivClassName
{
background-color: #464E3F;
}
.BgClassName
{
background-color: #464E3F;
}
</style>
border-color css
<style>
span { border-color: #464E3F; }
span { border-color: rgb(70,78,63); }
td.TdClassName
{
border-color: #464E3F;
}
.TagClassName
{
border-color: #464E3F;
}
</style>