Shades of Lochinvar #4C958B
Tints of Lochinvar #4C958B
RGB
CMYK
RGB Variations
Color information
#4C958B (or 0x4C958B) is known color: Lochinvar. HEX triplet: 4C, 95 and 8B. RGB value is (76,149,139). Sum of RGB (Red+Green+Blue) = 76+149+139=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #4C958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C958B is #B36A74. Grayscale: #7E7E7E. Windows color (decimal): -11758197 or 9147724. OLE color: 9147724.
HSL color Cylindrical-coordinate representation of color #4C958B: hue angle of 171.78º 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 #4C958B is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 139 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.42 |
| HSL | 171.78º | 0.32% | 0.44% | - |
| HSV(B) | 171.78º | 0.49% | 0.58% | - |
| XYZ | 18.39 | 24.9 | 28.26 | - |
| YUV | 126.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 139 | 0.49 | 0 | 0.07 | 0.42 | 171.78 | 0.32 | 0.44 |
| Hex | 4C | 95 | 8B | 31 | 0 | 7 | 2A | AC | 20 | 2C |
| Octal | 114 | 225 | 213 | 61 | 0 | 7 | 52 | 254 | 40 | 54 |
| Binary | 1001100 | 10010101 | 10001011 | 110001 | 0 | 111 | 101010 | 10101100 | 100000 | 101100 |
Color Harmonies of #4C958B
Complementary color
Monochromatic Colors of #4C958B
Black with #4C958B
Text Example
Text Example
White with #4C958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C958B; }
p { color: rgb(76,149,139); }
H1.HeaderClassName
{
color: #4C958B;
}
.AnyTagClassName
{
color: #4C958B;
}
</style>
background-color css
<style>
a { background-color: #4C958B; }
a { background-color: rgb(76,149,139); }
div.DivClassName
{
background-color: #4C958B;
}
.BgClassName
{
background-color: #4C958B;
}
</style>
border-color css
<style>
span { border-color: #4C958B; }
span { border-color: rgb(76,149,139); }
td.TdClassName
{
border-color: #4C958B;
}
.TagClassName
{
border-color: #4C958B;
}
</style>