Shades of Lochinvar #4E8A7B
Tints of Lochinvar #4E8A7B
RGB
CMYK
RGB Variations
Color information
#4E8A7B (or 0x4E8A7B) is known color: Lochinvar. HEX triplet: 4E, 8A and 7B. RGB value is (78,138,123). Sum of RGB (Red+Green+Blue) = 78+138+123=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8A7B is #B17584. Grayscale: #767676. Windows color (decimal): -11629957 or 8096334. OLE color: 8096334.
HSL color Cylindrical-coordinate representation of color #4E8A7B: hue angle of 165º 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 #4E8A7B is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 123 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.46 |
| HSL | 165º | 0.28% | 0.42% | - |
| HSV(B) | 165º | 0.43% | 0.54% | - |
| XYZ | 15.81 | 21.23 | 22 | - |
| YUV | 118.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 123 | 0.43 | 0 | 0.11 | 0.46 | 165 | 0.28 | 0.42 |
| Hex | 4E | 8A | 7B | 2B | 0 | B | 2E | A5 | 1C | 2A |
| Octal | 116 | 212 | 173 | 53 | 0 | 13 | 56 | 245 | 34 | 52 |
| Binary | 1001110 | 10001010 | 1111011 | 101011 | 0 | 1011 | 101110 | 10100101 | 11100 | 101010 |
Color Harmonies of #4E8A7B
Complementary color
Monochromatic Colors of #4E8A7B
Black with #4E8A7B
Text Example
Text Example
White with #4E8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A7B; }
p { color: rgb(78,138,123); }
H1.HeaderClassName
{
color: #4E8A7B;
}
.AnyTagClassName
{
color: #4E8A7B;
}
</style>
background-color css
<style>
a { background-color: #4E8A7B; }
a { background-color: rgb(78,138,123); }
div.DivClassName
{
background-color: #4E8A7B;
}
.BgClassName
{
background-color: #4E8A7B;
}
</style>
border-color css
<style>
span { border-color: #4E8A7B; }
span { border-color: rgb(78,138,123); }
td.TdClassName
{
border-color: #4E8A7B;
}
.TagClassName
{
border-color: #4E8A7B;
}
</style>