Shades of Armadillo #484C45
Tints of Armadillo #484C45
RGB
CMYK
RGB Variations
Color information
#484C45 (or 0x484C45) is known color: Armadillo. HEX triplet: 48, 4C and 45. RGB value is (72,76,69). Sum of RGB (Red+Green+Blue) = 72+76+69=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 76 - color contains mainly: green. Hex color #484C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C45 is #B7B3BA. Grayscale: #4A4A4A. Windows color (decimal): -12039099 or 4541512. OLE color: 4541512.
HSL color Cylindrical-coordinate representation of color #484C45: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #484C45 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 69 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.70 |
| HSL | 94.29º | 0.05% | 0.28% | - |
| HSV(B) | 94.29º | 0.09% | 0.3% | - |
| XYZ | 6.33 | 6.98 | 6.64 | - |
| YUV | 74.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 69 | 0.05 | 0 | 0.09 | 0.70 | 94.29 | 0.05 | 0.28 |
| Hex | 48 | 4C | 45 | 5 | 0 | 9 | 46 | 5E | 5 | 1C |
| Octal | 110 | 114 | 105 | 5 | 0 | 11 | 106 | 136 | 5 | 34 |
| Binary | 1001000 | 1001100 | 1000101 | 101 | 0 | 1001 | 1000110 | 1011110 | 101 | 11100 |
Color Harmonies of #484C45
Complementary color
Monochromatic Colors of #484C45
Black with #484C45
Text Example
Text Example
White with #484C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C45; }
p { color: rgb(72,76,69); }
H1.HeaderClassName
{
color: #484C45;
}
.AnyTagClassName
{
color: #484C45;
}
</style>
background-color css
<style>
a { background-color: #484C45; }
a { background-color: rgb(72,76,69); }
div.DivClassName
{
background-color: #484C45;
}
.BgClassName
{
background-color: #484C45;
}
</style>
border-color css
<style>
span { border-color: #484C45; }
span { border-color: rgb(72,76,69); }
td.TdClassName
{
border-color: #484C45;
}
.TagClassName
{
border-color: #484C45;
}
</style>