Shades of Lochinvar #4B877E
Tints of Lochinvar #4B877E
RGB
CMYK
RGB Variations
Color information
#4B877E (or 0x4B877E) is known color: Lochinvar. HEX triplet: 4B, 87 and 7E. RGB value is (75,135,126). Sum of RGB (Red+Green+Blue) = 75+135+126=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #4B877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B877E is #B47881. Grayscale: #747474. Windows color (decimal): -11827330 or 8292171. OLE color: 8292171.
HSL color Cylindrical-coordinate representation of color #4B877E: hue angle of 171º 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 #4B877E is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 126 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.47 |
| HSL | 171º | 0.29% | 0.41% | - |
| HSV(B) | 171º | 0.44% | 0.53% | - |
| XYZ | 15.33 | 20.33 | 22.85 | - |
| YUV | 116.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 126 | 0.44 | 0 | 0.07 | 0.47 | 171 | 0.29 | 0.41 |
| Hex | 4B | 87 | 7E | 2C | 0 | 7 | 2F | AB | 1D | 29 |
| Octal | 113 | 207 | 176 | 54 | 0 | 7 | 57 | 253 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1111110 | 101100 | 0 | 111 | 101111 | 10101011 | 11101 | 101001 |
Color Harmonies of #4B877E
Complementary color
Monochromatic Colors of #4B877E
Black with #4B877E
Text Example
Text Example
White with #4B877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B877E; }
p { color: rgb(75,135,126); }
H1.HeaderClassName
{
color: #4B877E;
}
.AnyTagClassName
{
color: #4B877E;
}
</style>
background-color css
<style>
a { background-color: #4B877E; }
a { background-color: rgb(75,135,126); }
div.DivClassName
{
background-color: #4B877E;
}
.BgClassName
{
background-color: #4B877E;
}
</style>
border-color css
<style>
span { border-color: #4B877E; }
span { border-color: rgb(75,135,126); }
td.TdClassName
{
border-color: #4B877E;
}
.TagClassName
{
border-color: #4B877E;
}
</style>