Shades of Lochinvar #44907F
Tints of Lochinvar #44907F
RGB
CMYK
RGB Variations
Color information
#44907F (or 0x44907F) is known color: Lochinvar. HEX triplet: 44, 90 and 7F. RGB value is (68,144,127). Sum of RGB (Red+Green+Blue) = 68+144+127=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #44907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44907F is #BB6F80. Grayscale: #777777. Windows color (decimal): -12283777 or 8360004. OLE color: 8360004.
HSL color Cylindrical-coordinate representation of color #44907F: hue angle of 166.58º 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 #44907F is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 127 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.44 |
| HSL | 166.58º | 0.36% | 0.42% | - |
| HSV(B) | 166.58º | 0.53% | 0.56% | - |
| XYZ | 16.19 | 22.71 | 23.61 | - |
| YUV | 119.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 127 | 0.53 | 0 | 0.12 | 0.44 | 166.58 | 0.36 | 0.42 |
| Hex | 44 | 90 | 7F | 35 | 0 | C | 2C | A7 | 24 | 2A |
| Octal | 104 | 220 | 177 | 65 | 0 | 14 | 54 | 247 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1111111 | 110101 | 0 | 1100 | 101100 | 10100111 | 100100 | 101010 |
Color Harmonies of #44907F
Complementary color
Monochromatic Colors of #44907F
Black with #44907F
Text Example
Text Example
White with #44907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44907F; }
p { color: rgb(68,144,127); }
H1.HeaderClassName
{
color: #44907F;
}
.AnyTagClassName
{
color: #44907F;
}
</style>
background-color css
<style>
a { background-color: #44907F; }
a { background-color: rgb(68,144,127); }
div.DivClassName
{
background-color: #44907F;
}
.BgClassName
{
background-color: #44907F;
}
</style>
border-color css
<style>
span { border-color: #44907F; }
span { border-color: rgb(68,144,127); }
td.TdClassName
{
border-color: #44907F;
}
.TagClassName
{
border-color: #44907F;
}
</style>