Shades of Lochinvar #4D9685
Tints of Lochinvar #4D9685
RGB
CMYK
RGB Variations
Color information
#4D9685 (or 0x4D9685) is known color: Lochinvar. HEX triplet: 4D, 96 and 85. RGB value is (77,150,133). Sum of RGB (Red+Green+Blue) = 77+150+133=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9685 is #B2697A. Grayscale: #7E7E7E. Windows color (decimal): -11692411 or 8754765. OLE color: 8754765.
HSL color Cylindrical-coordinate representation of color #4D9685: hue angle of 166.03º 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 #4D9685 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 133 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.41 |
| HSL | 166.03º | 0.32% | 0.45% | - |
| HSV(B) | 166.03º | 0.49% | 0.59% | - |
| XYZ | 18.2 | 25.08 | 26.07 | - |
| YUV | 126.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 133 | 0.49 | 0 | 0.11 | 0.41 | 166.03 | 0.32 | 0.45 |
| Hex | 4D | 96 | 85 | 31 | 0 | B | 29 | A6 | 20 | 2D |
| Octal | 115 | 226 | 205 | 61 | 0 | 13 | 51 | 246 | 40 | 55 |
| Binary | 1001101 | 10010110 | 10000101 | 110001 | 0 | 1011 | 101001 | 10100110 | 100000 | 101101 |
Color Harmonies of #4D9685
Complementary color
Monochromatic Colors of #4D9685
Black with #4D9685
Text Example
Text Example
White with #4D9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9685; }
p { color: rgb(77,150,133); }
H1.HeaderClassName
{
color: #4D9685;
}
.AnyTagClassName
{
color: #4D9685;
}
</style>
background-color css
<style>
a { background-color: #4D9685; }
a { background-color: rgb(77,150,133); }
div.DivClassName
{
background-color: #4D9685;
}
.BgClassName
{
background-color: #4D9685;
}
</style>
border-color css
<style>
span { border-color: #4D9685; }
span { border-color: rgb(77,150,133); }
td.TdClassName
{
border-color: #4D9685;
}
.TagClassName
{
border-color: #4D9685;
}
</style>