Color Hex Logo

#498491 Color Hex

#498491
(73,132,145)
0 Favorites   0 Comments

Color spaces of #498491

RGB 73132145
HSL0.530.330.43
HSV191°50°57°
CMYK 0.500.090.00   0.43
XYZ16.109819.963329.7923
Yxy19.96330.24460.3031
Hunter Lab44.6803-13.8311-8.2577
CIE-Lab51.7957-15.5155-12.9517

#498491 color RGB value is (73,132,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 10010001
Octal 111 204 221
Decimal 73 132 145
Hex 49 84 91

RGB Percentages of Color #498491

%20.86
%37.71
%41.43

CMYK Percentages of Color #498491

%50
%9
%0
%43

Triadic Colors of #498491

#498491 #914984 #849149

Analogous Colors of #498491

#498491 #496091 #49917a

Monochromatic Colors of #498491

#498491

Complementary Color

#498491 #915649

#498491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498491 Color CSS Codes

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

#498491 Text Font Color

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

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


#498491 Background Color

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

This div background color is #498491


#498491 Border Color

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

This div border color is #498491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498491


Comments

No comments written yet.

Please login to write comment.