Shades of Armadillo #4C4E4A
Tints of Armadillo #4C4E4A
RGB
CMYK
RGB Variations
Color information
#4C4E4A (or 0x4C4E4A) is known color: Armadillo. HEX triplet: 4C, 4E and 4A. RGB value is (76,78,74). Sum of RGB (Red+Green+Blue) = 76+78+74=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E4A is #B3B1B5. Grayscale: #4C4C4C. Windows color (decimal): -11776438 or 4869708. OLE color: 4869708.
HSL color Cylindrical-coordinate representation of color #4C4E4A: hue angle of 90º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C4E4A is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 74 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.69 |
| HSL | 90º | 0.03% | 0.3% | - |
| HSV(B) | 90º | 0.05% | 0.31% | - |
| XYZ | 6.94 | 7.48 | 7.56 | - |
| YUV | 76.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 74 | 0.03 | 0 | 0.05 | 0.69 | 90 | 0.03 | 0.3 |
| Hex | 4C | 4E | 4A | 3 | 0 | 5 | 45 | 5A | 3 | 1E |
| Octal | 114 | 116 | 112 | 3 | 0 | 5 | 105 | 132 | 3 | 36 |
| Binary | 1001100 | 1001110 | 1001010 | 11 | 0 | 101 | 1000101 | 1011010 | 11 | 11110 |
Color Harmonies of #4C4E4A
Complementary color
Monochromatic Colors of #4C4E4A
Black with #4C4E4A
Text Example
Text Example
White with #4C4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E4A; }
p { color: rgb(76,78,74); }
H1.HeaderClassName
{
color: #4C4E4A;
}
.AnyTagClassName
{
color: #4C4E4A;
}
</style>
background-color css
<style>
a { background-color: #4C4E4A; }
a { background-color: rgb(76,78,74); }
div.DivClassName
{
background-color: #4C4E4A;
}
.BgClassName
{
background-color: #4C4E4A;
}
</style>
border-color css
<style>
span { border-color: #4C4E4A; }
span { border-color: rgb(76,78,74); }
td.TdClassName
{
border-color: #4C4E4A;
}
.TagClassName
{
border-color: #4C4E4A;
}
</style>