#499181

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

Shades of Lochinvar #499181

Tints of Lochinvar #499181

Color information

#499181 (or 0x499181) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 81. RGB value is (73,145,129). Sum of RGB (Red+Green+Blue) = 73+145+129=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #499181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499181 is #B66E7E. Grayscale: #797979. Windows color (decimal): -11955839 or 8491337. OLE color: 8491337.

HSL color Cylindrical-coordinate representation of color #499181: hue angle of 166.67º 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 #499181 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB73145129-
CMYK0.5000.110.43
HSL166.67º33.03%42.75%-
HSV(B)166.67º49.66%56.86%-
XYZ16.8423.2524.37-
YUV121.65132.1593.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=21.04%
G=41.79%
B=37.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451290.5000.110.43166.6733.0342.75
Hex499181320B2Ba7212b
Octal11122120162013532474153
Binary100100110010001100000011100100101110101110100111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499181; }

 p { color: rgb(73,145,129); }

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

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

 a { background-color: rgb(73,145,129); }

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

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

 span { border-color: rgb(73,145,129); }

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