Shades of Lochinvar #4B877C
Tints of Lochinvar #4B877C
RGB
CMYK
RGB Variations
Color information
#4B877C (or 0x4B877C) is known color: Lochinvar. HEX triplet: 4B, 87 and 7C. RGB value is (75,135,124). Sum of RGB (Red+Green+Blue) = 75+135+124=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #4B877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B877C is #B47883. Grayscale: #737373. Windows color (decimal): -11827332 or 8161099. OLE color: 8161099.
HSL color Cylindrical-coordinate representation of color #4B877C: hue angle of 169º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B877C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 124 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.47 |
| HSL | 169º | 0.29% | 0.41% | - |
| HSV(B) | 169º | 0.44% | 0.53% | - |
| XYZ | 15.2 | 20.28 | 22.18 | - |
| YUV | 115.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 124 | 0.44 | 0 | 0.08 | 0.47 | 169 | 0.29 | 0.41 |
| Hex | 4B | 87 | 7C | 2C | 0 | 8 | 2F | A9 | 1D | 29 |
| Octal | 113 | 207 | 174 | 54 | 0 | 10 | 57 | 251 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1111100 | 101100 | 0 | 1000 | 101111 | 10101001 | 11101 | 101001 |
Color Harmonies of #4B877C
Complementary color
Monochromatic Colors of #4B877C
Black with #4B877C
Text Example
Text Example
White with #4B877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B877C; }
p { color: rgb(75,135,124); }
H1.HeaderClassName
{
color: #4B877C;
}
.AnyTagClassName
{
color: #4B877C;
}
</style>
background-color css
<style>
a { background-color: #4B877C; }
a { background-color: rgb(75,135,124); }
div.DivClassName
{
background-color: #4B877C;
}
.BgClassName
{
background-color: #4B877C;
}
</style>
border-color css
<style>
span { border-color: #4B877C; }
span { border-color: rgb(75,135,124); }
td.TdClassName
{
border-color: #4B877C;
}
.TagClassName
{
border-color: #4B877C;
}
</style>