Shades of Lochinvar #498F80
Tints of Lochinvar #498F80
RGB
CMYK
RGB Variations
Color information
#498F80 (or 0x498F80) is known color: Lochinvar. HEX triplet: 49, 8F and 80. RGB value is (73,143,128). Sum of RGB (Red+Green+Blue) = 73+143+128=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #498F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F80 is #B6707F. Grayscale: #787878. Windows color (decimal): -11956352 or 8425289. OLE color: 8425289.
HSL color Cylindrical-coordinate representation of color #498F80: hue angle of 167.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F80 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 128 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.44 |
| HSL | 167.14º | 0.32% | 0.42% | - |
| HSV(B) | 167.14º | 0.49% | 0.56% | - |
| XYZ | 16.47 | 22.62 | 23.92 | - |
| YUV | 120.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 128 | 0.49 | 0 | 0.10 | 0.44 | 167.14 | 0.32 | 0.42 |
| Hex | 49 | 8F | 80 | 31 | 0 | A | 2C | A7 | 20 | 2A |
| Octal | 111 | 217 | 200 | 61 | 0 | 12 | 54 | 247 | 40 | 52 |
| Binary | 1001001 | 10001111 | 10000000 | 110001 | 0 | 1010 | 101100 | 10100111 | 100000 | 101010 |
Color Harmonies of #498F80
Complementary color
Monochromatic Colors of #498F80
Black with #498F80
Text Example
Text Example
White with #498F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F80; }
p { color: rgb(73,143,128); }
H1.HeaderClassName
{
color: #498F80;
}
.AnyTagClassName
{
color: #498F80;
}
</style>
background-color css
<style>
a { background-color: #498F80; }
a { background-color: rgb(73,143,128); }
div.DivClassName
{
background-color: #498F80;
}
.BgClassName
{
background-color: #498F80;
}
</style>
border-color css
<style>
span { border-color: #498F80; }
span { border-color: rgb(73,143,128); }
td.TdClassName
{
border-color: #498F80;
}
.TagClassName
{
border-color: #498F80;
}
</style>