#49897C

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

Shades of Lochinvar #49897C

Tints of Lochinvar #49897C

Color information

#49897C (or 0x49897C) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 7C. RGB value is (73,137,124). Sum of RGB (Red+Green+Blue) = 73+137+124=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #49897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49897C is #B67683. Grayscale: #747474. Windows color (decimal): -11957892 or 8161609. OLE color: 8161609.

HSL color Cylindrical-coordinate representation of color #49897C: hue angle of 167.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49897C is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB73137124-
CMYK0.4700.090.46
HSL167.81º30.48%41.18%-
HSV(B)167.81º46.72%53.73%-
XYZ15.3320.7622.27-
YUV116.38132.397.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=21.86%
G=41.02%
B=37.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371240.4700.090.46167.8130.4841.18
Hex49897C2F092Ea81e29
Octal11121117457011562503651
Binary1001001100010011111100101111010011011101010100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49897C; }

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

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

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

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

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

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

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

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