Shades of Lochinvar #4C9D86
Tints of Lochinvar #4C9D86
RGB
CMYK
RGB Variations
Color information
#4C9D86 (or 0x4C9D86) is known color: Lochinvar. HEX triplet: 4C, 9D and 86. RGB value is (76,157,134). Sum of RGB (Red+Green+Blue) = 76+157+134=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D86 is #B36279. Grayscale: #828282. Windows color (decimal): -11756154 or 8822092. OLE color: 8822092.
HSL color Cylindrical-coordinate representation of color #4C9D86: hue angle of 162.96º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D86 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 157 | 134 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.38 |
| HSL | 162.96º | 0.35% | 0.46% | - |
| HSV(B) | 162.96º | 0.52% | 0.62% | - |
| XYZ | 19.34 | 27.37 | 26.82 | - |
| YUV | 130.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 134 | 0.52 | 0 | 0.15 | 0.38 | 162.96 | 0.35 | 0.46 |
| Hex | 4C | 9D | 86 | 34 | 0 | F | 26 | A3 | 23 | 2E |
| Octal | 114 | 235 | 206 | 64 | 0 | 17 | 46 | 243 | 43 | 56 |
| Binary | 1001100 | 10011101 | 10000110 | 110100 | 0 | 1111 | 100110 | 10100011 | 100011 | 101110 |
Color Harmonies of #4C9D86
Complementary color
Monochromatic Colors of #4C9D86
Black with #4C9D86
Text Example
Text Example
White with #4C9D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9D86; }
p { color: rgb(76,157,134); }
H1.HeaderClassName
{
color: #4C9D86;
}
.AnyTagClassName
{
color: #4C9D86;
}
</style>
background-color css
<style>
a { background-color: #4C9D86; }
a { background-color: rgb(76,157,134); }
div.DivClassName
{
background-color: #4C9D86;
}
.BgClassName
{
background-color: #4C9D86;
}
</style>
border-color css
<style>
span { border-color: #4C9D86; }
span { border-color: rgb(76,157,134); }
td.TdClassName
{
border-color: #4C9D86;
}
.TagClassName
{
border-color: #4C9D86;
}
</style>