Shades of Lochinvar #499580
Tints of Lochinvar #499580
RGB
CMYK
RGB Variations
Color information
#499580 (or 0x499580) is known color: Lochinvar. HEX triplet: 49, 95 and 80. RGB value is (73,149,128). Sum of RGB (Red+Green+Blue) = 73+149+128=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #499580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499580 is #B66A7F. Grayscale: #7B7B7B. Windows color (decimal): -11954816 or 8426825. OLE color: 8426825.
HSL color Cylindrical-coordinate representation of color #499580: hue angle of 163.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499580 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 128 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.42 |
| HSL | 163.42º | 0.34% | 0.44% | - |
| HSV(B) | 163.42º | 0.51% | 0.58% | - |
| XYZ | 17.39 | 24.47 | 24.23 | - |
| YUV | 123.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 128 | 0.51 | 0 | 0.14 | 0.42 | 163.42 | 0.34 | 0.44 |
| Hex | 49 | 95 | 80 | 33 | 0 | E | 2A | A3 | 22 | 2C |
| Octal | 111 | 225 | 200 | 63 | 0 | 16 | 52 | 243 | 42 | 54 |
| Binary | 1001001 | 10010101 | 10000000 | 110011 | 0 | 1110 | 101010 | 10100011 | 100010 | 101100 |
Color Harmonies of #499580
Complementary color
Monochromatic Colors of #499580
Black with #499580
Text Example
Text Example
White with #499580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499580; }
p { color: rgb(73,149,128); }
H1.HeaderClassName
{
color: #499580;
}
.AnyTagClassName
{
color: #499580;
}
</style>
background-color css
<style>
a { background-color: #499580; }
a { background-color: rgb(73,149,128); }
div.DivClassName
{
background-color: #499580;
}
.BgClassName
{
background-color: #499580;
}
</style>
border-color css
<style>
span { border-color: #499580; }
span { border-color: rgb(73,149,128); }
td.TdClassName
{
border-color: #499580;
}
.TagClassName
{
border-color: #499580;
}
</style>