Color Hex Logo

#497989 Color Hex

#497989
(73,121,137)
0 Favorites   0 Comments

Color spaces of #497989

RGB 73121137
HSL0.540.300.41
HSV195°47°54°
CMYK 0.470.120.00   0.46
XYZ14.100416.897426.1853
Yxy16.89740.24660.2955
Hunter Lab41.1064-10.7069-8.9939
CIE-Lab48.1305-11.7365-13.8040

#497989 color RGB value is (73,121,137).

#497989 hex color red value is 73, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #497989 hue: 0.54 , saturation: 0.30 and the lightness value of 497989 is 0.41.

The process color (four color CMYK) of #497989 color hex is 0.47, 0.12, 0.00, 0.46. Web safe color of #497989 is #336699. Color #497989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 10001001
Octal 111 171 211
Decimal 73 121 137
Hex 49 79 89

RGB Percentages of Color #497989

%22.05
%36.56
%41.39

CMYK Percentages of Color #497989

%47
%12
%0
%46

Triadic Colors of #497989

#497989 #894979 #798949

Analogous Colors of #497989

#497989 #495989 #498979

Monochromatic Colors of #497989

#497989

Complementary Color

#497989 #895949

#497989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497989 Color CSS Codes

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

#497989 Text Font Color

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

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


#497989 Background Color

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

This div background color is #497989


#497989 Border Color

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

This div border color is #497989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497989


Comments

No comments written yet.

Please login to write comment.