Shades of Lochinvar #498F85
Tints of Lochinvar #498F85
RGB
CMYK
RGB Variations
Color information
#498F85 (or 0x498F85) is known color: Lochinvar. HEX triplet: 49, 8F and 85. RGB value is (73,143,133). Sum of RGB (Red+Green+Blue) = 73+143+133=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #498F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F85 is #B6707A. Grayscale: #787878. Windows color (decimal): -11956347 or 8752969. OLE color: 8752969.
HSL color Cylindrical-coordinate representation of color #498F85: hue angle of 171.43º 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 #498F85 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 133 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.44 |
| HSL | 171.43º | 0.32% | 0.42% | - |
| HSV(B) | 171.43º | 0.49% | 0.56% | - |
| XYZ | 16.8 | 22.75 | 25.7 | - |
| YUV | 120.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 133 | 0.49 | 0 | 0.07 | 0.44 | 171.43 | 0.32 | 0.42 |
| Hex | 49 | 8F | 85 | 31 | 0 | 7 | 2C | AB | 20 | 2A |
| Octal | 111 | 217 | 205 | 61 | 0 | 7 | 54 | 253 | 40 | 52 |
| Binary | 1001001 | 10001111 | 10000101 | 110001 | 0 | 111 | 101100 | 10101011 | 100000 | 101010 |
Color Harmonies of #498F85
Complementary color
Monochromatic Colors of #498F85
Black with #498F85
Text Example
Text Example
White with #498F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F85; }
p { color: rgb(73,143,133); }
H1.HeaderClassName
{
color: #498F85;
}
.AnyTagClassName
{
color: #498F85;
}
</style>
background-color css
<style>
a { background-color: #498F85; }
a { background-color: rgb(73,143,133); }
div.DivClassName
{
background-color: #498F85;
}
.BgClassName
{
background-color: #498F85;
}
</style>
border-color css
<style>
span { border-color: #498F85; }
span { border-color: rgb(73,143,133); }
td.TdClassName
{
border-color: #498F85;
}
.TagClassName
{
border-color: #498F85;
}
</style>