Shades of Lochinvar #44947E
Tints of Lochinvar #44947E
RGB
CMYK
RGB Variations
Color information
#44947E (or 0x44947E) is known color: Lochinvar. HEX triplet: 44, 94 and 7E. RGB value is (68,148,126). Sum of RGB (Red+Green+Blue) = 68+148+126=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #44947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44947E is #BB6B81. Grayscale: #797979. Windows color (decimal): -12282754 or 8295492. OLE color: 8295492.
HSL color Cylindrical-coordinate representation of color #44947E: hue angle of 163.5º 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 #44947E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 126 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.42 |
| HSL | 163.5º | 0.37% | 0.42% | - |
| HSV(B) | 163.5º | 0.54% | 0.58% | - |
| XYZ | 16.74 | 23.92 | 23.47 | - |
| YUV | 121.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 126 | 0.54 | 0 | 0.15 | 0.42 | 163.5 | 0.37 | 0.42 |
| Hex | 44 | 94 | 7E | 36 | 0 | F | 2A | A4 | 25 | 2A |
| Octal | 104 | 224 | 176 | 66 | 0 | 17 | 52 | 244 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1111110 | 110110 | 0 | 1111 | 101010 | 10100100 | 100101 | 101010 |
Color Harmonies of #44947E
Complementary color
Monochromatic Colors of #44947E
Black with #44947E
Text Example
Text Example
White with #44947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44947E; }
p { color: rgb(68,148,126); }
H1.HeaderClassName
{
color: #44947E;
}
.AnyTagClassName
{
color: #44947E;
}
</style>
background-color css
<style>
a { background-color: #44947E; }
a { background-color: rgb(68,148,126); }
div.DivClassName
{
background-color: #44947E;
}
.BgClassName
{
background-color: #44947E;
}
</style>
border-color css
<style>
span { border-color: #44947E; }
span { border-color: rgb(68,148,126); }
td.TdClassName
{
border-color: #44947E;
}
.TagClassName
{
border-color: #44947E;
}
</style>