Shades of Plantation #444A47
Tints of Plantation #444A47
RGB
CMYK
RGB Variations
Color information
#444A47 (or 0x444A47) is known color: Plantation. HEX triplet: 44, 4A and 47. RGB value is (68,74,71). Sum of RGB (Red+Green+Blue) = 68+74+71=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 74 - color contains mainly: green. Hex color #444A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A47 is #BBB5B8. Grayscale: #474747. Windows color (decimal): -12301753 or 4672068. OLE color: 4672068.
HSL color Cylindrical-coordinate representation of color #444A47: hue angle of 150º 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 #444A47 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 71 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.71 |
| HSL | 150º | 0.04% | 0.28% | - |
| HSV(B) | 150º | 0.08% | 0.29% | - |
| XYZ | 5.97 | 6.58 | 6.92 | - |
| YUV | 71.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 71 | 0.08 | 0 | 0.04 | 0.71 | 150 | 0.04 | 0.28 |
| Hex | 44 | 4A | 47 | 8 | 0 | 4 | 47 | 96 | 4 | 1C |
| Octal | 104 | 112 | 107 | 10 | 0 | 4 | 107 | 226 | 4 | 34 |
| Binary | 1000100 | 1001010 | 1000111 | 1000 | 0 | 100 | 1000111 | 10010110 | 100 | 11100 |
Color Harmonies of #444A47
Complementary color
Monochromatic Colors of #444A47
Black with #444A47
Text Example
Text Example
White with #444A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A47; }
p { color: rgb(68,74,71); }
H1.HeaderClassName
{
color: #444A47;
}
.AnyTagClassName
{
color: #444A47;
}
</style>
background-color css
<style>
a { background-color: #444A47; }
a { background-color: rgb(68,74,71); }
div.DivClassName
{
background-color: #444A47;
}
.BgClassName
{
background-color: #444A47;
}
</style>
border-color css
<style>
span { border-color: #444A47; }
span { border-color: rgb(68,74,71); }
td.TdClassName
{
border-color: #444A47;
}
.TagClassName
{
border-color: #444A47;
}
</style>