Shades of Lochinvar #498C82
Tints of Lochinvar #498C82
RGB
CMYK
RGB Variations
Color information
#498C82 (or 0x498C82) is known color: Lochinvar. HEX triplet: 49, 8C and 82. RGB value is (73,140,130). Sum of RGB (Red+Green+Blue) = 73+140+130=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #498C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C82 is #B6737D. Grayscale: #767676. Windows color (decimal): -11957118 or 8555593. OLE color: 8555593.
HSL color Cylindrical-coordinate representation of color #498C82: hue angle of 171.04º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498C82 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 130 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.45 |
| HSL | 171.04º | 0.31% | 0.42% | - |
| HSV(B) | 171.04º | 0.48% | 0.55% | - |
| XYZ | 16.16 | 21.78 | 24.47 | - |
| YUV | 118.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 130 | 0.48 | 0 | 0.07 | 0.45 | 171.04 | 0.31 | 0.42 |
| Hex | 49 | 8C | 82 | 30 | 0 | 7 | 2D | AB | 1F | 2A |
| Octal | 111 | 214 | 202 | 60 | 0 | 7 | 55 | 253 | 37 | 52 |
| Binary | 1001001 | 10001100 | 10000010 | 110000 | 0 | 111 | 101101 | 10101011 | 11111 | 101010 |
Color Harmonies of #498C82
Complementary color
Monochromatic Colors of #498C82
Black with #498C82
Text Example
Text Example
White with #498C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C82; }
p { color: rgb(73,140,130); }
H1.HeaderClassName
{
color: #498C82;
}
.AnyTagClassName
{
color: #498C82;
}
</style>
background-color css
<style>
a { background-color: #498C82; }
a { background-color: rgb(73,140,130); }
div.DivClassName
{
background-color: #498C82;
}
.BgClassName
{
background-color: #498C82;
}
</style>
border-color css
<style>
span { border-color: #498C82; }
span { border-color: rgb(73,140,130); }
td.TdClassName
{
border-color: #498C82;
}
.TagClassName
{
border-color: #498C82;
}
</style>