Shades of Lochinvar #4C9E91
Tints of Lochinvar #4C9E91
RGB
CMYK
RGB Variations
Color information
#4C9E91 (or 0x4C9E91) is known color: Lochinvar. HEX triplet: 4C, 9E and 91. RGB value is (76,158,145). Sum of RGB (Red+Green+Blue) = 76+158+145=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E91 is #B3616E. Grayscale: #838383. Windows color (decimal): -11755887 or 9543244. OLE color: 9543244.
HSL color Cylindrical-coordinate representation of color #4C9E91: hue angle of 170.49º 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 #4C9E91 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 158 | 145 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.38 |
| HSL | 170.49º | 0.35% | 0.46% | - |
| HSV(B) | 170.49º | 0.52% | 0.62% | - |
| XYZ | 20.32 | 28.03 | 31.13 | - |
| YUV | 132 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 145 | 0.52 | 0 | 0.08 | 0.38 | 170.49 | 0.35 | 0.46 |
| Hex | 4C | 9E | 91 | 34 | 0 | 8 | 26 | AA | 23 | 2E |
| Octal | 114 | 236 | 221 | 64 | 0 | 10 | 46 | 252 | 43 | 56 |
| Binary | 1001100 | 10011110 | 10010001 | 110100 | 0 | 1000 | 100110 | 10101010 | 100011 | 101110 |
Color Harmonies of #4C9E91
Complementary color
Monochromatic Colors of #4C9E91
Black with #4C9E91
Text Example
Text Example
White with #4C9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9E91; }
p { color: rgb(76,158,145); }
H1.HeaderClassName
{
color: #4C9E91;
}
.AnyTagClassName
{
color: #4C9E91;
}
</style>
background-color css
<style>
a { background-color: #4C9E91; }
a { background-color: rgb(76,158,145); }
div.DivClassName
{
background-color: #4C9E91;
}
.BgClassName
{
background-color: #4C9E91;
}
</style>
border-color css
<style>
span { border-color: #4C9E91; }
span { border-color: rgb(76,158,145); }
td.TdClassName
{
border-color: #4C9E91;
}
.TagClassName
{
border-color: #4C9E91;
}
</style>