Shades of Lochinvar #4B9F90
Tints of Lochinvar #4B9F90
RGB
CMYK
RGB Variations
Color information
#4B9F90 (or 0x4B9F90) is known color: Lochinvar. HEX triplet: 4B, 9F and 90. RGB value is (75,159,144). Sum of RGB (Red+Green+Blue) = 75+159+144=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9F90 is #B4606F. Grayscale: #848484. Windows color (decimal): -11821168 or 9477963. OLE color: 9477963.
HSL color Cylindrical-coordinate representation of color #4B9F90: hue angle of 169.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9F90 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 159 | 144 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.38 |
| HSL | 169.29º | 0.36% | 0.46% | - |
| HSV(B) | 169.29º | 0.53% | 0.62% | - |
| XYZ | 20.33 | 28.31 | 30.78 | - |
| YUV | 132.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 144 | 0.53 | 0 | 0.09 | 0.38 | 169.29 | 0.36 | 0.46 |
| Hex | 4B | 9F | 90 | 35 | 0 | 9 | 26 | A9 | 24 | 2E |
| Octal | 113 | 237 | 220 | 65 | 0 | 11 | 46 | 251 | 44 | 56 |
| Binary | 1001011 | 10011111 | 10010000 | 110101 | 0 | 1001 | 100110 | 10101001 | 100100 | 101110 |
Color Harmonies of #4B9F90
Complementary color
Monochromatic Colors of #4B9F90
Black with #4B9F90
Text Example
Text Example
White with #4B9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9F90; }
p { color: rgb(75,159,144); }
H1.HeaderClassName
{
color: #4B9F90;
}
.AnyTagClassName
{
color: #4B9F90;
}
</style>
background-color css
<style>
a { background-color: #4B9F90; }
a { background-color: rgb(75,159,144); }
div.DivClassName
{
background-color: #4B9F90;
}
.BgClassName
{
background-color: #4B9F90;
}
</style>
border-color css
<style>
span { border-color: #4B9F90; }
span { border-color: rgb(75,159,144); }
td.TdClassName
{
border-color: #4B9F90;
}
.TagClassName
{
border-color: #4B9F90;
}
</style>