Shades of Lochinvar #499881
Tints of Lochinvar #499881
RGB
CMYK
RGB Variations
Color information
#499881 (or 0x499881) is known color: Lochinvar. HEX triplet: 49, 98 and 81. RGB value is (73,152,129). Sum of RGB (Red+Green+Blue) = 73+152+129=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #499881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499881 is #B6677E. Grayscale: #7D7D7D. Windows color (decimal): -11954047 or 8493129. OLE color: 8493129.
HSL color Cylindrical-coordinate representation of color #499881: hue angle of 162.53º 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 #499881 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 129 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.40 |
| HSL | 162.53º | 0.35% | 0.44% | - |
| HSV(B) | 162.53º | 0.52% | 0.6% | - |
| XYZ | 17.94 | 25.46 | 24.74 | - |
| YUV | 125.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 129 | 0.52 | 0 | 0.15 | 0.40 | 162.53 | 0.35 | 0.44 |
| Hex | 49 | 98 | 81 | 34 | 0 | F | 28 | A3 | 23 | 2C |
| Octal | 111 | 230 | 201 | 64 | 0 | 17 | 50 | 243 | 43 | 54 |
| Binary | 1001001 | 10011000 | 10000001 | 110100 | 0 | 1111 | 101000 | 10100011 | 100011 | 101100 |
Color Harmonies of #499881
Complementary color
Monochromatic Colors of #499881
Black with #499881
Text Example
Text Example
White with #499881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499881; }
p { color: rgb(73,152,129); }
H1.HeaderClassName
{
color: #499881;
}
.AnyTagClassName
{
color: #499881;
}
</style>
background-color css
<style>
a { background-color: #499881; }
a { background-color: rgb(73,152,129); }
div.DivClassName
{
background-color: #499881;
}
.BgClassName
{
background-color: #499881;
}
</style>
border-color css
<style>
span { border-color: #499881; }
span { border-color: rgb(73,152,129); }
td.TdClassName
{
border-color: #499881;
}
.TagClassName
{
border-color: #499881;
}
</style>