Shades of Lochinvar #4B877B
Tints of Lochinvar #4B877B
RGB
CMYK
RGB Variations
Color information
#4B877B (or 0x4B877B) is known color: Lochinvar. HEX triplet: 4B, 87 and 7B. RGB value is (75,135,123). Sum of RGB (Red+Green+Blue) = 75+135+123=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #4B877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B877B is #B47884. Grayscale: #737373. Windows color (decimal): -11827333 or 8095563. OLE color: 8095563.
HSL color Cylindrical-coordinate representation of color #4B877B: hue angle of 168º 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 #4B877B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 123 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.47 |
| HSL | 168º | 0.29% | 0.41% | - |
| HSV(B) | 168º | 0.44% | 0.53% | - |
| XYZ | 15.14 | 20.25 | 21.85 | - |
| YUV | 115.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 123 | 0.44 | 0 | 0.09 | 0.47 | 168 | 0.29 | 0.41 |
| Hex | 4B | 87 | 7B | 2C | 0 | 9 | 2F | A8 | 1D | 29 |
| Octal | 113 | 207 | 173 | 54 | 0 | 11 | 57 | 250 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1111011 | 101100 | 0 | 1001 | 101111 | 10101000 | 11101 | 101001 |
Color Harmonies of #4B877B
Complementary color
Monochromatic Colors of #4B877B
Black with #4B877B
Text Example
Text Example
White with #4B877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B877B; }
p { color: rgb(75,135,123); }
H1.HeaderClassName
{
color: #4B877B;
}
.AnyTagClassName
{
color: #4B877B;
}
</style>
background-color css
<style>
a { background-color: #4B877B; }
a { background-color: rgb(75,135,123); }
div.DivClassName
{
background-color: #4B877B;
}
.BgClassName
{
background-color: #4B877B;
}
</style>
border-color css
<style>
span { border-color: #4B877B; }
span { border-color: rgb(75,135,123); }
td.TdClassName
{
border-color: #4B877B;
}
.TagClassName
{
border-color: #4B877B;
}
</style>