Shades of Lochinvar #44867E
Tints of Lochinvar #44867E
RGB
CMYK
RGB Variations
Color information
#44867E (or 0x44867E) is known color: Lochinvar. HEX triplet: 44, 86 and 7E. RGB value is (68,134,126). Sum of RGB (Red+Green+Blue) = 68+134+126=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #44867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44867E is #BB7981. Grayscale: #717171. Windows color (decimal): -12286338 or 8291908. OLE color: 8291908.
HSL color Cylindrical-coordinate representation of color #44867E: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44867E is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 126 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.47 |
| HSL | 172.73º | 0.33% | 0.4% | - |
| HSV(B) | 172.73º | 0.49% | 0.53% | - |
| XYZ | 14.67 | 19.79 | 22.78 | - |
| YUV | 113.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 126 | 0.49 | 0 | 0.06 | 0.47 | 172.73 | 0.33 | 0.4 |
| Hex | 44 | 86 | 7E | 31 | 0 | 6 | 2F | AD | 21 | 28 |
| Octal | 104 | 206 | 176 | 61 | 0 | 6 | 57 | 255 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1111110 | 110001 | 0 | 110 | 101111 | 10101101 | 100001 | 101000 |
Color Harmonies of #44867E
Complementary color
Monochromatic Colors of #44867E
Black with #44867E
Text Example
Text Example
White with #44867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44867E; }
p { color: rgb(68,134,126); }
H1.HeaderClassName
{
color: #44867E;
}
.AnyTagClassName
{
color: #44867E;
}
</style>
background-color css
<style>
a { background-color: #44867E; }
a { background-color: rgb(68,134,126); }
div.DivClassName
{
background-color: #44867E;
}
.BgClassName
{
background-color: #44867E;
}
</style>
border-color css
<style>
span { border-color: #44867E; }
span { border-color: rgb(68,134,126); }
td.TdClassName
{
border-color: #44867E;
}
.TagClassName
{
border-color: #44867E;
}
</style>