Shades of Lochinvar #49877C
Tints of Lochinvar #49877C
RGB
CMYK
RGB Variations
Color information
#49877C (or 0x49877C) is known color: Lochinvar. HEX triplet: 49, 87 and 7C. RGB value is (73,135,124). Sum of RGB (Red+Green+Blue) = 73+135+124=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #49877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49877C is #B67883. Grayscale: #737373. Windows color (decimal): -11958404 or 8161097. OLE color: 8161097.
HSL color Cylindrical-coordinate representation of color #49877C: hue angle of 169.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49877C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 124 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.47 |
| HSL | 169.35º | 0.3% | 0.41% | - |
| HSV(B) | 169.35º | 0.46% | 0.53% | - |
| XYZ | 15.05 | 20.2 | 22.17 | - |
| YUV | 115.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 124 | 0.46 | 0 | 0.08 | 0.47 | 169.35 | 0.3 | 0.41 |
| Hex | 49 | 87 | 7C | 2E | 0 | 8 | 2F | A9 | 1E | 29 |
| Octal | 111 | 207 | 174 | 56 | 0 | 10 | 57 | 251 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1111100 | 101110 | 0 | 1000 | 101111 | 10101001 | 11110 | 101001 |
Color Harmonies of #49877C
Complementary color
Monochromatic Colors of #49877C
Black with #49877C
Text Example
Text Example
White with #49877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49877C; }
p { color: rgb(73,135,124); }
H1.HeaderClassName
{
color: #49877C;
}
.AnyTagClassName
{
color: #49877C;
}
</style>
background-color css
<style>
a { background-color: #49877C; }
a { background-color: rgb(73,135,124); }
div.DivClassName
{
background-color: #49877C;
}
.BgClassName
{
background-color: #49877C;
}
</style>
border-color css
<style>
span { border-color: #49877C; }
span { border-color: rgb(73,135,124); }
td.TdClassName
{
border-color: #49877C;
}
.TagClassName
{
border-color: #49877C;
}
</style>