#49897D

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

Shades of Lochinvar #49897D

Tints of Lochinvar #49897D

Color information

#49897D (or 0x49897D) is unknown color: approx Lochinvar. HEX triplet: 49, 89 and 7D. RGB value is (73,137,125). Sum of RGB (Red+Green+Blue) = 73+137+125=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #49897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49897D is #B67682. Grayscale: #747474. Windows color (decimal): -11957891 or 8227145. OLE color: 8227145.

HSL color Cylindrical-coordinate representation of color #49897D: hue angle of 168.75º 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 #49897D is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB73137125-
CMYK0.4700.090.46
HSL168.75º30.48%41.18%-
HSV(B)168.75º46.72%53.73%-
XYZ15.3920.7922.6-
YUV116.5132.896.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=21.79%
G=40.90%
B=37.31%

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
Decimal731371250.4700.090.46168.7530.4841.18
Hex49897D2F092Ea91e29
Octal11121117557011562513651
Binary1001001100010011111101101111010011011101010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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