Shades of Armadillo #4B4E47
Tints of Armadillo #4B4E47
RGB
CMYK
RGB Variations
Color information
#4B4E47 (or 0x4B4E47) is known color: Armadillo. HEX triplet: 4B, 4E and 47. RGB value is (75,78,71). Sum of RGB (Red+Green+Blue) = 75+78+71=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 78 - color contains mainly: green. Hex color #4B4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4E47 is #B4B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11841977 or 4673099. OLE color: 4673099.
HSL color Cylindrical-coordinate representation of color #4B4E47: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B4E47 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 78 | 71 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.69 |
| HSL | 85.71º | 0.05% | 0.29% | - |
| HSV(B) | 85.71º | 0.09% | 0.31% | - |
| XYZ | 6.76 | 7.4 | 7.03 | - |
| YUV | 76.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 71 | 0.04 | 0 | 0.09 | 0.69 | 85.71 | 0.05 | 0.29 |
| Hex | 4B | 4E | 47 | 4 | 0 | 9 | 45 | 56 | 5 | 1D |
| Octal | 113 | 116 | 107 | 4 | 0 | 11 | 105 | 126 | 5 | 35 |
| Binary | 1001011 | 1001110 | 1000111 | 100 | 0 | 1001 | 1000101 | 1010110 | 101 | 11101 |
Color Harmonies of #4B4E47
Complementary color
Monochromatic Colors of #4B4E47
Black with #4B4E47
Text Example
Text Example
White with #4B4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4E47; }
p { color: rgb(75,78,71); }
H1.HeaderClassName
{
color: #4B4E47;
}
.AnyTagClassName
{
color: #4B4E47;
}
</style>
background-color css
<style>
a { background-color: #4B4E47; }
a { background-color: rgb(75,78,71); }
div.DivClassName
{
background-color: #4B4E47;
}
.BgClassName
{
background-color: #4B4E47;
}
</style>
border-color css
<style>
span { border-color: #4B4E47; }
span { border-color: rgb(75,78,71); }
td.TdClassName
{
border-color: #4B4E47;
}
.TagClassName
{
border-color: #4B4E47;
}
</style>