Shades of Armadillo #484A45
Tints of Armadillo #484A45
RGB
CMYK
RGB Variations
Color information
#484A45 (or 0x484A45) is known color: Armadillo. HEX triplet: 48, 4A and 45. RGB value is (72,74,69). Sum of RGB (Red+Green+Blue) = 72+74+69=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 74 - color contains mainly: green. Hex color #484A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A45 is #B7B5BA. Grayscale: #484848. Windows color (decimal): -12039611 or 4541000. OLE color: 4541000.
HSL color Cylindrical-coordinate representation of color #484A45: 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 #484A45 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 69 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.71 |
| HSL | 84º | 0.03% | 0.28% | - |
| HSV(B) | 84º | 0.07% | 0.29% | - |
| XYZ | 6.2 | 6.7 | 6.6 | - |
| YUV | 72.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 69 | 0.03 | 0 | 0.07 | 0.71 | 84 | 0.03 | 0.28 |
| Hex | 48 | 4A | 45 | 3 | 0 | 7 | 47 | 54 | 3 | 1C |
| Octal | 110 | 112 | 105 | 3 | 0 | 7 | 107 | 124 | 3 | 34 |
| Binary | 1001000 | 1001010 | 1000101 | 11 | 0 | 111 | 1000111 | 1010100 | 11 | 11100 |
Color Harmonies of #484A45
Complementary color
Monochromatic Colors of #484A45
Black with #484A45
Text Example
Text Example
White with #484A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A45; }
p { color: rgb(72,74,69); }
H1.HeaderClassName
{
color: #484A45;
}
.AnyTagClassName
{
color: #484A45;
}
</style>
background-color css
<style>
a { background-color: #484A45; }
a { background-color: rgb(72,74,69); }
div.DivClassName
{
background-color: #484A45;
}
.BgClassName
{
background-color: #484A45;
}
</style>
border-color css
<style>
span { border-color: #484A45; }
span { border-color: rgb(72,74,69); }
td.TdClassName
{
border-color: #484A45;
}
.TagClassName
{
border-color: #484A45;
}
</style>