Shades of Lochinvar #49897A
Tints of Lochinvar #49897A
RGB
CMYK
RGB Variations
Color information
#49897A (or 0x49897A) is known color: Lochinvar. HEX triplet: 49, 89 and 7A. RGB value is (73,137,122). Sum of RGB (Red+Green+Blue) = 73+137+122=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #49897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49897A is #B67685. Grayscale: #747474. Windows color (decimal): -11957894 or 8030537. OLE color: 8030537.
HSL color Cylindrical-coordinate representation of color #49897A: hue angle of 165.94º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49897A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 122 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.46 |
| HSL | 165.94º | 0.3% | 0.41% | - |
| HSV(B) | 165.94º | 0.47% | 0.54% | - |
| XYZ | 15.21 | 20.71 | 21.61 | - |
| YUV | 116.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 122 | 0.47 | 0 | 0.11 | 0.46 | 165.94 | 0.3 | 0.41 |
| Hex | 49 | 89 | 7A | 2F | 0 | B | 2E | A6 | 1E | 29 |
| Octal | 111 | 211 | 172 | 57 | 0 | 13 | 56 | 246 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1111010 | 101111 | 0 | 1011 | 101110 | 10100110 | 11110 | 101001 |
Color Harmonies of #49897A
Complementary color
Monochromatic Colors of #49897A
Black with #49897A
Text Example
Text Example
White with #49897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49897A; }
p { color: rgb(73,137,122); }
H1.HeaderClassName
{
color: #49897A;
}
.AnyTagClassName
{
color: #49897A;
}
</style>
background-color css
<style>
a { background-color: #49897A; }
a { background-color: rgb(73,137,122); }
div.DivClassName
{
background-color: #49897A;
}
.BgClassName
{
background-color: #49897A;
}
</style>
border-color css
<style>
span { border-color: #49897A; }
span { border-color: rgb(73,137,122); }
td.TdClassName
{
border-color: #49897A;
}
.TagClassName
{
border-color: #49897A;
}
</style>