#49938B

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

Shades of Lochinvar #49938B

Tints of Lochinvar #49938B

Color information

#49938B (or 0x49938B) is unknown color: approx Lochinvar. HEX triplet: 49, 93 and 8B. RGB value is (73,147,139). Sum of RGB (Red+Green+Blue) = 73+147+139=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #49938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49938B is #B66C74. Grayscale: #7B7B7B. Windows color (decimal): -11955317 or 9147209. OLE color: 9147209.

HSL color Cylindrical-coordinate representation of color #49938B: hue angle of 173.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49938B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB73147139-
CMYK0.5000.050.42
HSL173.51º33.64%43.14%-
HSV(B)173.51º50.34%57.65%-
XYZ17.8424.1528.15-
YUV123.96136.4891.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=20.33%
G=40.95%
B=38.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471390.5000.050.42173.5133.6443.14
Hex49938B32052Aae222b
Octal1112232136205522564253
Binary10010011001001110001011110010010110101010101110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49938B; }

 p { color: rgb(73,147,139); }

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

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

 a { background-color: rgb(73,147,139); }

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

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

 span { border-color: rgb(73,147,139); }

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