Color Hex Logo

#497cbe Color Hex

#497CBE
(73,124,190)
0 Favorites   0 Comments

Color spaces of #497cbe

RGB 73124190
HSL0.590.470.52
HSV214°62°75°
CMYK 0.620.350.00   0.25
XYZ19.249619.549551.4741
Yxy19.54950.21320.2166
Hunter Lab44.21480.3368-38.0740
CIE-Lab51.32403.4386-39.7261

#497cbe color RGB value is (73,124,190).

#497cbe hex color red value is 73, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #497cbe hue: 0.59 , saturation: 0.47 and the lightness value of 497cbe is 0.52.

The process color (four color CMYK) of #497cbe color hex is 0.62, 0.35, 0.00, 0.25. Web safe color of #497cbe is #3366cc. Color #497cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 10111110
Octal 111 174 276
Decimal 73 124 190
Hex 49 7C BE

RGB Percentages of Color #497cbe

%18.86
%32.04
%49.10

CMYK Percentages of Color #497cbe

%62
%35
%0
%25

Triadic Colors of #497cbe

#497cbe #be497c #7cbe49

Analogous Colors of #497cbe

#497cbe #5049be #49b7be

Monochromatic Colors of #497cbe

#497cbe

Complementary Color

#497cbe #be8b49

#497cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cbe Color CSS Codes

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

#497cbe Text Font Color

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

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


#497cbe Background Color

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

This div background color is #497cbe


#497cbe Border Color

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

This div border color is #497cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,124,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #497cbe;
  box-shadow:         1px 1px 3px 2px #497cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cbe


Comments

No comments written yet.

Please login to write comment.