Color Hex Logo

#497ffa Color Hex

#497FFA
(73,127,250)
0 Favorites   0 Comments

Color spaces of #497ffa

RGB 73127250
HSL0.620.950.63
HSV222°71°98°
CMYK 0.710.490.00   0.02
XYZ27.592323.497393.5236
Yxy23.49730.19080.1625
Hunter Lab48.474016.7760-80.4597
CIE-Lab55.580922.5315-66.6999

#497ffa color RGB value is (73,127,250).

#497ffa hex color red value is 73, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #497ffa hue: 0.62 , saturation: 0.95 and the lightness value of 497ffa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 11111010
Octal 111 177 372
Decimal 73 127 250
Hex 49 7F FA

RGB Percentages of Color #497ffa

%16.22
%28.22
%55.56

CMYK Percentages of Color #497ffa

%71
%49
%0
%2

Triadic Colors of #497ffa

#497ffa #fa497f #7ffa49

Analogous Colors of #497ffa

#497ffa #6c49fa #49d8fa

Monochromatic Colors of #497ffa

#497ffa

Complementary Color

#497ffa #fac449

#497ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ffa Color CSS Codes

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

#497ffa Text Font Color

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

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


#497ffa Background Color

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

This div background color is #497ffa


#497ffa Border Color

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

This div border color is #497ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ffa


Comments

No comments written yet.

Please login to write comment.