Shades of Armadillo #464C41
Tints of Armadillo #464C41
RGB
CMYK
RGB Variations
Color information
#464C41 (or 0x464C41) is known color: Armadillo. HEX triplet: 46, 4C and 41. RGB value is (70,76,65). Sum of RGB (Red+Green+Blue) = 70+76+65=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #464C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C41 is #B9B3BE. Grayscale: #484848. Windows color (decimal): -12170175 or 4279366. OLE color: 4279366.
HSL color Cylindrical-coordinate representation of color #464C41: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464C41 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 65 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.70 |
| HSL | 92.73º | 0.08% | 0.28% | - |
| HSV(B) | 92.73º | 0.14% | 0.3% | - |
| XYZ | 6.06 | 6.85 | 6 | - |
| YUV | 72.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 65 | 0.08 | 0 | 0.14 | 0.70 | 92.73 | 0.08 | 0.28 |
| Hex | 46 | 4C | 41 | 8 | 0 | E | 46 | 5D | 8 | 1C |
| Octal | 106 | 114 | 101 | 10 | 0 | 16 | 106 | 135 | 10 | 34 |
| Binary | 1000110 | 1001100 | 1000001 | 1000 | 0 | 1110 | 1000110 | 1011101 | 1000 | 11100 |
Color Harmonies of #464C41
Complementary color
Monochromatic Colors of #464C41
Black with #464C41
Text Example
Text Example
White with #464C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C41; }
p { color: rgb(70,76,65); }
H1.HeaderClassName
{
color: #464C41;
}
.AnyTagClassName
{
color: #464C41;
}
</style>
background-color css
<style>
a { background-color: #464C41; }
a { background-color: rgb(70,76,65); }
div.DivClassName
{
background-color: #464C41;
}
.BgClassName
{
background-color: #464C41;
}
</style>
border-color css
<style>
span { border-color: #464C41; }
span { border-color: rgb(70,76,65); }
td.TdClassName
{
border-color: #464C41;
}
.TagClassName
{
border-color: #464C41;
}
</style>