Color Hex Logo

#497edf Color Hex

#497EDF
(73,126,223)
0 Favorites   0 Comments

Color spaces of #497edf

RGB 73126223
HSL0.610.700.58
HSV219°67°87°
CMYK 0.670.430.00   0.13
XYZ23.527821.665972.7539
Yxy21.66590.19950.1837
Hunter Lab46.54668.7693-60.0895
CIE-Lab53.670713.6383-54.7266

#497edf color RGB value is (73,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 11011111
Octal 111 176 337
Decimal 73 126 223
Hex 49 7E DF

RGB Percentages of Color #497edf

%17.30
%29.86
%52.84

CMYK Percentages of Color #497edf

%67
%43
%0
%13

Triadic Colors of #497edf

#497edf #df497e #7edf49

Analogous Colors of #497edf

#497edf #5f49df #49c9df

Monochromatic Colors of #497edf

#497edf

Complementary Color

#497edf #dfaa49

#497edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#497edf Color CSS Codes

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

#497edf Text Font Color

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

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


#497edf Background Color

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

This div background color is #497edf


#497edf Border Color

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

This div border color is #497edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497edf


Comments

No comments written yet.

Please login to write comment.