Shades of Lochinvar #4E9082
Tints of Lochinvar #4E9082
RGB
CMYK
RGB Variations
Color information
#4E9082 (or 0x4E9082) is known color: Lochinvar. HEX triplet: 4E, 90 and 82. RGB value is (78,144,130). Sum of RGB (Red+Green+Blue) = 78+144+130=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9082 is #B16F7D. Grayscale: #7A7A7A. Windows color (decimal): -11628414 or 8556622. OLE color: 8556622.
HSL color Cylindrical-coordinate representation of color #4E9082: hue angle of 167.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9082 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 130 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.44 |
| HSL | 167.27º | 0.3% | 0.44% | - |
| HSV(B) | 167.27º | 0.46% | 0.56% | - |
| XYZ | 17.14 | 23.18 | 24.69 | - |
| YUV | 122.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 130 | 0.46 | 0 | 0.10 | 0.44 | 167.27 | 0.3 | 0.44 |
| Hex | 4E | 90 | 82 | 2E | 0 | A | 2C | A7 | 1E | 2C |
| Octal | 116 | 220 | 202 | 56 | 0 | 12 | 54 | 247 | 36 | 54 |
| Binary | 1001110 | 10010000 | 10000010 | 101110 | 0 | 1010 | 101100 | 10100111 | 11110 | 101100 |
Color Harmonies of #4E9082
Complementary color
Monochromatic Colors of #4E9082
Black with #4E9082
Text Example
Text Example
White with #4E9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9082; }
p { color: rgb(78,144,130); }
H1.HeaderClassName
{
color: #4E9082;
}
.AnyTagClassName
{
color: #4E9082;
}
</style>
background-color css
<style>
a { background-color: #4E9082; }
a { background-color: rgb(78,144,130); }
div.DivClassName
{
background-color: #4E9082;
}
.BgClassName
{
background-color: #4E9082;
}
</style>
border-color css
<style>
span { border-color: #4E9082; }
span { border-color: rgb(78,144,130); }
td.TdClassName
{
border-color: #4E9082;
}
.TagClassName
{
border-color: #4E9082;
}
</style>