Shades of Lochinvar #44897E
Tints of Lochinvar #44897E
RGB
CMYK
RGB Variations
Color information
#44897E (or 0x44897E) is known color: Lochinvar. HEX triplet: 44, 89 and 7E. RGB value is (68,137,126). Sum of RGB (Red+Green+Blue) = 68+137+126=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #44897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44897E is #BB7681. Grayscale: #737373. Windows color (decimal): -12285570 or 8292676. OLE color: 8292676.
HSL color Cylindrical-coordinate representation of color #44897E: hue angle of 170.43º 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 #44897E is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 126 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.46 |
| HSL | 170.43º | 0.34% | 0.4% | - |
| HSV(B) | 170.43º | 0.5% | 0.54% | - |
| XYZ | 15.1 | 20.63 | 22.92 | - |
| YUV | 115.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 126 | 0.50 | 0 | 0.08 | 0.46 | 170.43 | 0.34 | 0.4 |
| Hex | 44 | 89 | 7E | 32 | 0 | 8 | 2E | AA | 22 | 28 |
| Octal | 104 | 211 | 176 | 62 | 0 | 10 | 56 | 252 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1111110 | 110010 | 0 | 1000 | 101110 | 10101010 | 100010 | 101000 |
Color Harmonies of #44897E
Complementary color
Monochromatic Colors of #44897E
Black with #44897E
Text Example
Text Example
White with #44897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44897E; }
p { color: rgb(68,137,126); }
H1.HeaderClassName
{
color: #44897E;
}
.AnyTagClassName
{
color: #44897E;
}
</style>
background-color css
<style>
a { background-color: #44897E; }
a { background-color: rgb(68,137,126); }
div.DivClassName
{
background-color: #44897E;
}
.BgClassName
{
background-color: #44897E;
}
</style>
border-color css
<style>
span { border-color: #44897E; }
span { border-color: rgb(68,137,126); }
td.TdClassName
{
border-color: #44897E;
}
.TagClassName
{
border-color: #44897E;
}
</style>