Shades of Lochinvar #4C947B
Tints of Lochinvar #4C947B
RGB
CMYK
RGB Variations
Color information
#4C947B (or 0x4C947B) is known color: Lochinvar. HEX triplet: 4C, 94 and 7B. RGB value is (76,148,123). Sum of RGB (Red+Green+Blue) = 76+148+123=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #4C947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C947B is #B36B84. Grayscale: #7B7B7B. Windows color (decimal): -11758469 or 8098892. OLE color: 8098892.
HSL color Cylindrical-coordinate representation of color #4C947B: hue angle of 159.17º 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 #4C947B is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 123 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.42 |
| HSL | 159.17º | 0.32% | 0.44% | - |
| HSV(B) | 159.17º | 0.49% | 0.58% | - |
| XYZ | 17.15 | 24.15 | 22.5 | - |
| YUV | 123.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 123 | 0.49 | 0 | 0.17 | 0.42 | 159.17 | 0.32 | 0.44 |
| Hex | 4C | 94 | 7B | 31 | 0 | 11 | 2A | 9F | 20 | 2C |
| Octal | 114 | 224 | 173 | 61 | 0 | 21 | 52 | 237 | 40 | 54 |
| Binary | 1001100 | 10010100 | 1111011 | 110001 | 0 | 10001 | 101010 | 10011111 | 100000 | 101100 |
Color Harmonies of #4C947B
Complementary color
Monochromatic Colors of #4C947B
Black with #4C947B
Text Example
Text Example
White with #4C947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C947B; }
p { color: rgb(76,148,123); }
H1.HeaderClassName
{
color: #4C947B;
}
.AnyTagClassName
{
color: #4C947B;
}
</style>
background-color css
<style>
a { background-color: #4C947B; }
a { background-color: rgb(76,148,123); }
div.DivClassName
{
background-color: #4C947B;
}
.BgClassName
{
background-color: #4C947B;
}
</style>
border-color css
<style>
span { border-color: #4C947B; }
span { border-color: rgb(76,148,123); }
td.TdClassName
{
border-color: #4C947B;
}
.TagClassName
{
border-color: #4C947B;
}
</style>