Color Hex Logo

#497ecf Color Hex

#497ECF
(73,126,207)
0 Favorites   0 Comments

Color spaces of #497ecf

RGB 73126207
HSL0.600.580.55
HSV216°65°81°
CMYK 0.650.390.00   0.19
XYZ21.471020.843261.9230
Yxy20.84320.20600.2000
Hunter Lab45.65444.0525-48.4596
CIE-Lab52.77758.0599-47.1200

#497ecf color RGB value is (73,126,207).

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

The process color (four color CMYK) of #497ecf color hex is 0.65, 0.39, 0.00, 0.19. Web safe color of #497ecf is #3366cc. Color #497ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 11001111
Octal 111 176 317
Decimal 73 126 207
Hex 49 7E CF

RGB Percentages of Color #497ecf

%17.98
%31.03
%50.99

CMYK Percentages of Color #497ecf

%65
%39
%0
%19

Triadic Colors of #497ecf

#497ecf #cf497e #7ecf49

Analogous Colors of #497ecf

#497ecf #5749cf #49c1cf

Monochromatic Colors of #497ecf

#497ecf

Complementary Color

#497ecf #cf9a49

#497ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ecf Color CSS Codes

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

#497ecf Text Font Color

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

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


#497ecf Background Color

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

This div background color is #497ecf


#497ecf Border Color

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

This div border color is #497ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ecf


Comments

No comments written yet.

Please login to write comment.