Color Hex Logo

#497bfa Color Hex

#497BFA
(73,123,250)
0 Favorites   0 Comments

Color spaces of #497bfa

RGB 73123250
HSL0.620.950.63
HSV223°71°98°
CMYK 0.710.510.00   0.02
XYZ27.085922.484593.3548
Yxy22.48450.18950.1573
Hunter Lab47.417818.9812-83.5359
CIE-Lab54.537324.9919-68.3847

#497bfa color RGB value is (73,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 11111010
Octal 111 173 372
Decimal 73 123 250
Hex 49 7B FA

RGB Percentages of Color #497bfa

%16.37
%27.58
%56.05

CMYK Percentages of Color #497bfa

%71
%51
%0
%2

Triadic Colors of #497bfa

#497bfa #fa497b #7bfa49

Analogous Colors of #497bfa

#497bfa #7049fa #49d4fa

Monochromatic Colors of #497bfa

#497bfa

Complementary Color

#497bfa #fac849

#497bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bfa Color CSS Codes

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

#497bfa Text Font Color

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

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


#497bfa Background Color

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

This div background color is #497bfa


#497bfa Border Color

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

This div border color is #497bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,123,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 #497bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bfa


Comments

No comments written yet.

Please login to write comment.