Shades of Lochinvar #499880
Tints of Lochinvar #499880
RGB
CMYK
RGB Variations
Color information
#499880 (or 0x499880) is known color: Lochinvar. HEX triplet: 49, 98 and 80. RGB value is (73,152,128). Sum of RGB (Red+Green+Blue) = 73+152+128=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #499880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499880 is #B6677F. Grayscale: #7D7D7D. Windows color (decimal): -11954048 or 8427593. OLE color: 8427593.
HSL color Cylindrical-coordinate representation of color #499880: hue angle of 161.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499880 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 128 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.40 |
| HSL | 161.77º | 0.35% | 0.44% | - |
| HSV(B) | 161.77º | 0.52% | 0.6% | - |
| XYZ | 17.87 | 25.43 | 24.39 | - |
| YUV | 125.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 128 | 0.52 | 0 | 0.16 | 0.40 | 161.77 | 0.35 | 0.44 |
| Hex | 49 | 98 | 80 | 34 | 0 | 10 | 28 | A2 | 23 | 2C |
| Octal | 111 | 230 | 200 | 64 | 0 | 20 | 50 | 242 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10000000 | 110100 | 0 | 10000 | 101000 | 10100010 | 100011 | 101100 |
Color Harmonies of #499880
Complementary color
Monochromatic Colors of #499880
Black with #499880
Text Example
Text Example
White with #499880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499880; }
p { color: rgb(73,152,128); }
H1.HeaderClassName
{
color: #499880;
}
.AnyTagClassName
{
color: #499880;
}
</style>
background-color css
<style>
a { background-color: #499880; }
a { background-color: rgb(73,152,128); }
div.DivClassName
{
background-color: #499880;
}
.BgClassName
{
background-color: #499880;
}
</style>
border-color css
<style>
span { border-color: #499880; }
span { border-color: rgb(73,152,128); }
td.TdClassName
{
border-color: #499880;
}
.TagClassName
{
border-color: #499880;
}
</style>