Shades of Lochinvar #4C9F90
Tints of Lochinvar #4C9F90
RGB
CMYK
RGB Variations
Color information
#4C9F90 (or 0x4C9F90) is known color: Lochinvar. HEX triplet: 4C, 9F and 90. RGB value is (76,159,144). Sum of RGB (Red+Green+Blue) = 76+159+144=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9F90 is #B3606F. Grayscale: #848484. Windows color (decimal): -11755632 or 9477964. OLE color: 9477964.
HSL color Cylindrical-coordinate representation of color #4C9F90: hue angle of 169.16º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9F90 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 159 | 144 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.38 |
| HSL | 169.16º | 0.35% | 0.46% | - |
| HSV(B) | 169.16º | 0.52% | 0.62% | - |
| XYZ | 20.41 | 28.35 | 30.78 | - |
| YUV | 132.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 144 | 0.52 | 0 | 0.09 | 0.38 | 169.16 | 0.35 | 0.46 |
| Hex | 4C | 9F | 90 | 34 | 0 | 9 | 26 | A9 | 23 | 2E |
| Octal | 114 | 237 | 220 | 64 | 0 | 11 | 46 | 251 | 43 | 56 |
| Binary | 1001100 | 10011111 | 10010000 | 110100 | 0 | 1001 | 100110 | 10101001 | 100011 | 101110 |
Color Harmonies of #4C9F90
Complementary color
Monochromatic Colors of #4C9F90
Black with #4C9F90
Text Example
Text Example
White with #4C9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9F90; }
p { color: rgb(76,159,144); }
H1.HeaderClassName
{
color: #4C9F90;
}
.AnyTagClassName
{
color: #4C9F90;
}
</style>
background-color css
<style>
a { background-color: #4C9F90; }
a { background-color: rgb(76,159,144); }
div.DivClassName
{
background-color: #4C9F90;
}
.BgClassName
{
background-color: #4C9F90;
}
</style>
border-color css
<style>
span { border-color: #4C9F90; }
span { border-color: rgb(76,159,144); }
td.TdClassName
{
border-color: #4C9F90;
}
.TagClassName
{
border-color: #4C9F90;
}
</style>