Color Hex Logo

#497ebc Color Hex

#497EBC
(73,126,188)
0 Favorites   0 Comments

Color spaces of #497ebc

RGB 73126188
HSL0.590.460.51
HSV212°61°74°
CMYK 0.610.330.00   0.26
XYZ19.285619.969050.4149
Yxy19.96900.21510.2227
Hunter Lab44.6867-1.1658-35.6095
CIE-Lab51.80211.5605-37.8256

#497ebc color RGB value is (73,126,188).

#497ebc hex color red value is 73, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #497ebc hue: 0.59 , saturation: 0.46 and the lightness value of 497ebc is 0.51.

The process color (four color CMYK) of #497ebc color hex is 0.61, 0.33, 0.00, 0.26. Web safe color of #497ebc is #3366cc. Color #497ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10111100
Octal 111 176 274
Decimal 73 126 188
Hex 49 7E BC

RGB Percentages of Color #497ebc

%18.86
%32.56
%48.58

CMYK Percentages of Color #497ebc

%61
%33
%0
%26

Triadic Colors of #497ebc

#497ebc #bc497e #7ebc49

Analogous Colors of #497ebc

#497ebc #4e49bc #49b8bc

Monochromatic Colors of #497ebc

#497ebc

Complementary Color

#497ebc #bc8749

#497ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ebc Color CSS Codes

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

#497ebc Text Font Color

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

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


#497ebc Background Color

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

This div background color is #497ebc


#497ebc Border Color

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

This div border color is #497ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ebc


Comments

No comments written yet.

Please login to write comment.