Shades of Lochinvar #4D978F
Tints of Lochinvar #4D978F
RGB
CMYK
RGB Variations
Color information
#4D978F (or 0x4D978F) is known color: Lochinvar. HEX triplet: 4D, 97 and 8F. RGB value is (77,151,143). Sum of RGB (Red+Green+Blue) = 77+151+143=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #4D978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D978F is #B26870. Grayscale: #7F7F7F. Windows color (decimal): -11692145 or 9410381. OLE color: 9410381.
HSL color Cylindrical-coordinate representation of color #4D978F: hue angle of 173.51º 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 #4D978F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 143 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.41 |
| HSL | 173.51º | 0.32% | 0.45% | - |
| HSV(B) | 173.51º | 0.49% | 0.59% | - |
| XYZ | 19.09 | 25.69 | 29.94 | - |
| YUV | 127.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 143 | 0.49 | 0 | 0.05 | 0.41 | 173.51 | 0.32 | 0.45 |
| Hex | 4D | 97 | 8F | 31 | 0 | 5 | 29 | AE | 20 | 2D |
| Octal | 115 | 227 | 217 | 61 | 0 | 5 | 51 | 256 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10001111 | 110001 | 0 | 101 | 101001 | 10101110 | 100000 | 101101 |
Color Harmonies of #4D978F
Complementary color
Monochromatic Colors of #4D978F
Black with #4D978F
Text Example
Text Example
White with #4D978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D978F; }
p { color: rgb(77,151,143); }
H1.HeaderClassName
{
color: #4D978F;
}
.AnyTagClassName
{
color: #4D978F;
}
</style>
background-color css
<style>
a { background-color: #4D978F; }
a { background-color: rgb(77,151,143); }
div.DivClassName
{
background-color: #4D978F;
}
.BgClassName
{
background-color: #4D978F;
}
</style>
border-color css
<style>
span { border-color: #4D978F; }
span { border-color: rgb(77,151,143); }
td.TdClassName
{
border-color: #4D978F;
}
.TagClassName
{
border-color: #4D978F;
}
</style>