Shades of Lochinvar #4D9187
Tints of Lochinvar #4D9187
RGB
CMYK
RGB Variations
Color information
#4D9187 (or 0x4D9187) is known color: Lochinvar. HEX triplet: 4D, 91 and 87. RGB value is (77,145,135). Sum of RGB (Red+Green+Blue) = 77+145+135=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9187 is #B26E78. Grayscale: #7B7B7B. Windows color (decimal): -11693689 or 8884557. OLE color: 8884557.
HSL color Cylindrical-coordinate representation of color #4D9187: hue angle of 171.18º degrees, saturation: 0.31, 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 #4D9187 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 135 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.43 |
| HSL | 171.18º | 0.31% | 0.44% | - |
| HSV(B) | 171.18º | 0.47% | 0.57% | - |
| XYZ | 17.56 | 23.58 | 26.55 | - |
| YUV | 123.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 135 | 0.47 | 0 | 0.07 | 0.43 | 171.18 | 0.31 | 0.44 |
| Hex | 4D | 91 | 87 | 2F | 0 | 7 | 2B | AB | 1F | 2C |
| Octal | 115 | 221 | 207 | 57 | 0 | 7 | 53 | 253 | 37 | 54 |
| Binary | 1001101 | 10010001 | 10000111 | 101111 | 0 | 111 | 101011 | 10101011 | 11111 | 101100 |
Color Harmonies of #4D9187
Complementary color
Monochromatic Colors of #4D9187
Black with #4D9187
Text Example
Text Example
White with #4D9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9187; }
p { color: rgb(77,145,135); }
H1.HeaderClassName
{
color: #4D9187;
}
.AnyTagClassName
{
color: #4D9187;
}
</style>
background-color css
<style>
a { background-color: #4D9187; }
a { background-color: rgb(77,145,135); }
div.DivClassName
{
background-color: #4D9187;
}
.BgClassName
{
background-color: #4D9187;
}
</style>
border-color css
<style>
span { border-color: #4D9187; }
span { border-color: rgb(77,145,135); }
td.TdClassName
{
border-color: #4D9187;
}
.TagClassName
{
border-color: #4D9187;
}
</style>