Color Hex Logo

#497fff Color Hex

#497FFF
(73,127,255)
0 Favorites   0 Comments

Color spaces of #497fff

RGB 73127255
HSL0.621.000.64
HSV222°71°100°
CMYK 0.710.500.00   0.00
XYZ28.387023.815297.7084
Yxy23.81520.18940.1589
Hunter Lab48.800818.4304-84.5491
CIE-Lab55.902324.2947-68.9402

#497fff color RGB value is (73,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 11111111
Octal 111 177 377
Decimal 73 127 255
Hex 49 7F FF

RGB Percentages of Color #497fff

%16.04
%27.91
%56.04

CMYK Percentages of Color #497fff

%71
%50
%0
%0

Triadic Colors of #497fff

#497fff #ff497f #7fff49

Analogous Colors of #497fff

#497fff #6e49ff #49daff

Monochromatic Colors of #497fff

#497fff

Complementary Color

#497fff #ffc949

#497fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#497fff Color CSS Codes

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

#497fff Text Font Color

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

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


#497fff Background Color

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

This div background color is #497fff


#497fff Border Color

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

This div border color is #497fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497fff

Related Colors


Comments

No comments written yet.

Please login to write comment.