Color Hex Logo

#497cdd Color Hex

#497CDD
(73,124,221)
0 Favorites   0 Comments

Color spaces of #497cdd

RGB 73124221
HSL0.610.690.58
HSV219°67°87°
CMYK 0.670.440.00   0.13
XYZ23.006521.052271.2575
Yxy21.05220.19950.1826
Hunter Lab45.88279.2088-59.9617
CIE-Lab53.006614.1650-54.6646

#497cdd color RGB value is (73,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11011101
Octal 111 174 335
Decimal 73 124 221
Hex 49 7C DD

RGB Percentages of Color #497cdd

%17.46
%29.67
%52.87

CMYK Percentages of Color #497cdd

%67
%44
%0
%13

Triadic Colors of #497cdd

#497cdd #dd497c #7cdd49

Analogous Colors of #497cdd

#497cdd #6049dd #49c6dd

Monochromatic Colors of #497cdd

#497cdd

Complementary Color

#497cdd #ddaa49

#497cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cdd Color CSS Codes

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

#497cdd Text Font Color

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

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


#497cdd Background Color

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

This div background color is #497cdd


#497cdd Border Color

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

This div border color is #497cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cdd


Comments

No comments written yet.

Please login to write comment.