Shades of Lochinvar #4D9181
Tints of Lochinvar #4D9181
RGB
CMYK
RGB Variations
Color information
#4D9181 (or 0x4D9181) is known color: Lochinvar. HEX triplet: 4D, 91 and 81. RGB value is (77,145,129). Sum of RGB (Red+Green+Blue) = 77+145+129=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9181 is #B26E7E. Grayscale: #7A7A7A. Windows color (decimal): -11693695 or 8491341. OLE color: 8491341.
HSL color Cylindrical-coordinate representation of color #4D9181: hue angle of 165.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9181 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 129 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.43 |
| HSL | 165.88º | 0.31% | 0.44% | - |
| HSV(B) | 165.88º | 0.47% | 0.57% | - |
| XYZ | 17.15 | 23.41 | 24.38 | - |
| YUV | 122.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 129 | 0.47 | 0 | 0.11 | 0.43 | 165.88 | 0.31 | 0.44 |
| Hex | 4D | 91 | 81 | 2F | 0 | B | 2B | A6 | 1F | 2C |
| Octal | 115 | 221 | 201 | 57 | 0 | 13 | 53 | 246 | 37 | 54 |
| Binary | 1001101 | 10010001 | 10000001 | 101111 | 0 | 1011 | 101011 | 10100110 | 11111 | 101100 |
Color Harmonies of #4D9181
Complementary color
Monochromatic Colors of #4D9181
Black with #4D9181
Text Example
Text Example
White with #4D9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9181; }
p { color: rgb(77,145,129); }
H1.HeaderClassName
{
color: #4D9181;
}
.AnyTagClassName
{
color: #4D9181;
}
</style>
background-color css
<style>
a { background-color: #4D9181; }
a { background-color: rgb(77,145,129); }
div.DivClassName
{
background-color: #4D9181;
}
.BgClassName
{
background-color: #4D9181;
}
</style>
border-color css
<style>
span { border-color: #4D9181; }
span { border-color: rgb(77,145,129); }
td.TdClassName
{
border-color: #4D9181;
}
.TagClassName
{
border-color: #4D9181;
}
</style>