Shades of Lochinvar #44907E
Tints of Lochinvar #44907E
RGB
CMYK
RGB Variations
Color information
#44907E (or 0x44907E) is known color: Lochinvar. HEX triplet: 44, 90 and 7E. RGB value is (68,144,126). Sum of RGB (Red+Green+Blue) = 68+144+126=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #44907E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44907E is #BB6F81. Grayscale: #777777. Windows color (decimal): -12283778 or 8294468. OLE color: 8294468.
HSL color Cylindrical-coordinate representation of color #44907E: hue angle of 165.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44907E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 126 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.44 |
| HSL | 165.79º | 0.36% | 0.42% | - |
| HSV(B) | 165.79º | 0.53% | 0.56% | - |
| XYZ | 16.12 | 22.68 | 23.27 | - |
| YUV | 119.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 126 | 0.53 | 0 | 0.12 | 0.44 | 165.79 | 0.36 | 0.42 |
| Hex | 44 | 90 | 7E | 35 | 0 | C | 2C | A6 | 24 | 2A |
| Octal | 104 | 220 | 176 | 65 | 0 | 14 | 54 | 246 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1111110 | 110101 | 0 | 1100 | 101100 | 10100110 | 100100 | 101010 |
Color Harmonies of #44907E
Complementary color
Monochromatic Colors of #44907E
Black with #44907E
Text Example
Text Example
White with #44907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44907E; }
p { color: rgb(68,144,126); }
H1.HeaderClassName
{
color: #44907E;
}
.AnyTagClassName
{
color: #44907E;
}
</style>
background-color css
<style>
a { background-color: #44907E; }
a { background-color: rgb(68,144,126); }
div.DivClassName
{
background-color: #44907E;
}
.BgClassName
{
background-color: #44907E;
}
</style>
border-color css
<style>
span { border-color: #44907E; }
span { border-color: rgb(68,144,126); }
td.TdClassName
{
border-color: #44907E;
}
.TagClassName
{
border-color: #44907E;
}
</style>