Shades of Lochinvar #49877D
Tints of Lochinvar #49877D
RGB
CMYK
RGB Variations
Color information
#49877D (or 0x49877D) is known color: Lochinvar. HEX triplet: 49, 87 and 7D. RGB value is (73,135,125). Sum of RGB (Red+Green+Blue) = 73+135+125=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #49877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49877D is #B67882. Grayscale: #737373. Windows color (decimal): -11958403 or 8226633. OLE color: 8226633.
HSL color Cylindrical-coordinate representation of color #49877D: hue angle of 170.32º 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 #49877D is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 125 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.47 |
| HSL | 170.32º | 0.3% | 0.41% | - |
| HSV(B) | 170.32º | 0.46% | 0.53% | - |
| XYZ | 15.11 | 20.23 | 22.51 | - |
| YUV | 115.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 125 | 0.46 | 0 | 0.07 | 0.47 | 170.32 | 0.3 | 0.41 |
| Hex | 49 | 87 | 7D | 2E | 0 | 7 | 2F | AA | 1E | 29 |
| Octal | 111 | 207 | 175 | 56 | 0 | 7 | 57 | 252 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1111101 | 101110 | 0 | 111 | 101111 | 10101010 | 11110 | 101001 |
Color Harmonies of #49877D
Complementary color
Monochromatic Colors of #49877D
Black with #49877D
Text Example
Text Example
White with #49877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49877D; }
p { color: rgb(73,135,125); }
H1.HeaderClassName
{
color: #49877D;
}
.AnyTagClassName
{
color: #49877D;
}
</style>
background-color css
<style>
a { background-color: #49877D; }
a { background-color: rgb(73,135,125); }
div.DivClassName
{
background-color: #49877D;
}
.BgClassName
{
background-color: #49877D;
}
</style>
border-color css
<style>
span { border-color: #49877D; }
span { border-color: rgb(73,135,125); }
td.TdClassName
{
border-color: #49877D;
}
.TagClassName
{
border-color: #49877D;
}
</style>