Shades of Lochinvar #49947A
Tints of Lochinvar #49947A
RGB
CMYK
RGB Variations
Color information
#49947A (or 0x49947A) is known color: Lochinvar. HEX triplet: 49, 94 and 7A. RGB value is (73,148,122). Sum of RGB (Red+Green+Blue) = 73+148+122=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #49947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49947A is #B66B85. Grayscale: #7A7A7A. Windows color (decimal): -11955078 or 8033353. OLE color: 8033353.
HSL color Cylindrical-coordinate representation of color #49947A: hue angle of 159.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49947A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 122 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.42 |
| HSL | 159.2º | 0.34% | 0.43% | - |
| HSV(B) | 159.2º | 0.51% | 0.58% | - |
| XYZ | 16.85 | 24 | 22.16 | - |
| YUV | 122.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 122 | 0.51 | 0 | 0.18 | 0.42 | 159.2 | 0.34 | 0.43 |
| Hex | 49 | 94 | 7A | 33 | 0 | 12 | 2A | 9F | 22 | 2B |
| Octal | 111 | 224 | 172 | 63 | 0 | 22 | 52 | 237 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1111010 | 110011 | 0 | 10010 | 101010 | 10011111 | 100010 | 101011 |
Color Harmonies of #49947A
Complementary color
Monochromatic Colors of #49947A
Black with #49947A
Text Example
Text Example
White with #49947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49947A; }
p { color: rgb(73,148,122); }
H1.HeaderClassName
{
color: #49947A;
}
.AnyTagClassName
{
color: #49947A;
}
</style>
background-color css
<style>
a { background-color: #49947A; }
a { background-color: rgb(73,148,122); }
div.DivClassName
{
background-color: #49947A;
}
.BgClassName
{
background-color: #49947A;
}
</style>
border-color css
<style>
span { border-color: #49947A; }
span { border-color: rgb(73,148,122); }
td.TdClassName
{
border-color: #49947A;
}
.TagClassName
{
border-color: #49947A;
}
</style>