Shades of Lochinvar #49907D
Tints of Lochinvar #49907D
RGB
CMYK
RGB Variations
Color information
#49907D (or 0x49907D) is known color: Lochinvar. HEX triplet: 49, 90 and 7D. RGB value is (73,144,125). Sum of RGB (Red+Green+Blue) = 73+144+125=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #49907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49907D is #B66F82. Grayscale: #787878. Windows color (decimal): -11956099 or 8228937. OLE color: 8228937.
HSL color Cylindrical-coordinate representation of color #49907D: hue angle of 163.94º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49907D is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 125 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.44 |
| HSL | 163.94º | 0.33% | 0.43% | - |
| HSV(B) | 163.94º | 0.49% | 0.56% | - |
| XYZ | 16.42 | 22.84 | 22.95 | - |
| YUV | 120.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 125 | 0.49 | 0 | 0.13 | 0.44 | 163.94 | 0.33 | 0.43 |
| Hex | 49 | 90 | 7D | 31 | 0 | D | 2C | A4 | 21 | 2B |
| Octal | 111 | 220 | 175 | 61 | 0 | 15 | 54 | 244 | 41 | 53 |
| Binary | 1001001 | 10010000 | 1111101 | 110001 | 0 | 1101 | 101100 | 10100100 | 100001 | 101011 |
Color Harmonies of #49907D
Complementary color
Monochromatic Colors of #49907D
Black with #49907D
Text Example
Text Example
White with #49907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49907D; }
p { color: rgb(73,144,125); }
H1.HeaderClassName
{
color: #49907D;
}
.AnyTagClassName
{
color: #49907D;
}
</style>
background-color css
<style>
a { background-color: #49907D; }
a { background-color: rgb(73,144,125); }
div.DivClassName
{
background-color: #49907D;
}
.BgClassName
{
background-color: #49907D;
}
</style>
border-color css
<style>
span { border-color: #49907D; }
span { border-color: rgb(73,144,125); }
td.TdClassName
{
border-color: #49907D;
}
.TagClassName
{
border-color: #49907D;
}
</style>