#49908B

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

Shades of Lochinvar #49908B

Tints of Lochinvar #49908B

Color information

#49908B (or 0x49908B) is unknown color: approx Lochinvar. HEX triplet: 49, 90 and 8B. RGB value is (73,144,139). Sum of RGB (Red+Green+Blue) = 73+144+139=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #49908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49908B is #B66F74. Grayscale: #7A7A7A. Windows color (decimal): -11956085 or 9146441. OLE color: 9146441.

HSL color Cylindrical-coordinate representation of color #49908B: hue angle of 175.77º 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 #49908B is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB73144139-
CMYK0.4900.030.44
HSL175.77º32.72%42.55%-
HSV(B)175.77º49.31%56.47%-
XYZ17.3823.2327.99-
YUV122.2137.4892.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=20.51%
G=40.45%
B=39.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441390.4900.030.44175.7732.7242.55
Hex49908B31032Cb0212b
Octal1112202136103542604153
Binary1001001100100001000101111000101110110010110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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