Shades of Lochinvar #4DA193
Tints of Lochinvar #4DA193
RGB
CMYK
RGB Variations
Color information
#4DA193 (or 0x4DA193) is known color: Lochinvar. HEX triplet: 4D, A1 and 93. RGB value is (77,161,147). Sum of RGB (Red+Green+Blue) = 77+161+147=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA193 is #B25E6C. Grayscale: #868686. Windows color (decimal): -11689581 or 9675085. OLE color: 9675085.
HSL color Cylindrical-coordinate representation of color #4DA193: hue angle of 170º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA193 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 147 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.37 |
| HSL | 170º | 0.35% | 0.47% | - |
| HSV(B) | 170º | 0.52% | 0.63% | - |
| XYZ | 21.07 | 29.17 | 32.12 | - |
| YUV | 134.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 147 | 0.52 | 0 | 0.09 | 0.37 | 170 | 0.35 | 0.47 |
| Hex | 4D | A1 | 93 | 34 | 0 | 9 | 25 | AA | 23 | 2F |
| Octal | 115 | 241 | 223 | 64 | 0 | 11 | 45 | 252 | 43 | 57 |
| Binary | 1001101 | 10100001 | 10010011 | 110100 | 0 | 1001 | 100101 | 10101010 | 100011 | 101111 |
Color Harmonies of #4DA193
Complementary color
Monochromatic Colors of #4DA193
Black with #4DA193
Text Example
Text Example
White with #4DA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA193; }
p { color: rgb(77,161,147); }
H1.HeaderClassName
{
color: #4DA193;
}
.AnyTagClassName
{
color: #4DA193;
}
</style>
background-color css
<style>
a { background-color: #4DA193; }
a { background-color: rgb(77,161,147); }
div.DivClassName
{
background-color: #4DA193;
}
.BgClassName
{
background-color: #4DA193;
}
</style>
border-color css
<style>
span { border-color: #4DA193; }
span { border-color: rgb(77,161,147); }
td.TdClassName
{
border-color: #4DA193;
}
.TagClassName
{
border-color: #4DA193;
}
</style>