Shades of Armadillo #494B46
Tints of Armadillo #494B46
RGB
CMYK
RGB Variations
Color information
#494B46 (or 0x494B46) is known color: Armadillo. HEX triplet: 49, 4B and 46. RGB value is (73,75,70). Sum of RGB (Red+Green+Blue) = 73+75+70=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 75 - color contains mainly: green. Hex color #494B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B46 is #B6B4B9. Grayscale: #494949. Windows color (decimal): -11973818 or 4606793. OLE color: 4606793.
HSL color Cylindrical-coordinate representation of color #494B46: hue angle of 84º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #494B46 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 75 | 70 | - |
CMYK | 0.03 | 0 | 0.07 | 0.71 |
HSL | 84º | 0.03% | 0.28% | - |
HSV(B) | 84º | 0.07% | 0.29% | - |
XYZ | 6.37 | 6.89 | 6.79 | - |
YUV | 73.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 75 | 70 | 0.03 | 0 | 0.07 | 0.71 | 84 | 0.03 | 0.28 |
Hex | 49 | 4B | 46 | 3 | 0 | 7 | 47 | 54 | 3 | 1C |
Octal | 111 | 113 | 106 | 3 | 0 | 7 | 107 | 124 | 3 | 34 |
Binary | 1001001 | 1001011 | 1000110 | 11 | 0 | 111 | 1000111 | 1010100 | 11 | 11100 |
Color Harmonies of #494B46
Complementary color
Monochromatic Colors of #494B46
Black with #494B46
Text Example
Text Example
White with #494B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B46; }
p { color: rgb(73,75,70); }
H1.HeaderClassName
{
color: #494B46;
}
.AnyTagClassName
{
color: #494B46;
}
</style>
background-color css
<style>
a { background-color: #494B46; }
a { background-color: rgb(73,75,70); }
div.DivClassName
{
background-color: #494B46;
}
.BgClassName
{
background-color: #494B46;
}
</style>
border-color css
<style>
span { border-color: #494B46; }
span { border-color: rgb(73,75,70); }
td.TdClassName
{
border-color: #494B46;
}
.TagClassName
{
border-color: #494B46;
}
</style>