Color Hex Logo

#498b6e Color Hex

#498B6E
(73,139,110)
0 Favorites   0 Comments

Color spaces of #498b6e

RGB 73139110
HSL0.430.310.42
HSV154°47°55°
CMYK 0.470.000.21   0.45
XYZ14.794721.007518.0269
Yxy21.00750.27480.3903
Hunter Lab45.8339-22.59158.7645
CIE-Lab52.9577-28.26849.0720

#498b6e color RGB value is (73,139,110).

#498b6e hex color red value is 73, green value is 139 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #498b6e hue: 0.43 , saturation: 0.31 and the lightness value of 498b6e is 0.42.

The process color (four color CMYK) of #498b6e color hex is 0.47, 0.00, 0.21, 0.45. Web safe color of #498b6e is #339966. Color #498b6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 01101110
Octal 111 213 156
Decimal 73 139 110
Hex 49 8B 6E

RGB Percentages of Color #498b6e

%22.67
%43.17
%34.16

CMYK Percentages of Color #498b6e

%47
%0
%21
%45

Triadic Colors of #498b6e

#498b6e #6e498b #8b6e49

Analogous Colors of #498b6e

#498b6e #49878b #498b4d

Monochromatic Colors of #498b6e

#498b6e

Complementary Color

#498b6e #8b4966

#498b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#498b6e Color CSS Codes

.mybgcolor {background-color:#498b6e; } 
.myforecolor {color:#498b6e; }
.mybordercolor {border:3px solid #498b6e; }

#498b6e Text Font Color

<p style="color:#498b6e">Text here</p>

This sample text font color is #498b6e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#498b6e Background Color

<div style="background-color:#498b6e">
Div content here</div>

This div background color is #498b6e


#498b6e Border Color

<div style="border:3px solid #498b6e">
Div here</div>

This div border color is #498b6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,139,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498b6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498b6e;
  -webkit-box-shadow: 1px 1px 3px 2px #498b6e;
  box-shadow:         1px 1px 3px 2px #498b6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,139,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #498b6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #498b6e;
  -webkit-box-shadow: 1px 1px 3px 2px #498b6e;
  box-shadow:         1px 1px 3px 2px #498b6e;">
Div content here</div>

This div box has shadow with color #498b6e


Comments

No comments written yet.

Please login to write comment.