Shades of Armadillo #484C44
Tints of Armadillo #484C44
RGB
CMYK
RGB Variations
Color information
#484C44 (or 0x484C44) is known color: Armadillo. HEX triplet: 48, 4C and 44. RGB value is (72,76,68). Sum of RGB (Red+Green+Blue) = 72+76+68=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 76 - color contains mainly: green. Hex color #484C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C44 is #B7B3BB. Grayscale: #494949. Windows color (decimal): -12039100 or 4475976. OLE color: 4475976.
HSL color Cylindrical-coordinate representation of color #484C44: hue angle of 90º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484C44 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 68 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.70 |
| HSL | 90º | 0.06% | 0.28% | - |
| HSV(B) | 90º | 0.11% | 0.3% | - |
| XYZ | 6.3 | 6.96 | 6.48 | - |
| YUV | 73.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 68 | 0.05 | 0 | 0.11 | 0.70 | 90 | 0.06 | 0.28 |
| Hex | 48 | 4C | 44 | 5 | 0 | B | 46 | 5A | 6 | 1C |
| Octal | 110 | 114 | 104 | 5 | 0 | 13 | 106 | 132 | 6 | 34 |
| Binary | 1001000 | 1001100 | 1000100 | 101 | 0 | 1011 | 1000110 | 1011010 | 110 | 11100 |
Color Harmonies of #484C44
Complementary color
Monochromatic Colors of #484C44
Black with #484C44
Text Example
Text Example
White with #484C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C44; }
p { color: rgb(72,76,68); }
H1.HeaderClassName
{
color: #484C44;
}
.AnyTagClassName
{
color: #484C44;
}
</style>
background-color css
<style>
a { background-color: #484C44; }
a { background-color: rgb(72,76,68); }
div.DivClassName
{
background-color: #484C44;
}
.BgClassName
{
background-color: #484C44;
}
</style>
border-color css
<style>
span { border-color: #484C44; }
span { border-color: rgb(72,76,68); }
td.TdClassName
{
border-color: #484C44;
}
.TagClassName
{
border-color: #484C44;
}
</style>