Shades of Lochinvar #4E907A
Tints of Lochinvar #4E907A
RGB
CMYK
RGB Variations
Color information
#4E907A (or 0x4E907A) is known color: Lochinvar. HEX triplet: 4E, 90 and 7A. RGB value is (78,144,122). Sum of RGB (Red+Green+Blue) = 78+144+122=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #4E907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E907A is #B16F85. Grayscale: #797979. Windows color (decimal): -11628422 or 8032334. OLE color: 8032334.
HSL color Cylindrical-coordinate representation of color #4E907A: hue angle of 160º 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 #4E907A is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 122 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.44 |
| HSL | 160º | 0.3% | 0.44% | - |
| HSV(B) | 160º | 0.46% | 0.56% | - |
| XYZ | 16.63 | 22.97 | 21.97 | - |
| YUV | 121.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 122 | 0.46 | 0 | 0.15 | 0.44 | 160 | 0.3 | 0.44 |
| Hex | 4E | 90 | 7A | 2E | 0 | F | 2C | A0 | 1E | 2C |
| Octal | 116 | 220 | 172 | 56 | 0 | 17 | 54 | 240 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1111010 | 101110 | 0 | 1111 | 101100 | 10100000 | 11110 | 101100 |
Color Harmonies of #4E907A
Complementary color
Monochromatic Colors of #4E907A
Black with #4E907A
Text Example
Text Example
White with #4E907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E907A; }
p { color: rgb(78,144,122); }
H1.HeaderClassName
{
color: #4E907A;
}
.AnyTagClassName
{
color: #4E907A;
}
</style>
background-color css
<style>
a { background-color: #4E907A; }
a { background-color: rgb(78,144,122); }
div.DivClassName
{
background-color: #4E907A;
}
.BgClassName
{
background-color: #4E907A;
}
</style>
border-color css
<style>
span { border-color: #4E907A; }
span { border-color: rgb(78,144,122); }
td.TdClassName
{
border-color: #4E907A;
}
.TagClassName
{
border-color: #4E907A;
}
</style>