#499086

Color #499086 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #499086

Tints of Lochinvar #499086

Color information

#499086 (or 0x499086) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 86. RGB value is (73,144,134). Sum of RGB (Red+Green+Blue) = 73+144+134=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #499086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499086 is #B66F79. Grayscale: #797979. Windows color (decimal): -11956090 or 8818761. OLE color: 8818761.

HSL color Cylindrical-coordinate representation of color #499086: hue angle of 171.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499086 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB73144134-
CMYK0.4900.070.44
HSL171.55º32.72%42.55%-
HSV(B)171.55º49.31%56.47%-
XYZ17.0223.0826.11-
YUV121.63134.9893.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=20.80%
G=41.03%
B=38.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441340.4900.070.44171.5532.7242.55
Hex49908631072Cac212b
Octal1112202066107542544153
Binary10010011001000010000110110001011110110010101100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499086; }

 p { color: rgb(73,144,134); }

 H1.HeaderClassName
 {
   color: #499086;
 }
 .AnyTagClassName
 {
   color: #499086;
 }
</style>
background-color css

<style>
 a { background-color: #499086; }

 a { background-color: rgb(73,144,134); }

 div.DivClassName
 {
   background-color: #499086;
 }
 .BgClassName
 {
   background-color: #499086;
 }
</style>
border-color css

<style>
 span { border-color: #499086; }

 span { border-color: rgb(73,144,134); }

 td.TdClassName
 {
   border-color: #499086;
 }
 .TagClassName
 {
   border-color: #499086;
 }
</style>