Shades of Lochinvar #4D9178
Tints of Lochinvar #4D9178
RGB
CMYK
RGB Variations
Color information
#4D9178 (or 0x4D9178) is known color: Lochinvar. HEX triplet: 4D, 91 and 78. RGB value is (77,145,120). Sum of RGB (Red+Green+Blue) = 77+145+120=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9178 is #B26E87. Grayscale: #797979. Windows color (decimal): -11693704 or 7901517. OLE color: 7901517.
HSL color Cylindrical-coordinate representation of color #4D9178: hue angle of 157.94º 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 #4D9178 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 120 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.43 |
| HSL | 157.94º | 0.31% | 0.44% | - |
| HSV(B) | 157.94º | 0.47% | 0.57% | - |
| XYZ | 16.58 | 23.18 | 21.37 | - |
| YUV | 121.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 120 | 0.47 | 0 | 0.17 | 0.43 | 157.94 | 0.31 | 0.44 |
| Hex | 4D | 91 | 78 | 2F | 0 | 11 | 2B | 9E | 1F | 2C |
| Octal | 115 | 221 | 170 | 57 | 0 | 21 | 53 | 236 | 37 | 54 |
| Binary | 1001101 | 10010001 | 1111000 | 101111 | 0 | 10001 | 101011 | 10011110 | 11111 | 101100 |
Color Harmonies of #4D9178
Complementary color
Monochromatic Colors of #4D9178
Black with #4D9178
Text Example
Text Example
White with #4D9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9178; }
p { color: rgb(77,145,120); }
H1.HeaderClassName
{
color: #4D9178;
}
.AnyTagClassName
{
color: #4D9178;
}
</style>
background-color css
<style>
a { background-color: #4D9178; }
a { background-color: rgb(77,145,120); }
div.DivClassName
{
background-color: #4D9178;
}
.BgClassName
{
background-color: #4D9178;
}
</style>
border-color css
<style>
span { border-color: #4D9178; }
span { border-color: rgb(77,145,120); }
td.TdClassName
{
border-color: #4D9178;
}
.TagClassName
{
border-color: #4D9178;
}
</style>