Shades of Lochinvar #4C957C
Tints of Lochinvar #4C957C
RGB
CMYK
RGB Variations
Color information
#4C957C (or 0x4C957C) is known color: Lochinvar. HEX triplet: 4C, 95 and 7C. RGB value is (76,149,124). Sum of RGB (Red+Green+Blue) = 76+149+124=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #4C957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C957C is #B36A83. Grayscale: #7C7C7C. Windows color (decimal): -11758212 or 8164684. OLE color: 8164684.
HSL color Cylindrical-coordinate representation of color #4C957C: hue angle of 159.45º 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 #4C957C is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 124 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.42 |
| HSL | 159.45º | 0.32% | 0.44% | - |
| HSV(B) | 159.45º | 0.49% | 0.58% | - |
| XYZ | 17.37 | 24.49 | 22.88 | - |
| YUV | 124.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 124 | 0.49 | 0 | 0.17 | 0.42 | 159.45 | 0.32 | 0.44 |
| Hex | 4C | 95 | 7C | 31 | 0 | 11 | 2A | 9F | 20 | 2C |
| Octal | 114 | 225 | 174 | 61 | 0 | 21 | 52 | 237 | 40 | 54 |
| Binary | 1001100 | 10010101 | 1111100 | 110001 | 0 | 10001 | 101010 | 10011111 | 100000 | 101100 |
Color Harmonies of #4C957C
Complementary color
Monochromatic Colors of #4C957C
Black with #4C957C
Text Example
Text Example
White with #4C957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C957C; }
p { color: rgb(76,149,124); }
H1.HeaderClassName
{
color: #4C957C;
}
.AnyTagClassName
{
color: #4C957C;
}
</style>
background-color css
<style>
a { background-color: #4C957C; }
a { background-color: rgb(76,149,124); }
div.DivClassName
{
background-color: #4C957C;
}
.BgClassName
{
background-color: #4C957C;
}
</style>
border-color css
<style>
span { border-color: #4C957C; }
span { border-color: rgb(76,149,124); }
td.TdClassName
{
border-color: #4C957C;
}
.TagClassName
{
border-color: #4C957C;
}
</style>