Shades of Lochinvar #4DA192
Tints of Lochinvar #4DA192
RGB
CMYK
RGB Variations
Color information
#4DA192 (or 0x4DA192) is known color: Lochinvar. HEX triplet: 4D, A1 and 92. RGB value is (77,161,146). Sum of RGB (Red+Green+Blue) = 77+161+146=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA192 is #B25E6D. Grayscale: #868686. Windows color (decimal): -11689582 or 9609549. OLE color: 9609549.
HSL color Cylindrical-coordinate representation of color #4DA192: hue angle of 169.29º 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 #4DA192 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 146 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.37 |
| HSL | 169.29º | 0.35% | 0.47% | - |
| HSV(B) | 169.29º | 0.52% | 0.63% | - |
| XYZ | 20.99 | 29.14 | 31.71 | - |
| YUV | 134.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 146 | 0.52 | 0 | 0.09 | 0.37 | 169.29 | 0.35 | 0.47 |
| Hex | 4D | A1 | 92 | 34 | 0 | 9 | 25 | A9 | 23 | 2F |
| Octal | 115 | 241 | 222 | 64 | 0 | 11 | 45 | 251 | 43 | 57 |
| Binary | 1001101 | 10100001 | 10010010 | 110100 | 0 | 1001 | 100101 | 10101001 | 100011 | 101111 |
Color Harmonies of #4DA192
Complementary color
Monochromatic Colors of #4DA192
Black with #4DA192
Text Example
Text Example
White with #4DA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA192; }
p { color: rgb(77,161,146); }
H1.HeaderClassName
{
color: #4DA192;
}
.AnyTagClassName
{
color: #4DA192;
}
</style>
background-color css
<style>
a { background-color: #4DA192; }
a { background-color: rgb(77,161,146); }
div.DivClassName
{
background-color: #4DA192;
}
.BgClassName
{
background-color: #4DA192;
}
</style>
border-color css
<style>
span { border-color: #4DA192; }
span { border-color: rgb(77,161,146); }
td.TdClassName
{
border-color: #4DA192;
}
.TagClassName
{
border-color: #4DA192;
}
</style>