Color Hex Logo

#497efd Color Hex

#497EFD
(73,126,253)
0 Favorites   0 Comments

Color spaces of #497efd

RGB 73126253
HSL0.620.980.64
HSV222°71°99°
CMYK 0.710.500.00   0.01
XYZ27.938123.430095.9785
Yxy23.43000.18960.1590
Hunter Lab48.404518.3185-83.6794
CIE-Lab55.512524.2037-68.4669

#497efd color RGB value is (73,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 11111101
Octal 111 176 375
Decimal 73 126 253
Hex 49 7E FD

RGB Percentages of Color #497efd

%16.15
%27.88
%55.97

CMYK Percentages of Color #497efd

%71
%50
%0
%1

Triadic Colors of #497efd

#497efd #fd497e #7efd49

Analogous Colors of #497efd

#497efd #6e49fd #49d8fd

Monochromatic Colors of #497efd

#497efd

Complementary Color

#497efd #fdc849

#497efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#497efd Color CSS Codes

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

#497efd Text Font Color

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

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


#497efd Background Color

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

This div background color is #497efd


#497efd Border Color

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

This div border color is #497efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497efd


Comments

No comments written yet.

Please login to write comment.