Shades of Lochinvar #4C938B
Tints of Lochinvar #4C938B
RGB
CMYK
RGB Variations
Color information
#4C938B (or 0x4C938B) is known color: Lochinvar. HEX triplet: 4C, 93 and 8B. RGB value is (76,147,139). Sum of RGB (Red+Green+Blue) = 76+147+139=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #4C938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C938B is #B36C74. Grayscale: #7C7C7C. Windows color (decimal): -11758709 or 9147212. OLE color: 9147212.
HSL color Cylindrical-coordinate representation of color #4C938B: hue angle of 173.24º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C938B is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 139 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.42 |
| HSL | 173.24º | 0.32% | 0.44% | - |
| HSV(B) | 173.24º | 0.48% | 0.58% | - |
| XYZ | 18.07 | 24.27 | 28.16 | - |
| YUV | 124.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 139 | 0.48 | 0 | 0.05 | 0.42 | 173.24 | 0.32 | 0.44 |
| Hex | 4C | 93 | 8B | 30 | 0 | 5 | 2A | AD | 20 | 2C |
| Octal | 114 | 223 | 213 | 60 | 0 | 5 | 52 | 255 | 40 | 54 |
| Binary | 1001100 | 10010011 | 10001011 | 110000 | 0 | 101 | 101010 | 10101101 | 100000 | 101100 |
Color Harmonies of #4C938B
Complementary color
Monochromatic Colors of #4C938B
Black with #4C938B
Text Example
Text Example
White with #4C938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C938B; }
p { color: rgb(76,147,139); }
H1.HeaderClassName
{
color: #4C938B;
}
.AnyTagClassName
{
color: #4C938B;
}
</style>
background-color css
<style>
a { background-color: #4C938B; }
a { background-color: rgb(76,147,139); }
div.DivClassName
{
background-color: #4C938B;
}
.BgClassName
{
background-color: #4C938B;
}
</style>
border-color css
<style>
span { border-color: #4C938B; }
span { border-color: rgb(76,147,139); }
td.TdClassName
{
border-color: #4C938B;
}
.TagClassName
{
border-color: #4C938B;
}
</style>