Shades of Lochinvar #4E908A
Tints of Lochinvar #4E908A
RGB
CMYK
RGB Variations
Color information
#4E908A (or 0x4E908A) is known color: Lochinvar. HEX triplet: 4E, 90 and 8A. RGB value is (78,144,138). Sum of RGB (Red+Green+Blue) = 78+144+138=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #4E908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E908A is #B16F75. Grayscale: #7B7B7B. Windows color (decimal): -11628406 or 9080910. OLE color: 9080910.
HSL color Cylindrical-coordinate representation of color #4E908A: hue angle of 174.55º 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 #4E908A is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 138 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.44 |
| HSL | 174.55º | 0.3% | 0.44% | - |
| HSV(B) | 174.55º | 0.46% | 0.56% | - |
| XYZ | 17.7 | 23.4 | 27.63 | - |
| YUV | 123.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 138 | 0.46 | 0 | 0.04 | 0.44 | 174.55 | 0.3 | 0.44 |
| Hex | 4E | 90 | 8A | 2E | 0 | 4 | 2C | AF | 1E | 2C |
| Octal | 116 | 220 | 212 | 56 | 0 | 4 | 54 | 257 | 36 | 54 |
| Binary | 1001110 | 10010000 | 10001010 | 101110 | 0 | 100 | 101100 | 10101111 | 11110 | 101100 |
Color Harmonies of #4E908A
Complementary color
Monochromatic Colors of #4E908A
Black with #4E908A
Text Example
Text Example
White with #4E908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E908A; }
p { color: rgb(78,144,138); }
H1.HeaderClassName
{
color: #4E908A;
}
.AnyTagClassName
{
color: #4E908A;
}
</style>
background-color css
<style>
a { background-color: #4E908A; }
a { background-color: rgb(78,144,138); }
div.DivClassName
{
background-color: #4E908A;
}
.BgClassName
{
background-color: #4E908A;
}
</style>
border-color css
<style>
span { border-color: #4E908A; }
span { border-color: rgb(78,144,138); }
td.TdClassName
{
border-color: #4E908A;
}
.TagClassName
{
border-color: #4E908A;
}
</style>