Shades of Lochinvar #498A84
Tints of Lochinvar #498A84
RGB
CMYK
RGB Variations
Color information
#498A84 (or 0x498A84) is known color: Lochinvar. HEX triplet: 49, 8A and 84. RGB value is (73,138,132). Sum of RGB (Red+Green+Blue) = 73+138+132=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #498A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498A84 is #B6757B. Grayscale: #757575. Windows color (decimal): -11957628 or 8686153. OLE color: 8686153.
HSL color Cylindrical-coordinate representation of color #498A84: hue angle of 174.46º 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 #498A84 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 132 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.46 |
| HSL | 174.46º | 0.31% | 0.41% | - |
| HSV(B) | 174.46º | 0.47% | 0.54% | - |
| XYZ | 16 | 21.26 | 25.09 | - |
| YUV | 117.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 132 | 0.47 | 0 | 0.04 | 0.46 | 174.46 | 0.31 | 0.41 |
| Hex | 49 | 8A | 84 | 2F | 0 | 4 | 2E | AE | 1F | 29 |
| Octal | 111 | 212 | 204 | 57 | 0 | 4 | 56 | 256 | 37 | 51 |
| Binary | 1001001 | 10001010 | 10000100 | 101111 | 0 | 100 | 101110 | 10101110 | 11111 | 101001 |
Color Harmonies of #498A84
Complementary color
Monochromatic Colors of #498A84
Black with #498A84
Text Example
Text Example
White with #498A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A84; }
p { color: rgb(73,138,132); }
H1.HeaderClassName
{
color: #498A84;
}
.AnyTagClassName
{
color: #498A84;
}
</style>
background-color css
<style>
a { background-color: #498A84; }
a { background-color: rgb(73,138,132); }
div.DivClassName
{
background-color: #498A84;
}
.BgClassName
{
background-color: #498A84;
}
</style>
border-color css
<style>
span { border-color: #498A84; }
span { border-color: rgb(73,138,132); }
td.TdClassName
{
border-color: #498A84;
}
.TagClassName
{
border-color: #498A84;
}
</style>