Shades of Armadillo #454B41
Tints of Armadillo #454B41
RGB
CMYK
RGB Variations
Color information
#454B41 (or 0x454B41) is known color: Armadillo. HEX triplet: 45, 4B and 41. RGB value is (69,75,65). Sum of RGB (Red+Green+Blue) = 69+75+65=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #454B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B41 is #BAB4BE. Grayscale: #484848. Windows color (decimal): -12235967 or 4279109. OLE color: 4279109.
HSL color Cylindrical-coordinate representation of color #454B41: hue angle of 96º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454B41 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 65 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.71 |
| HSL | 96º | 0.07% | 0.27% | - |
| HSV(B) | 96º | 0.13% | 0.29% | - |
| XYZ | 5.92 | 6.68 | 5.98 | - |
| YUV | 72.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 65 | 0.08 | 0 | 0.13 | 0.71 | 96 | 0.07 | 0.27 |
| Hex | 45 | 4B | 41 | 8 | 0 | D | 47 | 60 | 7 | 1B |
| Octal | 105 | 113 | 101 | 10 | 0 | 15 | 107 | 140 | 7 | 33 |
| Binary | 1000101 | 1001011 | 1000001 | 1000 | 0 | 1101 | 1000111 | 1100000 | 111 | 11011 |
Color Harmonies of #454B41
Complementary color
Monochromatic Colors of #454B41
Black with #454B41
Text Example
Text Example
White with #454B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B41; }
p { color: rgb(69,75,65); }
H1.HeaderClassName
{
color: #454B41;
}
.AnyTagClassName
{
color: #454B41;
}
</style>
background-color css
<style>
a { background-color: #454B41; }
a { background-color: rgb(69,75,65); }
div.DivClassName
{
background-color: #454B41;
}
.BgClassName
{
background-color: #454B41;
}
</style>
border-color css
<style>
span { border-color: #454B41; }
span { border-color: rgb(69,75,65); }
td.TdClassName
{
border-color: #454B41;
}
.TagClassName
{
border-color: #454B41;
}
</style>