Shades of Lochinvar #4B9788
Tints of Lochinvar #4B9788
RGB
CMYK
RGB Variations
Color information
#4B9788 (or 0x4B9788) is known color: Lochinvar. HEX triplet: 4B, 97 and 88. RGB value is (75,151,136). Sum of RGB (Red+Green+Blue) = 75+151+136=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9788 is #B46877. Grayscale: #7E7E7E. Windows color (decimal): -11823224 or 8951627. OLE color: 8951627.
HSL color Cylindrical-coordinate representation of color #4B9788: hue angle of 168.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9788 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 136 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.41 |
| HSL | 168.16º | 0.34% | 0.44% | - |
| HSV(B) | 168.16º | 0.5% | 0.59% | - |
| XYZ | 18.41 | 25.41 | 27.23 | - |
| YUV | 126.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 136 | 0.50 | 0 | 0.10 | 0.41 | 168.16 | 0.34 | 0.44 |
| Hex | 4B | 97 | 88 | 32 | 0 | A | 29 | A8 | 22 | 2C |
| Octal | 113 | 227 | 210 | 62 | 0 | 12 | 51 | 250 | 42 | 54 |
| Binary | 1001011 | 10010111 | 10001000 | 110010 | 0 | 1010 | 101001 | 10101000 | 100010 | 101100 |
Color Harmonies of #4B9788
Complementary color
Monochromatic Colors of #4B9788
Black with #4B9788
Text Example
Text Example
White with #4B9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9788; }
p { color: rgb(75,151,136); }
H1.HeaderClassName
{
color: #4B9788;
}
.AnyTagClassName
{
color: #4B9788;
}
</style>
background-color css
<style>
a { background-color: #4B9788; }
a { background-color: rgb(75,151,136); }
div.DivClassName
{
background-color: #4B9788;
}
.BgClassName
{
background-color: #4B9788;
}
</style>
border-color css
<style>
span { border-color: #4B9788; }
span { border-color: rgb(75,151,136); }
td.TdClassName
{
border-color: #4B9788;
}
.TagClassName
{
border-color: #4B9788;
}
</style>