Shades of Armadillo #464E3E
Tints of Armadillo #464E3E
RGB
CMYK
RGB Variations
Color information
#464E3E (or 0x464E3E) is known color: Armadillo. HEX triplet: 46, 4E and 3E. RGB value is (70,78,62). Sum of RGB (Red+Green+Blue) = 70+78+62=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #464E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E3E is #B9B1C1. Grayscale: #494949. Windows color (decimal): -12169666 or 4083270. OLE color: 4083270.
HSL color Cylindrical-coordinate representation of color #464E3E: hue angle of 90º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464E3E is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
RGB | 70 | 78 | 62 | - |
CMYK | 0.10 | 0 | 0.21 | 0.69 |
HSL | 90º | 0.11% | 0.27% | - |
HSV(B) | 90º | 0.21% | 0.31% | - |
XYZ | 6.12 | 7.1 | 5.61 | - |
YUV | 73.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 78 | 62 | 0.10 | 0 | 0.21 | 0.69 | 90 | 0.11 | 0.27 |
Hex | 46 | 4E | 3E | A | 0 | 15 | 45 | 5A | B | 1B |
Octal | 106 | 116 | 76 | 12 | 0 | 25 | 105 | 132 | 13 | 33 |
Binary | 1000110 | 1001110 | 111110 | 1010 | 0 | 10101 | 1000101 | 1011010 | 1011 | 11011 |
Color Harmonies of #464E3E
Complementary color
Monochromatic Colors of #464E3E
Black with #464E3E
Text Example
Text Example
White with #464E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E3E; }
p { color: rgb(70,78,62); }
H1.HeaderClassName
{
color: #464E3E;
}
.AnyTagClassName
{
color: #464E3E;
}
</style>
background-color css
<style>
a { background-color: #464E3E; }
a { background-color: rgb(70,78,62); }
div.DivClassName
{
background-color: #464E3E;
}
.BgClassName
{
background-color: #464E3E;
}
</style>
border-color css
<style>
span { border-color: #464E3E; }
span { border-color: rgb(70,78,62); }
td.TdClassName
{
border-color: #464E3E;
}
.TagClassName
{
border-color: #464E3E;
}
</style>