Shades of Lochinvar #4D9785
Tints of Lochinvar #4D9785
RGB
CMYK
RGB Variations
Color information
#4D9785 (or 0x4D9785) is known color: Lochinvar. HEX triplet: 4D, 97 and 85. RGB value is (77,151,133). Sum of RGB (Red+Green+Blue) = 77+151+133=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9785 is #B2687A. Grayscale: #7E7E7E. Windows color (decimal): -11692155 or 8755021. OLE color: 8755021.
HSL color Cylindrical-coordinate representation of color #4D9785: hue angle of 165.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9785 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 133 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.41 |
| HSL | 165.41º | 0.32% | 0.45% | - |
| HSV(B) | 165.41º | 0.49% | 0.59% | - |
| XYZ | 18.36 | 25.4 | 26.13 | - |
| YUV | 126.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 133 | 0.49 | 0 | 0.12 | 0.41 | 165.41 | 0.32 | 0.45 |
| Hex | 4D | 97 | 85 | 31 | 0 | C | 29 | A5 | 20 | 2D |
| Octal | 115 | 227 | 205 | 61 | 0 | 14 | 51 | 245 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10000101 | 110001 | 0 | 1100 | 101001 | 10100101 | 100000 | 101101 |
Color Harmonies of #4D9785
Complementary color
Monochromatic Colors of #4D9785
Black with #4D9785
Text Example
Text Example
White with #4D9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9785; }
p { color: rgb(77,151,133); }
H1.HeaderClassName
{
color: #4D9785;
}
.AnyTagClassName
{
color: #4D9785;
}
</style>
background-color css
<style>
a { background-color: #4D9785; }
a { background-color: rgb(77,151,133); }
div.DivClassName
{
background-color: #4D9785;
}
.BgClassName
{
background-color: #4D9785;
}
</style>
border-color css
<style>
span { border-color: #4D9785; }
span { border-color: rgb(77,151,133); }
td.TdClassName
{
border-color: #4D9785;
}
.TagClassName
{
border-color: #4D9785;
}
</style>