Shades of Lochinvar #4D9F91
Tints of Lochinvar #4D9F91
RGB
CMYK
RGB Variations
Color information
#4D9F91 (or 0x4D9F91) is known color: Lochinvar. HEX triplet: 4D, 9F and 91. RGB value is (77,159,145). Sum of RGB (Red+Green+Blue) = 77+159+145=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F91 is #B2606E. Grayscale: #848484. Windows color (decimal): -11690095 or 9543501. OLE color: 9543501.
HSL color Cylindrical-coordinate representation of color #4D9F91: hue angle of 169.76º 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 #4D9F91 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 145 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.38 |
| HSL | 169.76º | 0.35% | 0.46% | - |
| HSV(B) | 169.76º | 0.52% | 0.62% | - |
| XYZ | 20.57 | 28.42 | 31.19 | - |
| YUV | 132.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 145 | 0.52 | 0 | 0.09 | 0.38 | 169.76 | 0.35 | 0.46 |
| Hex | 4D | 9F | 91 | 34 | 0 | 9 | 26 | AA | 23 | 2E |
| Octal | 115 | 237 | 221 | 64 | 0 | 11 | 46 | 252 | 43 | 56 |
| Binary | 1001101 | 10011111 | 10010001 | 110100 | 0 | 1001 | 100110 | 10101010 | 100011 | 101110 |
Color Harmonies of #4D9F91
Complementary color
Monochromatic Colors of #4D9F91
Black with #4D9F91
Text Example
Text Example
White with #4D9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F91; }
p { color: rgb(77,159,145); }
H1.HeaderClassName
{
color: #4D9F91;
}
.AnyTagClassName
{
color: #4D9F91;
}
</style>
background-color css
<style>
a { background-color: #4D9F91; }
a { background-color: rgb(77,159,145); }
div.DivClassName
{
background-color: #4D9F91;
}
.BgClassName
{
background-color: #4D9F91;
}
</style>
border-color css
<style>
span { border-color: #4D9F91; }
span { border-color: rgb(77,159,145); }
td.TdClassName
{
border-color: #4D9F91;
}
.TagClassName
{
border-color: #4D9F91;
}
</style>