Shades of Grey-Asparagus #444B42
Tints of Grey-Asparagus #444B42
RGB
CMYK
RGB Variations
Color information
#444B42 (or 0x444B42) is known color: Grey-Asparagus. HEX triplet: 44, 4B and 42. RGB value is (68,75,66). Sum of RGB (Red+Green+Blue) = 68+75+66=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #444B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B42 is #BBB4BD. Grayscale: #474747. Windows color (decimal): -12301502 or 4344644. OLE color: 4344644.
HSL color Cylindrical-coordinate representation of color #444B42: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444B42 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 66 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.71 |
| HSL | 106.67º | 0.06% | 0.28% | - |
| HSV(B) | 106.67º | 0.12% | 0.29% | - |
| XYZ | 5.88 | 6.65 | 6.13 | - |
| YUV | 71.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 66 | 0.09 | 0 | 0.12 | 0.71 | 106.67 | 0.06 | 0.28 |
| Hex | 44 | 4B | 42 | 9 | 0 | C | 47 | 6B | 6 | 1C |
| Octal | 104 | 113 | 102 | 11 | 0 | 14 | 107 | 153 | 6 | 34 |
| Binary | 1000100 | 1001011 | 1000010 | 1001 | 0 | 1100 | 1000111 | 1101011 | 110 | 11100 |
Color Harmonies of #444B42
Complementary color
Monochromatic Colors of #444B42
Black with #444B42
Text Example
Text Example
White with #444B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B42; }
p { color: rgb(68,75,66); }
H1.HeaderClassName
{
color: #444B42;
}
.AnyTagClassName
{
color: #444B42;
}
</style>
background-color css
<style>
a { background-color: #444B42; }
a { background-color: rgb(68,75,66); }
div.DivClassName
{
background-color: #444B42;
}
.BgClassName
{
background-color: #444B42;
}
</style>
border-color css
<style>
span { border-color: #444B42; }
span { border-color: rgb(68,75,66); }
td.TdClassName
{
border-color: #444B42;
}
.TagClassName
{
border-color: #444B42;
}
</style>