#499289

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

Shades of Lochinvar #499289

Tints of Lochinvar #499289

Color information

#499289 (or 0x499289) is unknown color: approx Lochinvar. HEX triplet: 49, 92 and 89. RGB value is (73,146,137). Sum of RGB (Red+Green+Blue) = 73+146+137=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #499289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499289 is #B66D76. Grayscale: #7B7B7B. Windows color (decimal): -11955575 or 9015881. OLE color: 9015881.

HSL color Cylindrical-coordinate representation of color #499289: hue angle of 172.6º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499289 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB73146137-
CMYK0.500.060.43
HSL172.6º33.33%42.94%-
HSV(B)172.6º50%57.25%-
XYZ17.5423.7827.33-
YUV123.15135.8292.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=20.51%
G=41.01%
B=38.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461370.500.060.43172.633.3342.94
Hex49928932062Bad212b
Octal1112222116206532554153
Binary10010011001001010001001110010011010101110101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499289; }

 p { color: rgb(73,146,137); }

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

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

 a { background-color: rgb(73,146,137); }

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

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

 span { border-color: rgb(73,146,137); }

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