#499686

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

Shades of Lochinvar #499686

Tints of Lochinvar #499686

Color information

#499686 (or 0x499686) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 86. RGB value is (73,150,134). Sum of RGB (Red+Green+Blue) = 73+150+134=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #499686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499686 is #B66979. Grayscale: #7D7D7D. Windows color (decimal): -11954554 or 8820297. OLE color: 8820297.

HSL color Cylindrical-coordinate representation of color #499686: hue angle of 167.53º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499686 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB73150134-
CMYK0.5100.110.41
HSL167.53º34.53%43.73%-
HSV(B)167.53º51.33%58.82%-
XYZ17.9624.9526.42-
YUV125.15132.9990.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=20.45%
G=42.02%
B=37.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501340.5100.110.41167.5334.5343.73
Hex499686330B29a8232c
Octal11122620663013512504354
Binary100100110010110100001101100110101110100110101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499686; }

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

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

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

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

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

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

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

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