Color Hex Logo

#497dca Color Hex

#497DCA
(73,125,202)
0 Favorites   0 Comments

Color spaces of #497dca

RGB 73125202
HSL0.600.550.54
HSV216°64°79°
CMYK 0.640.380.00   0.21
XYZ20.741920.348058.7114
Yxy20.34800.20780.2039
Hunter Lab45.10883.1375-45.5929
CIE-Lab52.22846.9399-45.1510

#497dca color RGB value is (73,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111101 11001010
Octal 111 175 312
Decimal 73 125 202
Hex 49 7D CA

RGB Percentages of Color #497dca

%18.25
%31.25
%50.50

CMYK Percentages of Color #497dca

%64
%38
%0
%21

Triadic Colors of #497dca

#497dca #ca497d #7dca49

Analogous Colors of #497dca

#497dca #5549ca #49beca

Monochromatic Colors of #497dca

#497dca

Complementary Color

#497dca #ca9649

#497dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#497dca Color CSS Codes

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

#497dca Text Font Color

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

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


#497dca Background Color

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

This div background color is #497dca


#497dca Border Color

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

This div border color is #497dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497dca


Comments

No comments written yet.

Please login to write comment.