Shades of Lochinvar #4D9180
Tints of Lochinvar #4D9180
RGB
CMYK
RGB Variations
Color information
#4D9180 (or 0x4D9180) is known color: Lochinvar. HEX triplet: 4D, 91 and 80. RGB value is (77,145,128). Sum of RGB (Red+Green+Blue) = 77+145+128=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9180 is #B26E7F. Grayscale: #7A7A7A. Windows color (decimal): -11693696 or 8425805. OLE color: 8425805.
HSL color Cylindrical-coordinate representation of color #4D9180: hue angle of 165º 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 #4D9180 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 128 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.43 |
| HSL | 165º | 0.31% | 0.44% | - |
| HSV(B) | 165º | 0.47% | 0.57% | - |
| XYZ | 17.08 | 23.39 | 24.04 | - |
| YUV | 122.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 128 | 0.47 | 0 | 0.12 | 0.43 | 165 | 0.31 | 0.44 |
| Hex | 4D | 91 | 80 | 2F | 0 | C | 2B | A5 | 1F | 2C |
| Octal | 115 | 221 | 200 | 57 | 0 | 14 | 53 | 245 | 37 | 54 |
| Binary | 1001101 | 10010001 | 10000000 | 101111 | 0 | 1100 | 101011 | 10100101 | 11111 | 101100 |
Color Harmonies of #4D9180
Complementary color
Monochromatic Colors of #4D9180
Black with #4D9180
Text Example
Text Example
White with #4D9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9180; }
p { color: rgb(77,145,128); }
H1.HeaderClassName
{
color: #4D9180;
}
.AnyTagClassName
{
color: #4D9180;
}
</style>
background-color css
<style>
a { background-color: #4D9180; }
a { background-color: rgb(77,145,128); }
div.DivClassName
{
background-color: #4D9180;
}
.BgClassName
{
background-color: #4D9180;
}
</style>
border-color css
<style>
span { border-color: #4D9180; }
span { border-color: rgb(77,145,128); }
td.TdClassName
{
border-color: #4D9180;
}
.TagClassName
{
border-color: #4D9180;
}
</style>