Shades of Lochinvar #44897A
Tints of Lochinvar #44897A
RGB
CMYK
RGB Variations
Color information
#44897A (or 0x44897A) is known color: Lochinvar. HEX triplet: 44, 89 and 7A. RGB value is (68,137,122). Sum of RGB (Red+Green+Blue) = 68+137+122=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #44897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44897A is #BB7685. Grayscale: #727272. Windows color (decimal): -12285574 or 8030532. OLE color: 8030532.
HSL color Cylindrical-coordinate representation of color #44897A: hue angle of 166.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44897A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 122 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.46 |
| HSL | 166.96º | 0.34% | 0.4% | - |
| HSV(B) | 166.96º | 0.5% | 0.54% | - |
| XYZ | 14.84 | 20.53 | 21.59 | - |
| YUV | 114.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 122 | 0.50 | 0 | 0.11 | 0.46 | 166.96 | 0.34 | 0.4 |
| Hex | 44 | 89 | 7A | 32 | 0 | B | 2E | A7 | 22 | 28 |
| Octal | 104 | 211 | 172 | 62 | 0 | 13 | 56 | 247 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1111010 | 110010 | 0 | 1011 | 101110 | 10100111 | 100010 | 101000 |
Color Harmonies of #44897A
Complementary color
Monochromatic Colors of #44897A
Black with #44897A
Text Example
Text Example
White with #44897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44897A; }
p { color: rgb(68,137,122); }
H1.HeaderClassName
{
color: #44897A;
}
.AnyTagClassName
{
color: #44897A;
}
</style>
background-color css
<style>
a { background-color: #44897A; }
a { background-color: rgb(68,137,122); }
div.DivClassName
{
background-color: #44897A;
}
.BgClassName
{
background-color: #44897A;
}
</style>
border-color css
<style>
span { border-color: #44897A; }
span { border-color: rgb(68,137,122); }
td.TdClassName
{
border-color: #44897A;
}
.TagClassName
{
border-color: #44897A;
}
</style>