Shades of Armadillo #454843
Tints of Armadillo #454843
RGB
CMYK
RGB Variations
Color information
#454843 (or 0x454843) is known color: Armadillo. HEX triplet: 45, 48 and 43. RGB value is (69,72,67). Sum of RGB (Red+Green+Blue) = 69+72+67=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #454843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454843 is #BAB7BC. Grayscale: #464646. Windows color (decimal): -12236733 or 4409413. OLE color: 4409413.
HSL color Cylindrical-coordinate representation of color #454843: hue angle of 96º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454843 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 67 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.72 |
| HSL | 96º | 0.04% | 0.27% | - |
| HSV(B) | 96º | 0.07% | 0.28% | - |
| XYZ | 5.78 | 6.31 | 6.22 | - |
| YUV | 70.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 67 | 0.04 | 0 | 0.07 | 0.72 | 96 | 0.04 | 0.27 |
| Hex | 45 | 48 | 43 | 4 | 0 | 7 | 48 | 60 | 4 | 1B |
| Octal | 105 | 110 | 103 | 4 | 0 | 7 | 110 | 140 | 4 | 33 |
| Binary | 1000101 | 1001000 | 1000011 | 100 | 0 | 111 | 1001000 | 1100000 | 100 | 11011 |
Color Harmonies of #454843
Complementary color
Monochromatic Colors of #454843
Black with #454843
Text Example
Text Example
White with #454843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454843; }
p { color: rgb(69,72,67); }
H1.HeaderClassName
{
color: #454843;
}
.AnyTagClassName
{
color: #454843;
}
</style>
background-color css
<style>
a { background-color: #454843; }
a { background-color: rgb(69,72,67); }
div.DivClassName
{
background-color: #454843;
}
.BgClassName
{
background-color: #454843;
}
</style>
border-color css
<style>
span { border-color: #454843; }
span { border-color: rgb(69,72,67); }
td.TdClassName
{
border-color: #454843;
}
.TagClassName
{
border-color: #454843;
}
</style>