Shades of Lochinvar #4D8982
Tints of Lochinvar #4D8982
RGB
CMYK
RGB Variations
Color information
#4D8982 (or 0x4D8982) is known color: Lochinvar. HEX triplet: 4D, 89 and 82. RGB value is (77,137,130). Sum of RGB (Red+Green+Blue) = 77+137+130=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8982 is #B2767D. Grayscale: #767676. Windows color (decimal): -11695742 or 8554829. OLE color: 8554829.
HSL color Cylindrical-coordinate representation of color #4D8982: hue angle of 173º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8982 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 130 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.46 |
| HSL | 173º | 0.28% | 0.42% | - |
| HSV(B) | 173º | 0.44% | 0.54% | - |
| XYZ | 16.04 | 21.08 | 24.34 | - |
| YUV | 118.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 130 | 0.44 | 0 | 0.05 | 0.46 | 173 | 0.28 | 0.42 |
| Hex | 4D | 89 | 82 | 2C | 0 | 5 | 2E | AD | 1C | 2A |
| Octal | 115 | 211 | 202 | 54 | 0 | 5 | 56 | 255 | 34 | 52 |
| Binary | 1001101 | 10001001 | 10000010 | 101100 | 0 | 101 | 101110 | 10101101 | 11100 | 101010 |
Color Harmonies of #4D8982
Complementary color
Monochromatic Colors of #4D8982
Black with #4D8982
Text Example
Text Example
White with #4D8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8982; }
p { color: rgb(77,137,130); }
H1.HeaderClassName
{
color: #4D8982;
}
.AnyTagClassName
{
color: #4D8982;
}
</style>
background-color css
<style>
a { background-color: #4D8982; }
a { background-color: rgb(77,137,130); }
div.DivClassName
{
background-color: #4D8982;
}
.BgClassName
{
background-color: #4D8982;
}
</style>
border-color css
<style>
span { border-color: #4D8982; }
span { border-color: rgb(77,137,130); }
td.TdClassName
{
border-color: #4D8982;
}
.TagClassName
{
border-color: #4D8982;
}
</style>