Color Hex Logo

#497acd Color Hex

#497ACD
(73,122,205)
0 Favorites   0 Comments

Color spaces of #497acd

RGB 73122205
HSL0.600.570.55
HSV218°64°80°
CMYK 0.640.400.00   0.20
XYZ20.726619.743360.4760
Yxy19.74330.20530.1956
Hunter Lab44.43345.5053-49.5931
CIE-Lab51.54579.8084-47.9428

#497acd color RGB value is (73,122,205).

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

The process color (four color CMYK) of #497acd color hex is 0.64, 0.40, 0.00, 0.20. Web safe color of #497acd is #3366cc. Color #497acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 11001101
Octal 111 172 315
Decimal 73 122 205
Hex 49 7A CD

RGB Percentages of Color #497acd

%18.25
%30.50
%51.25

CMYK Percentages of Color #497acd

%64
%40
%0
%20

Triadic Colors of #497acd

#497acd #cd497a #7acd49

Analogous Colors of #497acd

#497acd #5a49cd #49bccd

Monochromatic Colors of #497acd

#497acd

Complementary Color

#497acd #cd9c49

#497acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#497acd Color CSS Codes

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

#497acd Text Font Color

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

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


#497acd Background Color

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

This div background color is #497acd


#497acd Border Color

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

This div border color is #497acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497acd


Comments

No comments written yet.

Please login to write comment.