Color Hex Logo

#497edc Color Hex

#497EDC
(73,126,220)
0 Favorites   0 Comments

Color spaces of #497edc

RGB 73126220
HSL0.610.680.57
HSV218°67°86°
CMYK 0.670.430.00   0.14
XYZ23.126821.505570.6422
Yxy21.50550.20060.1866
Hunter Lab46.37407.8637-57.8555
CIE-Lab53.498412.5875-53.3155

#497edc color RGB value is (73,126,220).

#497edc hex color red value is 73, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #497edc hue: 0.61 , saturation: 0.68 and the lightness value of 497edc is 0.57.

The process color (four color CMYK) of #497edc color hex is 0.67, 0.43, 0.00, 0.14. Web safe color of #497edc is #3366cc. Color #497edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 11011100
Octal 111 176 334
Decimal 73 126 220
Hex 49 7E DC

RGB Percentages of Color #497edc

%17.42
%30.07
%52.51

CMYK Percentages of Color #497edc

%67
%43
%0
%14

Triadic Colors of #497edc

#497edc #dc497e #7edc49

Analogous Colors of #497edc

#497edc #5e49dc #49c8dc

Monochromatic Colors of #497edc

#497edc

Complementary Color

#497edc #dca749

#497edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#497edc Color CSS Codes

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

#497edc Text Font Color

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

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


#497edc Background Color

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

This div background color is #497edc


#497edc Border Color

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

This div border color is #497edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497edc


Comments

No comments written yet.

Please login to write comment.