#499579

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

Shades of Lochinvar #499579

Tints of Lochinvar #499579

Color information

#499579 (or 0x499579) is unknown color: approx Lochinvar. HEX triplet: 49, 95 and 79. RGB value is (73,149,121). Sum of RGB (Red+Green+Blue) = 73+149+121=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #499579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499579 is #B66A86. Grayscale: #7B7B7B. Windows color (decimal): -11954823 or 7968073. OLE color: 7968073.

HSL color Cylindrical-coordinate representation of color #499579: hue angle of 157.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499579 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB73149121-
CMYK0.5100.190.42
HSL157.89º34.23%43.53%-
HSV(B)157.89º51.01%58.43%-
XYZ16.9524.2921.88-
YUV123.08126.8292.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=21.28%
G=43.44%
B=35.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491210.5100.190.42157.8934.2343.53
Hex499579330132A9e222c
Octal11122517163023522364254
Binary100100110010101111100111001101001110101010011110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499579; }

 p { color: rgb(73,149,121); }

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

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

 a { background-color: rgb(73,149,121); }

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

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

 span { border-color: rgb(73,149,121); }

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