Shades of Lochinvar #4C937B
Tints of Lochinvar #4C937B
RGB
CMYK
RGB Variations
Color information
#4C937B (or 0x4C937B) is known color: Lochinvar. HEX triplet: 4C, 93 and 7B. RGB value is (76,147,123). Sum of RGB (Red+Green+Blue) = 76+147+123=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #4C937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C937B is #B36C84. Grayscale: #7B7B7B. Windows color (decimal): -11758725 or 8098636. OLE color: 8098636.
HSL color Cylindrical-coordinate representation of color #4C937B: hue angle of 159.72º 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 #4C937B is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 123 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.42 |
| HSL | 159.72º | 0.32% | 0.44% | - |
| HSV(B) | 159.72º | 0.48% | 0.58% | - |
| XYZ | 16.99 | 23.83 | 22.44 | - |
| YUV | 123.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 123 | 0.48 | 0 | 0.16 | 0.42 | 159.72 | 0.32 | 0.44 |
| Hex | 4C | 93 | 7B | 30 | 0 | 10 | 2A | A0 | 20 | 2C |
| Octal | 114 | 223 | 173 | 60 | 0 | 20 | 52 | 240 | 40 | 54 |
| Binary | 1001100 | 10010011 | 1111011 | 110000 | 0 | 10000 | 101010 | 10100000 | 100000 | 101100 |
Color Harmonies of #4C937B
Complementary color
Monochromatic Colors of #4C937B
Black with #4C937B
Text Example
Text Example
White with #4C937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C937B; }
p { color: rgb(76,147,123); }
H1.HeaderClassName
{
color: #4C937B;
}
.AnyTagClassName
{
color: #4C937B;
}
</style>
background-color css
<style>
a { background-color: #4C937B; }
a { background-color: rgb(76,147,123); }
div.DivClassName
{
background-color: #4C937B;
}
.BgClassName
{
background-color: #4C937B;
}
</style>
border-color css
<style>
span { border-color: #4C937B; }
span { border-color: rgb(76,147,123); }
td.TdClassName
{
border-color: #4C937B;
}
.TagClassName
{
border-color: #4C937B;
}
</style>