Shades of Lochinvar #49927D
Tints of Lochinvar #49927D
RGB
CMYK
RGB Variations
Color information
#49927D (or 0x49927D) is known color: Lochinvar. HEX triplet: 49, 92 and 7D. RGB value is (73,146,125). Sum of RGB (Red+Green+Blue) = 73+146+125=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #49927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49927D is #B66D82. Grayscale: #797979. Windows color (decimal): -11955587 or 8229449. OLE color: 8229449.
HSL color Cylindrical-coordinate representation of color #49927D: hue angle of 162.74º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49927D is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 125 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.43 |
| HSL | 162.74º | 0.33% | 0.43% | - |
| HSV(B) | 162.74º | 0.5% | 0.57% | - |
| XYZ | 16.73 | 23.45 | 23.05 | - |
| YUV | 121.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 125 | 0.5 | 0 | 0.14 | 0.43 | 162.74 | 0.33 | 0.43 |
| Hex | 49 | 92 | 7D | 32 | 0 | E | 2B | A3 | 21 | 2B |
| Octal | 111 | 222 | 175 | 62 | 0 | 16 | 53 | 243 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1111101 | 110010 | 0 | 1110 | 101011 | 10100011 | 100001 | 101011 |
Color Harmonies of #49927D
Complementary color
Monochromatic Colors of #49927D
Black with #49927D
Text Example
Text Example
White with #49927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49927D; }
p { color: rgb(73,146,125); }
H1.HeaderClassName
{
color: #49927D;
}
.AnyTagClassName
{
color: #49927D;
}
</style>
background-color css
<style>
a { background-color: #49927D; }
a { background-color: rgb(73,146,125); }
div.DivClassName
{
background-color: #49927D;
}
.BgClassName
{
background-color: #49927D;
}
</style>
border-color css
<style>
span { border-color: #49927D; }
span { border-color: rgb(73,146,125); }
td.TdClassName
{
border-color: #49927D;
}
.TagClassName
{
border-color: #49927D;
}
</style>