Shades of Lochinvar #49957D
Tints of Lochinvar #49957D
RGB
CMYK
RGB Variations
Color information
#49957D (or 0x49957D) is known color: Lochinvar. HEX triplet: 49, 95 and 7D. RGB value is (73,149,125). Sum of RGB (Red+Green+Blue) = 73+149+125=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #49957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49957D is #B66A82. Grayscale: #7B7B7B. Windows color (decimal): -11954819 or 8230217. OLE color: 8230217.
HSL color Cylindrical-coordinate representation of color #49957D: hue angle of 161.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49957D is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 125 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.42 |
| HSL | 161.05º | 0.34% | 0.44% | - |
| HSV(B) | 161.05º | 0.51% | 0.58% | - |
| XYZ | 17.2 | 24.39 | 23.2 | - |
| YUV | 123.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 125 | 0.51 | 0 | 0.16 | 0.42 | 161.05 | 0.34 | 0.44 |
| Hex | 49 | 95 | 7D | 33 | 0 | 10 | 2A | A1 | 22 | 2C |
| Octal | 111 | 225 | 175 | 63 | 0 | 20 | 52 | 241 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1111101 | 110011 | 0 | 10000 | 101010 | 10100001 | 100010 | 101100 |
Color Harmonies of #49957D
Complementary color
Monochromatic Colors of #49957D
Black with #49957D
Text Example
Text Example
White with #49957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49957D; }
p { color: rgb(73,149,125); }
H1.HeaderClassName
{
color: #49957D;
}
.AnyTagClassName
{
color: #49957D;
}
</style>
background-color css
<style>
a { background-color: #49957D; }
a { background-color: rgb(73,149,125); }
div.DivClassName
{
background-color: #49957D;
}
.BgClassName
{
background-color: #49957D;
}
</style>
border-color css
<style>
span { border-color: #49957D; }
span { border-color: rgb(73,149,125); }
td.TdClassName
{
border-color: #49957D;
}
.TagClassName
{
border-color: #49957D;
}
</style>