Color Hex Logo

#497afe Color Hex

#497AFE
(73,122,254)
0 Favorites   0 Comments

Color spaces of #497afe

RGB 73122254
HSL0.620.990.64
HSV224°71°100°
CMYK 0.710.520.00   0.00
XYZ27.596622.491396.6527
Yxy22.49130.18810.1533
Hunter Lab47.425020.8754-87.6362
CIE-Lab54.544427.0163-70.5840

#497afe color RGB value is (73,122,254).

#497afe hex color red value is 73, green value is 122 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #497afe hue: 0.62 , saturation: 0.99 and the lightness value of 497afe is 0.64.

The process color (four color CMYK) of #497afe color hex is 0.71, 0.52, 0.00, 0.00. Web safe color of #497afe is #3366ff. Color #497afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 11111110
Octal 111 172 376
Decimal 73 122 254
Hex 49 7A FE

RGB Percentages of Color #497afe

%16.26
%27.17
%56.57

CMYK Percentages of Color #497afe

%71
%52
%0
%0

Triadic Colors of #497afe

#497afe #fe497a #7afe49

Analogous Colors of #497afe

#497afe #7349fe #49d5fe

Monochromatic Colors of #497afe

#497afe

Complementary Color

#497afe #fecd49

#497afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#497afe Color CSS Codes

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

#497afe Text Font Color

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

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


#497afe Background Color

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

This div background color is #497afe


#497afe Border Color

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

This div border color is #497afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497afe


Comments

No comments written yet.

Please login to write comment.