Shades of Armadillo #444B41
Tints of Armadillo #444B41
RGB
CMYK
RGB Variations
Color information
#444B41 (or 0x444B41) is known color: Armadillo. HEX triplet: 44, 4B and 41. RGB value is (68,75,65). Sum of RGB (Red+Green+Blue) = 68+75+65=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #444B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B41 is #BBB4BE. Grayscale: #474747. Windows color (decimal): -12301503 or 4279108. OLE color: 4279108.
HSL color Cylindrical-coordinate representation of color #444B41: hue angle of 102º 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 #444B41 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 65 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.71 |
| HSL | 102º | 0.07% | 0.27% | - |
| HSV(B) | 102º | 0.13% | 0.29% | - |
| XYZ | 5.85 | 6.64 | 5.97 | - |
| YUV | 71.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 65 | 0.09 | 0 | 0.13 | 0.71 | 102 | 0.07 | 0.27 |
| Hex | 44 | 4B | 41 | 9 | 0 | D | 47 | 66 | 7 | 1B |
| Octal | 104 | 113 | 101 | 11 | 0 | 15 | 107 | 146 | 7 | 33 |
| Binary | 1000100 | 1001011 | 1000001 | 1001 | 0 | 1101 | 1000111 | 1100110 | 111 | 11011 |
Color Harmonies of #444B41
Complementary color
Monochromatic Colors of #444B41
Black with #444B41
Text Example
Text Example
White with #444B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B41; }
p { color: rgb(68,75,65); }
H1.HeaderClassName
{
color: #444B41;
}
.AnyTagClassName
{
color: #444B41;
}
</style>
background-color css
<style>
a { background-color: #444B41; }
a { background-color: rgb(68,75,65); }
div.DivClassName
{
background-color: #444B41;
}
.BgClassName
{
background-color: #444B41;
}
</style>
border-color css
<style>
span { border-color: #444B41; }
span { border-color: rgb(68,75,65); }
td.TdClassName
{
border-color: #444B41;
}
.TagClassName
{
border-color: #444B41;
}
</style>