Shades of Lochinvar #44877C
Tints of Lochinvar #44877C
RGB
CMYK
RGB Variations
Color information
#44877C (or 0x44877C) is known color: Lochinvar. HEX triplet: 44, 87 and 7C. RGB value is (68,135,124). Sum of RGB (Red+Green+Blue) = 68+135+124=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #44877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877C is #BB7883. Grayscale: #717171. Windows color (decimal): -12286084 or 8161092. OLE color: 8161092.
HSL color Cylindrical-coordinate representation of color #44877C: hue angle of 170.15º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44877C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 124 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.47 |
| HSL | 170.15º | 0.33% | 0.4% | - |
| HSV(B) | 170.15º | 0.5% | 0.53% | - |
| XYZ | 14.69 | 20.01 | 22.16 | - |
| YUV | 113.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 124 | 0.50 | 0 | 0.08 | 0.47 | 170.15 | 0.33 | 0.4 |
| Hex | 44 | 87 | 7C | 32 | 0 | 8 | 2F | AA | 21 | 28 |
| Octal | 104 | 207 | 174 | 62 | 0 | 10 | 57 | 252 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1111100 | 110010 | 0 | 1000 | 101111 | 10101010 | 100001 | 101000 |
Color Harmonies of #44877C
Complementary color
Monochromatic Colors of #44877C
Black with #44877C
Text Example
Text Example
White with #44877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44877C; }
p { color: rgb(68,135,124); }
H1.HeaderClassName
{
color: #44877C;
}
.AnyTagClassName
{
color: #44877C;
}
</style>
background-color css
<style>
a { background-color: #44877C; }
a { background-color: rgb(68,135,124); }
div.DivClassName
{
background-color: #44877C;
}
.BgClassName
{
background-color: #44877C;
}
</style>
border-color css
<style>
span { border-color: #44877C; }
span { border-color: rgb(68,135,124); }
td.TdClassName
{
border-color: #44877C;
}
.TagClassName
{
border-color: #44877C;
}
</style>