Shades of Grey-Asparagus #444A44
Tints of Grey-Asparagus #444A44
RGB
CMYK
RGB Variations
Color information
#444A44 (or 0x444A44) is known color: Grey-Asparagus. HEX triplet: 44, 4A and 44. RGB value is (68,74,68). Sum of RGB (Red+Green+Blue) = 68+74+68=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 74 - color contains mainly: green. Hex color #444A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A44 is #BBB5BB. Grayscale: #474747. Windows color (decimal): -12301756 or 4475460. OLE color: 4475460.
HSL color Cylindrical-coordinate representation of color #444A44: hue angle of 120º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A44 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 68 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.71 |
| HSL | 120º | 0.04% | 0.28% | - |
| HSV(B) | 120º | 0.08% | 0.29% | - |
| XYZ | 5.88 | 6.54 | 6.42 | - |
| YUV | 71.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 68 | 0.08 | 0 | 0.08 | 0.71 | 120 | 0.04 | 0.28 |
| Hex | 44 | 4A | 44 | 8 | 0 | 8 | 47 | 78 | 4 | 1C |
| Octal | 104 | 112 | 104 | 10 | 0 | 10 | 107 | 170 | 4 | 34 |
| Binary | 1000100 | 1001010 | 1000100 | 1000 | 0 | 1000 | 1000111 | 1111000 | 100 | 11100 |
Color Harmonies of #444A44
Complementary color
Monochromatic Colors of #444A44
Black with #444A44
Text Example
Text Example
White with #444A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A44; }
p { color: rgb(68,74,68); }
H1.HeaderClassName
{
color: #444A44;
}
.AnyTagClassName
{
color: #444A44;
}
</style>
background-color css
<style>
a { background-color: #444A44; }
a { background-color: rgb(68,74,68); }
div.DivClassName
{
background-color: #444A44;
}
.BgClassName
{
background-color: #444A44;
}
</style>
border-color css
<style>
span { border-color: #444A44; }
span { border-color: rgb(68,74,68); }
td.TdClassName
{
border-color: #444A44;
}
.TagClassName
{
border-color: #444A44;
}
</style>