Color Hex Logo

#498392 Color Hex

#498392
(73,131,146)
0 Favorites   0 Comments

Color spaces of #498392

RGB 73131146
HSL0.530.330.43
HSV192°50°57°
CMYK 0.500.100.00   0.43
XYZ16.052319.724430.1553
Yxy19.72440.24350.2992
Hunter Lab44.4122-13.2044-9.1687
CIE-Lab51.5242-14.6748-13.9451

#498392 color RGB value is (73,131,146).

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

The process color (four color CMYK) of #498392 color hex is 0.50, 0.10, 0.00, 0.43. Web safe color of #498392 is #339999. Color #498392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 10010010
Octal 111 203 222
Decimal 73 131 146
Hex 49 83 92

RGB Percentages of Color #498392

%20.86
%37.43
%41.71

CMYK Percentages of Color #498392

%50
%10
%0
%43

Triadic Colors of #498392

#498392 #924983 #839249

Analogous Colors of #498392

#498392 #495e92 #49927d

Monochromatic Colors of #498392

#498392

Complementary Color

#498392 #925849

#498392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498392 Color CSS Codes

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

#498392 Text Font Color

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

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


#498392 Background Color

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

This div background color is #498392


#498392 Border Color

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

This div border color is #498392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498392


Comments

No comments written yet.

Please login to write comment.