Shades of Lochinvar #4D897B
Tints of Lochinvar #4D897B
RGB
CMYK
RGB Variations
Color information
#4D897B (or 0x4D897B) is known color: Lochinvar. HEX triplet: 4D, 89 and 7B. RGB value is (77,137,123). Sum of RGB (Red+Green+Blue) = 77+137+123=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #4D897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D897B is #B27684. Grayscale: #757575. Windows color (decimal): -11695749 or 8096077. OLE color: 8096077.
HSL color Cylindrical-coordinate representation of color #4D897B: hue angle of 166º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D897B is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 123 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.46 |
| HSL | 166º | 0.28% | 0.42% | - |
| HSV(B) | 166º | 0.44% | 0.54% | - |
| XYZ | 15.58 | 20.9 | 21.95 | - |
| YUV | 117.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 123 | 0.44 | 0 | 0.10 | 0.46 | 166 | 0.28 | 0.42 |
| Hex | 4D | 89 | 7B | 2C | 0 | A | 2E | A6 | 1C | 2A |
| Octal | 115 | 211 | 173 | 54 | 0 | 12 | 56 | 246 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1111011 | 101100 | 0 | 1010 | 101110 | 10100110 | 11100 | 101010 |
Color Harmonies of #4D897B
Complementary color
Monochromatic Colors of #4D897B
Black with #4D897B
Text Example
Text Example
White with #4D897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D897B; }
p { color: rgb(77,137,123); }
H1.HeaderClassName
{
color: #4D897B;
}
.AnyTagClassName
{
color: #4D897B;
}
</style>
background-color css
<style>
a { background-color: #4D897B; }
a { background-color: rgb(77,137,123); }
div.DivClassName
{
background-color: #4D897B;
}
.BgClassName
{
background-color: #4D897B;
}
</style>
border-color css
<style>
span { border-color: #4D897B; }
span { border-color: rgb(77,137,123); }
td.TdClassName
{
border-color: #4D897B;
}
.TagClassName
{
border-color: #4D897B;
}
</style>