Shades of Lochinvar #4B887C
Tints of Lochinvar #4B887C
RGB
CMYK
RGB Variations
Color information
#4B887C (or 0x4B887C) is known color: Lochinvar. HEX triplet: 4B, 88 and 7C. RGB value is (75,136,124). Sum of RGB (Red+Green+Blue) = 75+136+124=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #4B887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B887C is #B47783. Grayscale: #747474. Windows color (decimal): -11827076 or 8161355. OLE color: 8161355.
HSL color Cylindrical-coordinate representation of color #4B887C: hue angle of 168.2º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B887C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 124 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.47 |
| HSL | 168.2º | 0.29% | 0.41% | - |
| HSV(B) | 168.2º | 0.45% | 0.53% | - |
| XYZ | 15.34 | 20.56 | 22.23 | - |
| YUV | 116.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 124 | 0.45 | 0 | 0.09 | 0.47 | 168.2 | 0.29 | 0.41 |
| Hex | 4B | 88 | 7C | 2D | 0 | 9 | 2F | A8 | 1D | 29 |
| Octal | 113 | 210 | 174 | 55 | 0 | 11 | 57 | 250 | 35 | 51 |
| Binary | 1001011 | 10001000 | 1111100 | 101101 | 0 | 1001 | 101111 | 10101000 | 11101 | 101001 |
Color Harmonies of #4B887C
Complementary color
Monochromatic Colors of #4B887C
Black with #4B887C
Text Example
Text Example
White with #4B887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B887C; }
p { color: rgb(75,136,124); }
H1.HeaderClassName
{
color: #4B887C;
}
.AnyTagClassName
{
color: #4B887C;
}
</style>
background-color css
<style>
a { background-color: #4B887C; }
a { background-color: rgb(75,136,124); }
div.DivClassName
{
background-color: #4B887C;
}
.BgClassName
{
background-color: #4B887C;
}
</style>
border-color css
<style>
span { border-color: #4B887C; }
span { border-color: rgb(75,136,124); }
td.TdClassName
{
border-color: #4B887C;
}
.TagClassName
{
border-color: #4B887C;
}
</style>