Color Hex Logo

#497cd4 Color Hex

#497CD4
(73,124,212)
0 Favorites   0 Comments

Color spaces of #497cd4

RGB 73124212
HSL0.610.620.56
HSV218°66°83°
CMYK 0.660.420.00   0.17
XYZ21.839020.585265.1097
Yxy20.58520.20310.1914
Hunter Lab45.37096.5207-53.3247
CIE-Lab52.492511.0181-50.4064

#497cd4 color RGB value is (73,124,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11010100
Octal 111 174 324
Decimal 73 124 212
Hex 49 7C D4

RGB Percentages of Color #497cd4

%17.85
%30.32
%51.83

CMYK Percentages of Color #497cd4

%66
%42
%0
%17

Triadic Colors of #497cd4

#497cd4 #d4497c #7cd449

Analogous Colors of #497cd4

#497cd4 #5c49d4 #49c2d4

Monochromatic Colors of #497cd4

#497cd4

Complementary Color

#497cd4 #d4a149

#497cd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cd4 Color CSS Codes

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

#497cd4 Text Font Color

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

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


#497cd4 Background Color

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

This div background color is #497cd4


#497cd4 Border Color

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

This div border color is #497cd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cd4


Comments

No comments written yet.

Please login to write comment.