Shades of Lochinvar #498F82
Tints of Lochinvar #498F82
RGB
CMYK
RGB Variations
Color information
#498F82 (or 0x498F82) is known color: Lochinvar. HEX triplet: 49, 8F and 82. RGB value is (73,143,130). Sum of RGB (Red+Green+Blue) = 73+143+130=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #498F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F82 is #B6707D. Grayscale: #787878. Windows color (decimal): -11956350 or 8556361. OLE color: 8556361.
HSL color Cylindrical-coordinate representation of color #498F82: hue angle of 168.86º 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 #498F82 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 130 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.44 |
| HSL | 168.86º | 0.32% | 0.42% | - |
| HSV(B) | 168.86º | 0.49% | 0.56% | - |
| XYZ | 16.6 | 22.67 | 24.62 | - |
| YUV | 120.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 130 | 0.49 | 0 | 0.09 | 0.44 | 168.86 | 0.32 | 0.42 |
| Hex | 49 | 8F | 82 | 31 | 0 | 9 | 2C | A9 | 20 | 2A |
| Octal | 111 | 217 | 202 | 61 | 0 | 11 | 54 | 251 | 40 | 52 |
| Binary | 1001001 | 10001111 | 10000010 | 110001 | 0 | 1001 | 101100 | 10101001 | 100000 | 101010 |
Color Harmonies of #498F82
Complementary color
Monochromatic Colors of #498F82
Black with #498F82
Text Example
Text Example
White with #498F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F82; }
p { color: rgb(73,143,130); }
H1.HeaderClassName
{
color: #498F82;
}
.AnyTagClassName
{
color: #498F82;
}
</style>
background-color css
<style>
a { background-color: #498F82; }
a { background-color: rgb(73,143,130); }
div.DivClassName
{
background-color: #498F82;
}
.BgClassName
{
background-color: #498F82;
}
</style>
border-color css
<style>
span { border-color: #498F82; }
span { border-color: rgb(73,143,130); }
td.TdClassName
{
border-color: #498F82;
}
.TagClassName
{
border-color: #498F82;
}
</style>