Color Hex Logo

#498390 Color Hex

#498390
(73,131,144)
0 Favorites   0 Comments

Color spaces of #498390

RGB 73131144
HSL0.530.330.43
HSV191°49°56°
CMYK 0.490.090.00   0.44
XYZ15.898019.662729.3429
Yxy19.66270.24490.3030
Hunter Lab44.3426-13.6027-8.1942
CIE-Lab51.4537-15.2594-12.8852

#498390 color RGB value is (73,131,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 10010000
Octal 111 203 220
Decimal 73 131 144
Hex 49 83 90

RGB Percentages of Color #498390

%20.98
%37.64
%41.38

CMYK Percentages of Color #498390

%49
%9
%0
%44

Triadic Colors of #498390

#498390 #904983 #839049

Analogous Colors of #498390

#498390 #496090 #49907a

Monochromatic Colors of #498390

#498390

Complementary Color

#498390 #905649

#498390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498390 Color CSS Codes

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

#498390 Text Font Color

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

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


#498390 Background Color

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

This div background color is #498390


#498390 Border Color

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

This div border color is #498390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,131,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 #498390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498390


Comments

No comments written yet.

Please login to write comment.