Shades of Lochinvar #4CA191
Tints of Lochinvar #4CA191
RGB
CMYK
RGB Variations
Color information
#4CA191 (or 0x4CA191) is known color: Lochinvar. HEX triplet: 4C, A1 and 91. RGB value is (76,161,145). Sum of RGB (Red+Green+Blue) = 76+161+145=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA191 is #B35E6E. Grayscale: #858585. Windows color (decimal): -11755119 or 9544012. OLE color: 9544012.
HSL color Cylindrical-coordinate representation of color #4CA191: hue angle of 168.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA191 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 161 | 145 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.37 |
| HSL | 168.71º | 0.36% | 0.46% | - |
| HSV(B) | 168.71º | 0.53% | 0.63% | - |
| XYZ | 20.84 | 29.07 | 31.3 | - |
| YUV | 133.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 161 | 145 | 0.53 | 0 | 0.10 | 0.37 | 168.71 | 0.36 | 0.46 |
| Hex | 4C | A1 | 91 | 35 | 0 | A | 25 | A9 | 24 | 2E |
| Octal | 114 | 241 | 221 | 65 | 0 | 12 | 45 | 251 | 44 | 56 |
| Binary | 1001100 | 10100001 | 10010001 | 110101 | 0 | 1010 | 100101 | 10101001 | 100100 | 101110 |
Color Harmonies of #4CA191
Complementary color
Monochromatic Colors of #4CA191
Black with #4CA191
Text Example
Text Example
White with #4CA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA191; }
p { color: rgb(76,161,145); }
H1.HeaderClassName
{
color: #4CA191;
}
.AnyTagClassName
{
color: #4CA191;
}
</style>
background-color css
<style>
a { background-color: #4CA191; }
a { background-color: rgb(76,161,145); }
div.DivClassName
{
background-color: #4CA191;
}
.BgClassName
{
background-color: #4CA191;
}
</style>
border-color css
<style>
span { border-color: #4CA191; }
span { border-color: rgb(76,161,145); }
td.TdClassName
{
border-color: #4CA191;
}
.TagClassName
{
border-color: #4CA191;
}
</style>