Color Hex Logo

#497fd9 Color Hex

#497FD9
(73,127,217)
0 Favorites   0 Comments

Color spaces of #497fd9

RGB 73127217
HSL0.600.650.57
HSV218°66°85°
CMYK 0.660.410.00   0.15
XYZ22.861421.605068.6109
Yxy21.60500.20220.1911
Hunter Lab46.48126.4517-54.9812
CIE-Lab53.605410.9275-51.4553

#497fd9 color RGB value is (73,127,217).

#497fd9 hex color red value is 73, green value is 127 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #497fd9 hue: 0.60 , saturation: 0.65 and the lightness value of 497fd9 is 0.57.

The process color (four color CMYK) of #497fd9 color hex is 0.66, 0.41, 0.00, 0.15. Web safe color of #497fd9 is #3366cc. Color #497fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 11011001
Octal 111 177 331
Decimal 73 127 217
Hex 49 7F D9

RGB Percentages of Color #497fd9

%17.51
%30.46
%52.04

CMYK Percentages of Color #497fd9

%66
%41
%0
%15

Triadic Colors of #497fd9

#497fd9 #d9497f #7fd949

Analogous Colors of #497fd9

#497fd9 #5b49d9 #49c7d9

Monochromatic Colors of #497fd9

#497fd9

Complementary Color

#497fd9 #d9a349

#497fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497fd9 Color CSS Codes

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

#497fd9 Text Font Color

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

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


#497fd9 Background Color

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

This div background color is #497fd9


#497fd9 Border Color

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

This div border color is #497fd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497fd9


Comments

No comments written yet.

Please login to write comment.