Shades of Lochinvar #4E928C
Tints of Lochinvar #4E928C
RGB
CMYK
RGB Variations
Color information
#4E928C (or 0x4E928C) is known color: Lochinvar. HEX triplet: 4E, 92 and 8C. RGB value is (78,146,140). Sum of RGB (Red+Green+Blue) = 78+146+140=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #4E928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E928C is #B16D73. Grayscale: #7C7C7C. Windows color (decimal): -11627892 or 9212494. OLE color: 9212494.
HSL color Cylindrical-coordinate representation of color #4E928C: hue angle of 174.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 #4E928C is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 140 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.43 |
| HSL | 174.71º | 0.3% | 0.44% | - |
| HSV(B) | 174.71º | 0.47% | 0.57% | - |
| XYZ | 18.15 | 24.07 | 28.5 | - |
| YUV | 124.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 140 | 0.47 | 0 | 0.04 | 0.43 | 174.71 | 0.3 | 0.44 |
| Hex | 4E | 92 | 8C | 2F | 0 | 4 | 2B | AF | 1E | 2C |
| Octal | 116 | 222 | 214 | 57 | 0 | 4 | 53 | 257 | 36 | 54 |
| Binary | 1001110 | 10010010 | 10001100 | 101111 | 0 | 100 | 101011 | 10101111 | 11110 | 101100 |
Color Harmonies of #4E928C
Complementary color
Monochromatic Colors of #4E928C
Black with #4E928C
Text Example
Text Example
White with #4E928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E928C; }
p { color: rgb(78,146,140); }
H1.HeaderClassName
{
color: #4E928C;
}
.AnyTagClassName
{
color: #4E928C;
}
</style>
background-color css
<style>
a { background-color: #4E928C; }
a { background-color: rgb(78,146,140); }
div.DivClassName
{
background-color: #4E928C;
}
.BgClassName
{
background-color: #4E928C;
}
</style>
border-color css
<style>
span { border-color: #4E928C; }
span { border-color: rgb(78,146,140); }
td.TdClassName
{
border-color: #4E928C;
}
.TagClassName
{
border-color: #4E928C;
}
</style>