Shades of Lochinvar #4D9784
Tints of Lochinvar #4D9784
RGB
CMYK
RGB Variations
Color information
#4D9784 (or 0x4D9784) is known color: Lochinvar. HEX triplet: 4D, 97 and 84. RGB value is (77,151,132). Sum of RGB (Red+Green+Blue) = 77+151+132=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9784 is #B2687B. Grayscale: #7E7E7E. Windows color (decimal): -11692156 or 8689485. OLE color: 8689485.
HSL color Cylindrical-coordinate representation of color #4D9784: hue angle of 164.59º 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 #4D9784 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 132 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.41 |
| HSL | 164.59º | 0.32% | 0.45% | - |
| HSV(B) | 164.59º | 0.49% | 0.59% | - |
| XYZ | 18.29 | 25.38 | 25.76 | - |
| YUV | 126.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 132 | 0.49 | 0 | 0.13 | 0.41 | 164.59 | 0.32 | 0.45 |
| Hex | 4D | 97 | 84 | 31 | 0 | D | 29 | A5 | 20 | 2D |
| Octal | 115 | 227 | 204 | 61 | 0 | 15 | 51 | 245 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10000100 | 110001 | 0 | 1101 | 101001 | 10100101 | 100000 | 101101 |
Color Harmonies of #4D9784
Complementary color
Monochromatic Colors of #4D9784
Black with #4D9784
Text Example
Text Example
White with #4D9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9784; }
p { color: rgb(77,151,132); }
H1.HeaderClassName
{
color: #4D9784;
}
.AnyTagClassName
{
color: #4D9784;
}
</style>
background-color css
<style>
a { background-color: #4D9784; }
a { background-color: rgb(77,151,132); }
div.DivClassName
{
background-color: #4D9784;
}
.BgClassName
{
background-color: #4D9784;
}
</style>
border-color css
<style>
span { border-color: #4D9784; }
span { border-color: rgb(77,151,132); }
td.TdClassName
{
border-color: #4D9784;
}
.TagClassName
{
border-color: #4D9784;
}
</style>