Shades of Lochinvar #44867F
Tints of Lochinvar #44867F
RGB
CMYK
RGB Variations
Color information
#44867F (or 0x44867F) is known color: Lochinvar. HEX triplet: 44, 86 and 7F. RGB value is (68,134,127). Sum of RGB (Red+Green+Blue) = 68+134+127=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #44867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44867F is #BB7980. Grayscale: #717171. Windows color (decimal): -12286337 or 8357444. OLE color: 8357444.
HSL color Cylindrical-coordinate representation of color #44867F: hue angle of 173.64º 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 #44867F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 127 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.47 |
| HSL | 173.64º | 0.33% | 0.4% | - |
| HSV(B) | 173.64º | 0.49% | 0.53% | - |
| XYZ | 14.74 | 19.81 | 23.13 | - |
| YUV | 113.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 127 | 0.49 | 0 | 0.05 | 0.47 | 173.64 | 0.33 | 0.4 |
| Hex | 44 | 86 | 7F | 31 | 0 | 5 | 2F | AE | 21 | 28 |
| Octal | 104 | 206 | 177 | 61 | 0 | 5 | 57 | 256 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1111111 | 110001 | 0 | 101 | 101111 | 10101110 | 100001 | 101000 |
Color Harmonies of #44867F
Complementary color
Monochromatic Colors of #44867F
Black with #44867F
Text Example
Text Example
White with #44867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44867F; }
p { color: rgb(68,134,127); }
H1.HeaderClassName
{
color: #44867F;
}
.AnyTagClassName
{
color: #44867F;
}
</style>
background-color css
<style>
a { background-color: #44867F; }
a { background-color: rgb(68,134,127); }
div.DivClassName
{
background-color: #44867F;
}
.BgClassName
{
background-color: #44867F;
}
</style>
border-color css
<style>
span { border-color: #44867F; }
span { border-color: rgb(68,134,127); }
td.TdClassName
{
border-color: #44867F;
}
.TagClassName
{
border-color: #44867F;
}
</style>