Shades of Lochinvar #498778
Tints of Lochinvar #498778
RGB
CMYK
RGB Variations
Color information
#498778 (or 0x498778) is known color: Lochinvar. HEX triplet: 49, 87 and 78. RGB value is (73,135,120). Sum of RGB (Red+Green+Blue) = 73+135+120=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #498778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498778 is #B67887. Grayscale: #727272. Windows color (decimal): -11958408 or 7898953. OLE color: 7898953.
HSL color Cylindrical-coordinate representation of color #498778: hue angle of 165.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498778 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 120 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.47 |
| HSL | 165.48º | 0.3% | 0.41% | - |
| HSV(B) | 165.48º | 0.46% | 0.53% | - |
| XYZ | 14.8 | 20.1 | 20.87 | - |
| YUV | 114.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 120 | 0.46 | 0 | 0.11 | 0.47 | 165.48 | 0.3 | 0.41 |
| Hex | 49 | 87 | 78 | 2E | 0 | B | 2F | A5 | 1E | 29 |
| Octal | 111 | 207 | 170 | 56 | 0 | 13 | 57 | 245 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1111000 | 101110 | 0 | 1011 | 101111 | 10100101 | 11110 | 101001 |
Color Harmonies of #498778
Complementary color
Monochromatic Colors of #498778
Black with #498778
Text Example
Text Example
White with #498778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498778; }
p { color: rgb(73,135,120); }
H1.HeaderClassName
{
color: #498778;
}
.AnyTagClassName
{
color: #498778;
}
</style>
background-color css
<style>
a { background-color: #498778; }
a { background-color: rgb(73,135,120); }
div.DivClassName
{
background-color: #498778;
}
.BgClassName
{
background-color: #498778;
}
</style>
border-color css
<style>
span { border-color: #498778; }
span { border-color: rgb(73,135,120); }
td.TdClassName
{
border-color: #498778;
}
.TagClassName
{
border-color: #498778;
}
</style>