Shades of Armadillo #454A41
Tints of Armadillo #454A41
RGB
CMYK
RGB Variations
Color information
#454A41 (or 0x454A41) is known color: Armadillo. HEX triplet: 45, 4A and 41. RGB value is (69,74,65). Sum of RGB (Red+Green+Blue) = 69+74+65=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 74 - color contains mainly: green. Hex color #454A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A41 is #BAB5BE. Grayscale: #474747. Windows color (decimal): -12236223 or 4278853. OLE color: 4278853.
HSL color Cylindrical-coordinate representation of color #454A41: hue angle of 93.33º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454A41 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 65 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.71 |
| HSL | 93.33º | 0.06% | 0.27% | - |
| HSV(B) | 93.33º | 0.12% | 0.29% | - |
| XYZ | 5.86 | 6.54 | 5.96 | - |
| YUV | 71.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 65 | 0.07 | 0 | 0.12 | 0.71 | 93.33 | 0.06 | 0.27 |
| Hex | 45 | 4A | 41 | 7 | 0 | C | 47 | 5D | 6 | 1B |
| Octal | 105 | 112 | 101 | 7 | 0 | 14 | 107 | 135 | 6 | 33 |
| Binary | 1000101 | 1001010 | 1000001 | 111 | 0 | 1100 | 1000111 | 1011101 | 110 | 11011 |
Color Harmonies of #454A41
Complementary color
Monochromatic Colors of #454A41
Black with #454A41
Text Example
Text Example
White with #454A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A41; }
p { color: rgb(69,74,65); }
H1.HeaderClassName
{
color: #454A41;
}
.AnyTagClassName
{
color: #454A41;
}
</style>
background-color css
<style>
a { background-color: #454A41; }
a { background-color: rgb(69,74,65); }
div.DivClassName
{
background-color: #454A41;
}
.BgClassName
{
background-color: #454A41;
}
</style>
border-color css
<style>
span { border-color: #454A41; }
span { border-color: rgb(69,74,65); }
td.TdClassName
{
border-color: #454A41;
}
.TagClassName
{
border-color: #454A41;
}
</style>