Shades of Lochinvar #4D887B
Tints of Lochinvar #4D887B
RGB
CMYK
RGB Variations
Color information
#4D887B (or 0x4D887B) is known color: Lochinvar. HEX triplet: 4D, 88 and 7B. RGB value is (77,136,123). Sum of RGB (Red+Green+Blue) = 77+136+123=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #4D887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D887B is #B27784. Grayscale: #747474. Windows color (decimal): -11696005 or 8095821. OLE color: 8095821.
HSL color Cylindrical-coordinate representation of color #4D887B: hue angle of 166.78º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D887B is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 123 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.47 |
| HSL | 166.78º | 0.28% | 0.42% | - |
| HSV(B) | 166.78º | 0.43% | 0.53% | - |
| XYZ | 15.44 | 20.62 | 21.9 | - |
| YUV | 116.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 123 | 0.43 | 0 | 0.10 | 0.47 | 166.78 | 0.28 | 0.42 |
| Hex | 4D | 88 | 7B | 2B | 0 | A | 2F | A7 | 1C | 2A |
| Octal | 115 | 210 | 173 | 53 | 0 | 12 | 57 | 247 | 34 | 52 |
| Binary | 1001101 | 10001000 | 1111011 | 101011 | 0 | 1010 | 101111 | 10100111 | 11100 | 101010 |
Color Harmonies of #4D887B
Complementary color
Monochromatic Colors of #4D887B
Black with #4D887B
Text Example
Text Example
White with #4D887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D887B; }
p { color: rgb(77,136,123); }
H1.HeaderClassName
{
color: #4D887B;
}
.AnyTagClassName
{
color: #4D887B;
}
</style>
background-color css
<style>
a { background-color: #4D887B; }
a { background-color: rgb(77,136,123); }
div.DivClassName
{
background-color: #4D887B;
}
.BgClassName
{
background-color: #4D887B;
}
</style>
border-color css
<style>
span { border-color: #4D887B; }
span { border-color: rgb(77,136,123); }
td.TdClassName
{
border-color: #4D887B;
}
.TagClassName
{
border-color: #4D887B;
}
</style>