Shades of Lochinvar #4B8E89
Tints of Lochinvar #4B8E89
RGB
CMYK
RGB Variations
Color information
#4B8E89 (or 0x4B8E89) is known color: Lochinvar. HEX triplet: 4B, 8E and 89. RGB value is (75,142,137). Sum of RGB (Red+Green+Blue) = 75+142+137=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8E89 is #B47176. Grayscale: #797979. Windows color (decimal): -11825527 or 9014859. OLE color: 9014859.
HSL color Cylindrical-coordinate representation of color #4B8E89: hue angle of 175.52º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E89 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 142 | 137 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.44 |
| HSL | 175.52º | 0.31% | 0.43% | - |
| HSV(B) | 175.52º | 0.47% | 0.56% | - |
| XYZ | 17.09 | 22.65 | 27.14 | - |
| YUV | 121.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 142 | 137 | 0.47 | 0 | 0.04 | 0.44 | 175.52 | 0.31 | 0.43 |
| Hex | 4B | 8E | 89 | 2F | 0 | 4 | 2C | B0 | 1F | 2B |
| Octal | 113 | 216 | 211 | 57 | 0 | 4 | 54 | 260 | 37 | 53 |
| Binary | 1001011 | 10001110 | 10001001 | 101111 | 0 | 100 | 101100 | 10110000 | 11111 | 101011 |
Color Harmonies of #4B8E89
Complementary color
Monochromatic Colors of #4B8E89
Black with #4B8E89
Text Example
Text Example
White with #4B8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8E89; }
p { color: rgb(75,142,137); }
H1.HeaderClassName
{
color: #4B8E89;
}
.AnyTagClassName
{
color: #4B8E89;
}
</style>
background-color css
<style>
a { background-color: #4B8E89; }
a { background-color: rgb(75,142,137); }
div.DivClassName
{
background-color: #4B8E89;
}
.BgClassName
{
background-color: #4B8E89;
}
</style>
border-color css
<style>
span { border-color: #4B8E89; }
span { border-color: rgb(75,142,137); }
td.TdClassName
{
border-color: #4B8E89;
}
.TagClassName
{
border-color: #4B8E89;
}
</style>