Shades of Lochinvar #4B8881
Tints of Lochinvar #4B8881
RGB
CMYK
RGB Variations
Color information
#4B8881 (or 0x4B8881) is known color: Lochinvar. HEX triplet: 4B, 88 and 81. RGB value is (75,136,129). Sum of RGB (Red+Green+Blue) = 75+136+129=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8881 is #B4777E. Grayscale: #747474. Windows color (decimal): -11827071 or 8489035. OLE color: 8489035.
HSL color Cylindrical-coordinate representation of color #4B8881: hue angle of 173.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8881 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 129 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.47 |
| HSL | 173.11º | 0.29% | 0.41% | - |
| HSV(B) | 173.11º | 0.45% | 0.53% | - |
| XYZ | 15.67 | 20.69 | 23.94 | - |
| YUV | 116.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 129 | 0.45 | 0 | 0.05 | 0.47 | 173.11 | 0.29 | 0.41 |
| Hex | 4B | 88 | 81 | 2D | 0 | 5 | 2F | AD | 1D | 29 |
| Octal | 113 | 210 | 201 | 55 | 0 | 5 | 57 | 255 | 35 | 51 |
| Binary | 1001011 | 10001000 | 10000001 | 101101 | 0 | 101 | 101111 | 10101101 | 11101 | 101001 |
Color Harmonies of #4B8881
Complementary color
Monochromatic Colors of #4B8881
Black with #4B8881
Text Example
Text Example
White with #4B8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8881; }
p { color: rgb(75,136,129); }
H1.HeaderClassName
{
color: #4B8881;
}
.AnyTagClassName
{
color: #4B8881;
}
</style>
background-color css
<style>
a { background-color: #4B8881; }
a { background-color: rgb(75,136,129); }
div.DivClassName
{
background-color: #4B8881;
}
.BgClassName
{
background-color: #4B8881;
}
</style>
border-color css
<style>
span { border-color: #4B8881; }
span { border-color: rgb(75,136,129); }
td.TdClassName
{
border-color: #4B8881;
}
.TagClassName
{
border-color: #4B8881;
}
</style>