Shades of Lochinvar #498E88
Tints of Lochinvar #498E88
RGB
CMYK
RGB Variations
Color information
#498E88 (or 0x498E88) is known color: Lochinvar. HEX triplet: 49, 8E and 88. RGB value is (73,142,136). Sum of RGB (Red+Green+Blue) = 73+142+136=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #498E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E88 is #B67177. Grayscale: #787878. Windows color (decimal): -11956600 or 8949321. OLE color: 8949321.
HSL color Cylindrical-coordinate representation of color #498E88: hue angle of 174.78º 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 #498E88 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 136 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.44 |
| HSL | 174.78º | 0.32% | 0.42% | - |
| HSV(B) | 174.78º | 0.49% | 0.56% | - |
| XYZ | 16.86 | 22.54 | 26.75 | - |
| YUV | 120.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 136 | 0.49 | 0 | 0.04 | 0.44 | 174.78 | 0.32 | 0.42 |
| Hex | 49 | 8E | 88 | 31 | 0 | 4 | 2C | AF | 20 | 2A |
| Octal | 111 | 216 | 210 | 61 | 0 | 4 | 54 | 257 | 40 | 52 |
| Binary | 1001001 | 10001110 | 10001000 | 110001 | 0 | 100 | 101100 | 10101111 | 100000 | 101010 |
Color Harmonies of #498E88
Complementary color
Monochromatic Colors of #498E88
Black with #498E88
Text Example
Text Example
White with #498E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E88; }
p { color: rgb(73,142,136); }
H1.HeaderClassName
{
color: #498E88;
}
.AnyTagClassName
{
color: #498E88;
}
</style>
background-color css
<style>
a { background-color: #498E88; }
a { background-color: rgb(73,142,136); }
div.DivClassName
{
background-color: #498E88;
}
.BgClassName
{
background-color: #498E88;
}
</style>
border-color css
<style>
span { border-color: #498E88; }
span { border-color: rgb(73,142,136); }
td.TdClassName
{
border-color: #498E88;
}
.TagClassName
{
border-color: #498E88;
}
</style>