#49907C

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

Shades of Lochinvar #49907C

Tints of Lochinvar #49907C

Color information

#49907C (or 0x49907C) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 7C. RGB value is (73,144,124). Sum of RGB (Red+Green+Blue) = 73+144+124=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #49907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49907C is #B66F83. Grayscale: #787878. Windows color (decimal): -11956100 or 8163401. OLE color: 8163401.

HSL color Cylindrical-coordinate representation of color #49907C: hue angle of 163.1º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49907C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB73144124-
CMYK0.4900.140.44
HSL163.1º32.72%42.55%-
HSV(B)163.1º49.31%56.47%-
XYZ16.3622.8222.61-
YUV120.49129.9894.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=21.41%
G=42.23%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441240.4900.140.44163.132.7242.55
Hex49907C310E2Ca3212b
Octal11122017461016542434153
Binary10010011001000011111001100010111010110010100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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