Shades of Lochinvar #44867A
Tints of Lochinvar #44867A
RGB
CMYK
RGB Variations
Color information
#44867A (or 0x44867A) is known color: Lochinvar. HEX triplet: 44, 86 and 7A. RGB value is (68,134,122). Sum of RGB (Red+Green+Blue) = 68+134+122=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #44867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44867A is #BB7985. Grayscale: #707070. Windows color (decimal): -12286342 or 8029764. OLE color: 8029764.
HSL color Cylindrical-coordinate representation of color #44867A: hue angle of 169.09º 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 #44867A is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 122 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.47 |
| HSL | 169.09º | 0.33% | 0.4% | - |
| HSV(B) | 169.09º | 0.49% | 0.53% | - |
| XYZ | 14.42 | 19.68 | 21.45 | - |
| YUV | 112.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 122 | 0.49 | 0 | 0.09 | 0.47 | 169.09 | 0.33 | 0.4 |
| Hex | 44 | 86 | 7A | 31 | 0 | 9 | 2F | A9 | 21 | 28 |
| Octal | 104 | 206 | 172 | 61 | 0 | 11 | 57 | 251 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1111010 | 110001 | 0 | 1001 | 101111 | 10101001 | 100001 | 101000 |
Color Harmonies of #44867A
Complementary color
Monochromatic Colors of #44867A
Black with #44867A
Text Example
Text Example
White with #44867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44867A; }
p { color: rgb(68,134,122); }
H1.HeaderClassName
{
color: #44867A;
}
.AnyTagClassName
{
color: #44867A;
}
</style>
background-color css
<style>
a { background-color: #44867A; }
a { background-color: rgb(68,134,122); }
div.DivClassName
{
background-color: #44867A;
}
.BgClassName
{
background-color: #44867A;
}
</style>
border-color css
<style>
span { border-color: #44867A; }
span { border-color: rgb(68,134,122); }
td.TdClassName
{
border-color: #44867A;
}
.TagClassName
{
border-color: #44867A;
}
</style>