Shades of Lochinvar #4E8A85
Tints of Lochinvar #4E8A85
RGB
CMYK
RGB Variations
Color information
#4E8A85 (or 0x4E8A85) is known color: Lochinvar. HEX triplet: 4E, 8A and 85. RGB value is (78,138,133). Sum of RGB (Red+Green+Blue) = 78+138+133=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8A85 is #B1757A. Grayscale: #777777. Windows color (decimal): -11629947 or 8751694. OLE color: 8751694.
HSL color Cylindrical-coordinate representation of color #4E8A85: hue angle of 175º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8A85 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 133 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.46 |
| HSL | 175º | 0.28% | 0.42% | - |
| HSV(B) | 175º | 0.43% | 0.54% | - |
| XYZ | 16.46 | 21.49 | 25.47 | - |
| YUV | 119.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 133 | 0.43 | 0 | 0.04 | 0.46 | 175 | 0.28 | 0.42 |
| Hex | 4E | 8A | 85 | 2B | 0 | 4 | 2E | AF | 1C | 2A |
| Octal | 116 | 212 | 205 | 53 | 0 | 4 | 56 | 257 | 34 | 52 |
| Binary | 1001110 | 10001010 | 10000101 | 101011 | 0 | 100 | 101110 | 10101111 | 11100 | 101010 |
Color Harmonies of #4E8A85
Complementary color
Monochromatic Colors of #4E8A85
Black with #4E8A85
Text Example
Text Example
White with #4E8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A85; }
p { color: rgb(78,138,133); }
H1.HeaderClassName
{
color: #4E8A85;
}
.AnyTagClassName
{
color: #4E8A85;
}
</style>
background-color css
<style>
a { background-color: #4E8A85; }
a { background-color: rgb(78,138,133); }
div.DivClassName
{
background-color: #4E8A85;
}
.BgClassName
{
background-color: #4E8A85;
}
</style>
border-color css
<style>
span { border-color: #4E8A85; }
span { border-color: rgb(78,138,133); }
td.TdClassName
{
border-color: #4E8A85;
}
.TagClassName
{
border-color: #4E8A85;
}
</style>