Shades of Lochinvar #4E927B
Tints of Lochinvar #4E927B
RGB
CMYK
RGB Variations
Color information
#4E927B (or 0x4E927B) is known color: Lochinvar. HEX triplet: 4E, 92 and 7B. RGB value is (78,146,123). Sum of RGB (Red+Green+Blue) = 78+146+123=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #4E927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E927B is #B16D84. Grayscale: #7B7B7B. Windows color (decimal): -11627909 or 8098382. OLE color: 8098382.
HSL color Cylindrical-coordinate representation of color #4E927B: hue angle of 159.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E927B is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 123 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.43 |
| HSL | 159.71º | 0.3% | 0.44% | - |
| HSV(B) | 159.71º | 0.47% | 0.57% | - |
| XYZ | 17 | 23.61 | 22.4 | - |
| YUV | 123.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 123 | 0.47 | 0 | 0.16 | 0.43 | 159.71 | 0.3 | 0.44 |
| Hex | 4E | 92 | 7B | 2F | 0 | 10 | 2B | A0 | 1E | 2C |
| Octal | 116 | 222 | 173 | 57 | 0 | 20 | 53 | 240 | 36 | 54 |
| Binary | 1001110 | 10010010 | 1111011 | 101111 | 0 | 10000 | 101011 | 10100000 | 11110 | 101100 |
Color Harmonies of #4E927B
Complementary color
Monochromatic Colors of #4E927B
Black with #4E927B
Text Example
Text Example
White with #4E927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E927B; }
p { color: rgb(78,146,123); }
H1.HeaderClassName
{
color: #4E927B;
}
.AnyTagClassName
{
color: #4E927B;
}
</style>
background-color css
<style>
a { background-color: #4E927B; }
a { background-color: rgb(78,146,123); }
div.DivClassName
{
background-color: #4E927B;
}
.BgClassName
{
background-color: #4E927B;
}
</style>
border-color css
<style>
span { border-color: #4E927B; }
span { border-color: rgb(78,146,123); }
td.TdClassName
{
border-color: #4E927B;
}
.TagClassName
{
border-color: #4E927B;
}
</style>