Shades of Armadillo #454A40
Tints of Armadillo #454A40
RGB
CMYK
RGB Variations
Color information
#454A40 (or 0x454A40) is known color: Armadillo. HEX triplet: 45, 4A and 40. RGB value is (69,74,64). Sum of RGB (Red+Green+Blue) = 69+74+64=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #454A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A40 is #BAB5BF. Grayscale: #474747. Windows color (decimal): -12236224 or 4213317. OLE color: 4213317.
HSL color Cylindrical-coordinate representation of color #454A40: hue angle of 90º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454A40 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 64 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.71 |
| HSL | 90º | 0.07% | 0.27% | - |
| HSV(B) | 90º | 0.14% | 0.29% | - |
| XYZ | 5.83 | 6.53 | 5.8 | - |
| YUV | 71.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 64 | 0.07 | 0 | 0.14 | 0.71 | 90 | 0.07 | 0.27 |
| Hex | 45 | 4A | 40 | 7 | 0 | E | 47 | 5A | 7 | 1B |
| Octal | 105 | 112 | 100 | 7 | 0 | 16 | 107 | 132 | 7 | 33 |
| Binary | 1000101 | 1001010 | 1000000 | 111 | 0 | 1110 | 1000111 | 1011010 | 111 | 11011 |
Color Harmonies of #454A40
Complementary color
Monochromatic Colors of #454A40
Black with #454A40
Text Example
Text Example
White with #454A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A40; }
p { color: rgb(69,74,64); }
H1.HeaderClassName
{
color: #454A40;
}
.AnyTagClassName
{
color: #454A40;
}
</style>
background-color css
<style>
a { background-color: #454A40; }
a { background-color: rgb(69,74,64); }
div.DivClassName
{
background-color: #454A40;
}
.BgClassName
{
background-color: #454A40;
}
</style>
border-color css
<style>
span { border-color: #454A40; }
span { border-color: rgb(69,74,64); }
td.TdClassName
{
border-color: #454A40;
}
.TagClassName
{
border-color: #454A40;
}
</style>