Shades of Lochinvar #4B9888
Tints of Lochinvar #4B9888
RGB
CMYK
RGB Variations
Color information
#4B9888 (or 0x4B9888) is known color: Lochinvar. HEX triplet: 4B, 98 and 88. RGB value is (75,152,136). Sum of RGB (Red+Green+Blue) = 75+152+136=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9888 is #B46777. Grayscale: #7F7F7F. Windows color (decimal): -11822968 or 8951883. OLE color: 8951883.
HSL color Cylindrical-coordinate representation of color #4B9888: hue angle of 167.53º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9888 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 152 | 136 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.40 |
| HSL | 167.53º | 0.34% | 0.45% | - |
| HSV(B) | 167.53º | 0.51% | 0.6% | - |
| XYZ | 18.57 | 25.73 | 27.28 | - |
| YUV | 127.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 136 | 0.51 | 0 | 0.11 | 0.40 | 167.53 | 0.34 | 0.45 |
| Hex | 4B | 98 | 88 | 33 | 0 | B | 28 | A8 | 22 | 2D |
| Octal | 113 | 230 | 210 | 63 | 0 | 13 | 50 | 250 | 42 | 55 |
| Binary | 1001011 | 10011000 | 10001000 | 110011 | 0 | 1011 | 101000 | 10101000 | 100010 | 101101 |
Color Harmonies of #4B9888
Complementary color
Monochromatic Colors of #4B9888
Black with #4B9888
Text Example
Text Example
White with #4B9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9888; }
p { color: rgb(75,152,136); }
H1.HeaderClassName
{
color: #4B9888;
}
.AnyTagClassName
{
color: #4B9888;
}
</style>
background-color css
<style>
a { background-color: #4B9888; }
a { background-color: rgb(75,152,136); }
div.DivClassName
{
background-color: #4B9888;
}
.BgClassName
{
background-color: #4B9888;
}
</style>
border-color css
<style>
span { border-color: #4B9888; }
span { border-color: rgb(75,152,136); }
td.TdClassName
{
border-color: #4B9888;
}
.TagClassName
{
border-color: #4B9888;
}
</style>