Color Hex Logo

#497ebd Color Hex

#497EBD
(73,126,189)
0 Favorites   0 Comments

Color spaces of #497ebd

RGB 73126189
HSL0.590.470.51
HSV213°61°74°
CMYK 0.610.330.00   0.26
XYZ19.393820.012350.9847
Yxy20.01230.21460.2214
Hunter Lab44.7351-0.9022-36.2584
CIE-Lab51.85111.8979-38.3219

#497ebd color RGB value is (73,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10111101
Octal 111 176 275
Decimal 73 126 189
Hex 49 7E BD

RGB Percentages of Color #497ebd

%18.81
%32.47
%48.71

CMYK Percentages of Color #497ebd

%61
%33
%0
%26

Triadic Colors of #497ebd

#497ebd #bd497e #7ebd49

Analogous Colors of #497ebd

#497ebd #4e49bd #49b8bd

Monochromatic Colors of #497ebd

#497ebd

Complementary Color

#497ebd #bd8849

#497ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ebd Color CSS Codes

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

#497ebd Text Font Color

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

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


#497ebd Background Color

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

This div background color is #497ebd


#497ebd Border Color

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

This div border color is #497ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ebd


Comments

No comments written yet.

Please login to write comment.