Shades of Lochinvar #44937C
Tints of Lochinvar #44937C
RGB
CMYK
RGB Variations
Color information
#44937C (or 0x44937C) is known color: Lochinvar. HEX triplet: 44, 93 and 7C. RGB value is (68,147,124). Sum of RGB (Red+Green+Blue) = 68+147+124=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #44937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44937C is #BB6C83. Grayscale: #787878. Windows color (decimal): -12283012 or 8164164. OLE color: 8164164.
HSL color Cylindrical-coordinate representation of color #44937C: hue angle of 162.53º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44937C is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 124 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.42 |
| HSL | 162.53º | 0.37% | 0.42% | - |
| HSV(B) | 162.53º | 0.54% | 0.58% | - |
| XYZ | 16.46 | 23.55 | 22.75 | - |
| YUV | 120.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 124 | 0.54 | 0 | 0.16 | 0.42 | 162.53 | 0.37 | 0.42 |
| Hex | 44 | 93 | 7C | 36 | 0 | 10 | 2A | A3 | 25 | 2A |
| Octal | 104 | 223 | 174 | 66 | 0 | 20 | 52 | 243 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1111100 | 110110 | 0 | 10000 | 101010 | 10100011 | 100101 | 101010 |
Color Harmonies of #44937C
Complementary color
Monochromatic Colors of #44937C
Black with #44937C
Text Example
Text Example
White with #44937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44937C; }
p { color: rgb(68,147,124); }
H1.HeaderClassName
{
color: #44937C;
}
.AnyTagClassName
{
color: #44937C;
}
</style>
background-color css
<style>
a { background-color: #44937C; }
a { background-color: rgb(68,147,124); }
div.DivClassName
{
background-color: #44937C;
}
.BgClassName
{
background-color: #44937C;
}
</style>
border-color css
<style>
span { border-color: #44937C; }
span { border-color: rgb(68,147,124); }
td.TdClassName
{
border-color: #44937C;
}
.TagClassName
{
border-color: #44937C;
}
</style>