Color Hex Logo

#498890 Color Hex

#498890
(73,136,144)
0 Favorites   0 Comments

Color spaces of #498890

RGB 73136144
HSL0.520.330.43
HSV187°49°56°
CMYK 0.490.060.00   0.44
XYZ16.585921.038429.5722
Yxy21.03840.24680.3131
Hunter Lab45.8676-15.7221-6.1186
CIE-Lab52.9915-17.9704-10.5694

#498890 color RGB value is (73,136,144).

#498890 hex color red value is 73, green value is 136 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #498890 hue: 0.52 , saturation: 0.33 and the lightness value of 498890 is 0.43.

The process color (four color CMYK) of #498890 color hex is 0.49, 0.06, 0.00, 0.44. Web safe color of #498890 is #339999. Color #498890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 10010000
Octal 111 210 220
Decimal 73 136 144
Hex 49 88 90

RGB Percentages of Color #498890

%20.68
%38.53
%40.79

CMYK Percentages of Color #498890

%49
%6
%0
%44

Triadic Colors of #498890

#498890 #904988 #889049

Analogous Colors of #498890

#498890 #496590 #499075

Monochromatic Colors of #498890

#498890

Complementary Color

#498890 #905149

#498890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498890 Color CSS Codes

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

#498890 Text Font Color

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

This sample text font color is #498890
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.


#498890 Background Color

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

This div background color is #498890


#498890 Border Color

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

This div border color is #498890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,136,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498890;
  -webkit-box-shadow: 1px 1px 3px 2px #498890;
  box-shadow:         1px 1px 3px 2px #498890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498890


Comments

No comments written yet.

Please login to write comment.