Shades of Lochinvar #498A85
Tints of Lochinvar #498A85
RGB
CMYK
RGB Variations
Color information
#498A85 (or 0x498A85) is known color: Lochinvar. HEX triplet: 49, 8A and 85. RGB value is (73,138,133). Sum of RGB (Red+Green+Blue) = 73+138+133=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #498A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498A85 is #B6757A. Grayscale: #757575. Windows color (decimal): -11957627 or 8751689. OLE color: 8751689.
HSL color Cylindrical-coordinate representation of color #498A85: hue angle of 175.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A85 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 133 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.46 |
| HSL | 175.38º | 0.31% | 0.41% | - |
| HSV(B) | 175.38º | 0.47% | 0.54% | - |
| XYZ | 16.07 | 21.29 | 25.45 | - |
| YUV | 118 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 133 | 0.47 | 0 | 0.04 | 0.46 | 175.38 | 0.31 | 0.41 |
| Hex | 49 | 8A | 85 | 2F | 0 | 4 | 2E | AF | 1F | 29 |
| Octal | 111 | 212 | 205 | 57 | 0 | 4 | 56 | 257 | 37 | 51 |
| Binary | 1001001 | 10001010 | 10000101 | 101111 | 0 | 100 | 101110 | 10101111 | 11111 | 101001 |
Color Harmonies of #498A85
Complementary color
Monochromatic Colors of #498A85
Black with #498A85
Text Example
Text Example
White with #498A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A85; }
p { color: rgb(73,138,133); }
H1.HeaderClassName
{
color: #498A85;
}
.AnyTagClassName
{
color: #498A85;
}
</style>
background-color css
<style>
a { background-color: #498A85; }
a { background-color: rgb(73,138,133); }
div.DivClassName
{
background-color: #498A85;
}
.BgClassName
{
background-color: #498A85;
}
</style>
border-color css
<style>
span { border-color: #498A85; }
span { border-color: rgb(73,138,133); }
td.TdClassName
{
border-color: #498A85;
}
.TagClassName
{
border-color: #498A85;
}
</style>