Shades of Lochinvar #4B9981
Tints of Lochinvar #4B9981
RGB
CMYK
RGB Variations
Color information
#4B9981 (or 0x4B9981) is known color: Lochinvar. HEX triplet: 4B, 99 and 81. RGB value is (75,153,129). Sum of RGB (Red+Green+Blue) = 75+153+129=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9981 is #B4667E. Grayscale: #7E7E7E. Windows color (decimal): -11822719 or 8493387. OLE color: 8493387.
HSL color Cylindrical-coordinate representation of color #4B9981: hue angle of 161.54º 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 #4B9981 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 129 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.4 |
| HSL | 161.54º | 0.34% | 0.45% | - |
| HSV(B) | 161.54º | 0.51% | 0.6% | - |
| XYZ | 18.26 | 25.86 | 24.8 | - |
| YUV | 126.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 129 | 0.51 | 0 | 0.16 | 0.4 | 161.54 | 0.34 | 0.45 |
| Hex | 4B | 99 | 81 | 33 | 0 | 10 | 28 | A2 | 22 | 2D |
| Octal | 113 | 231 | 201 | 63 | 0 | 20 | 50 | 242 | 42 | 55 |
| Binary | 1001011 | 10011001 | 10000001 | 110011 | 0 | 10000 | 101000 | 10100010 | 100010 | 101101 |
Color Harmonies of #4B9981
Complementary color
Monochromatic Colors of #4B9981
Black with #4B9981
Text Example
Text Example
White with #4B9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9981; }
p { color: rgb(75,153,129); }
H1.HeaderClassName
{
color: #4B9981;
}
.AnyTagClassName
{
color: #4B9981;
}
</style>
background-color css
<style>
a { background-color: #4B9981; }
a { background-color: rgb(75,153,129); }
div.DivClassName
{
background-color: #4B9981;
}
.BgClassName
{
background-color: #4B9981;
}
</style>
border-color css
<style>
span { border-color: #4B9981; }
span { border-color: rgb(75,153,129); }
td.TdClassName
{
border-color: #4B9981;
}
.TagClassName
{
border-color: #4B9981;
}
</style>