Shades of Lochinvar #4C958D
Tints of Lochinvar #4C958D
RGB
CMYK
RGB Variations
Color information
#4C958D (or 0x4C958D) is known color: Lochinvar. HEX triplet: 4C, 95 and 8D. RGB value is (76,149,141). Sum of RGB (Red+Green+Blue) = 76+149+141=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #4C958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C958D is #B36A72. Grayscale: #7E7E7E. Windows color (decimal): -11758195 or 9278796. OLE color: 9278796.
HSL color Cylindrical-coordinate representation of color #4C958D: hue angle of 173.42º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C958D is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 141 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.42 |
| HSL | 173.42º | 0.32% | 0.44% | - |
| HSV(B) | 173.42º | 0.49% | 0.58% | - |
| XYZ | 18.54 | 24.95 | 29.04 | - |
| YUV | 126.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 141 | 0.49 | 0 | 0.05 | 0.42 | 173.42 | 0.32 | 0.44 |
| Hex | 4C | 95 | 8D | 31 | 0 | 5 | 2A | AD | 20 | 2C |
| Octal | 114 | 225 | 215 | 61 | 0 | 5 | 52 | 255 | 40 | 54 |
| Binary | 1001100 | 10010101 | 10001101 | 110001 | 0 | 101 | 101010 | 10101101 | 100000 | 101100 |
Color Harmonies of #4C958D
Complementary color
Monochromatic Colors of #4C958D
Black with #4C958D
Text Example
Text Example
White with #4C958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C958D; }
p { color: rgb(76,149,141); }
H1.HeaderClassName
{
color: #4C958D;
}
.AnyTagClassName
{
color: #4C958D;
}
</style>
background-color css
<style>
a { background-color: #4C958D; }
a { background-color: rgb(76,149,141); }
div.DivClassName
{
background-color: #4C958D;
}
.BgClassName
{
background-color: #4C958D;
}
</style>
border-color css
<style>
span { border-color: #4C958D; }
span { border-color: rgb(76,149,141); }
td.TdClassName
{
border-color: #4C958D;
}
.TagClassName
{
border-color: #4C958D;
}
</style>