Shades of Lochinvar #4C897B
Tints of Lochinvar #4C897B
RGB
CMYK
RGB Variations
Color information
#4C897B (or 0x4C897B) is known color: Lochinvar. HEX triplet: 4C, 89 and 7B. RGB value is (76,137,123). Sum of RGB (Red+Green+Blue) = 76+137+123=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #4C897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C897B is #B37684. Grayscale: #757575. Windows color (decimal): -11761285 or 8096076. OLE color: 8096076.
HSL color Cylindrical-coordinate representation of color #4C897B: hue angle of 166.23º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C897B is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 137 | 123 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.46 |
| HSL | 166.23º | 0.29% | 0.42% | - |
| HSV(B) | 166.23º | 0.45% | 0.54% | - |
| XYZ | 15.5 | 20.86 | 21.95 | - |
| YUV | 117.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 123 | 0.45 | 0 | 0.10 | 0.46 | 166.23 | 0.29 | 0.42 |
| Hex | 4C | 89 | 7B | 2D | 0 | A | 2E | A6 | 1D | 2A |
| Octal | 114 | 211 | 173 | 55 | 0 | 12 | 56 | 246 | 35 | 52 |
| Binary | 1001100 | 10001001 | 1111011 | 101101 | 0 | 1010 | 101110 | 10100110 | 11101 | 101010 |
Color Harmonies of #4C897B
Complementary color
Monochromatic Colors of #4C897B
Black with #4C897B
Text Example
Text Example
White with #4C897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C897B; }
p { color: rgb(76,137,123); }
H1.HeaderClassName
{
color: #4C897B;
}
.AnyTagClassName
{
color: #4C897B;
}
</style>
background-color css
<style>
a { background-color: #4C897B; }
a { background-color: rgb(76,137,123); }
div.DivClassName
{
background-color: #4C897B;
}
.BgClassName
{
background-color: #4C897B;
}
</style>
border-color css
<style>
span { border-color: #4C897B; }
span { border-color: rgb(76,137,123); }
td.TdClassName
{
border-color: #4C897B;
}
.TagClassName
{
border-color: #4C897B;
}
</style>