#49918C

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

Shades of Lochinvar #49918C

Tints of Lochinvar #49918C

Color information

#49918C (or 0x49918C) is unknown color: approx Lochinvar. HEX triplet: 49, 91 and 8C. RGB value is (73,145,140). Sum of RGB (Red+Green+Blue) = 73+145+140=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #49918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49918C is #B66E73. Grayscale: #7A7A7A. Windows color (decimal): -11955828 or 9212233. OLE color: 9212233.

HSL color Cylindrical-coordinate representation of color #49918C: hue angle of 175.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49918C is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB73145140-
CMYK0.5000.030.43
HSL175.83º33.03%42.75%-
HSV(B)175.83º49.66%56.86%-
XYZ17.6123.5628.43-
YUV122.9137.6592.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=20.39%
G=40.50%
B=39.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451400.5000.030.43175.8333.0342.75
Hex49918C32032Bb0212b
Octal1112212146203532604153
Binary1001001100100011000110011001001110101110110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,145,140); }

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

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

 a { background-color: rgb(73,145,140); }

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

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

 span { border-color: rgb(73,145,140); }

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