Shades of Lochinvar #4B8B87
Tints of Lochinvar #4B8B87
RGB
CMYK
RGB Variations
Color information
#4B8B87 (or 0x4B8B87) is known color: Lochinvar. HEX triplet: 4B, 8B and 87. RGB value is (75,139,135). Sum of RGB (Red+Green+Blue) = 75+139+135=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8B87 is #B47478. Grayscale: #777777. Windows color (decimal): -11826297 or 8883019. OLE color: 8883019.
HSL color Cylindrical-coordinate representation of color #4B8B87: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B87 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 135 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.45 |
| HSL | 176.25º | 0.3% | 0.42% | - |
| HSV(B) | 176.25º | 0.46% | 0.55% | - |
| XYZ | 16.51 | 21.71 | 26.24 | - |
| YUV | 119.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 135 | 0.46 | 0 | 0.03 | 0.45 | 176.25 | 0.3 | 0.42 |
| Hex | 4B | 8B | 87 | 2E | 0 | 3 | 2D | B0 | 1E | 2A |
| Octal | 113 | 213 | 207 | 56 | 0 | 3 | 55 | 260 | 36 | 52 |
| Binary | 1001011 | 10001011 | 10000111 | 101110 | 0 | 11 | 101101 | 10110000 | 11110 | 101010 |
Color Harmonies of #4B8B87
Complementary color
Monochromatic Colors of #4B8B87
Black with #4B8B87
Text Example
Text Example
White with #4B8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B87; }
p { color: rgb(75,139,135); }
H1.HeaderClassName
{
color: #4B8B87;
}
.AnyTagClassName
{
color: #4B8B87;
}
</style>
background-color css
<style>
a { background-color: #4B8B87; }
a { background-color: rgb(75,139,135); }
div.DivClassName
{
background-color: #4B8B87;
}
.BgClassName
{
background-color: #4B8B87;
}
</style>
border-color css
<style>
span { border-color: #4B8B87; }
span { border-color: rgb(75,139,135); }
td.TdClassName
{
border-color: #4B8B87;
}
.TagClassName
{
border-color: #4B8B87;
}
</style>