Color Hex Logo

#497cff Color Hex

#497CFF
(73,124,255)
0 Favorites   0 Comments

Color spaces of #497cff

RGB 73124255
HSL0.621.000.64
HSV223°71°100°
CMYK 0.710.510.00   0.00
XYZ28.005323.051897.5811
Yxy23.05180.18840.1551
Hunter Lab48.012320.0965-86.8935
CIE-Lab55.125726.1375-70.1954

#497cff color RGB value is (73,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11111111
Octal 111 174 377
Decimal 73 124 255
Hex 49 7C FF

RGB Percentages of Color #497cff

%16.15
%27.43
%56.42

CMYK Percentages of Color #497cff

%71
%51
%0
%0

Triadic Colors of #497cff

#497cff #ff497c #7cff49

Analogous Colors of #497cff

#497cff #7149ff #49d7ff

Monochromatic Colors of #497cff

#497cff

Complementary Color

#497cff #ffcc49

#497cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cff Color CSS Codes

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

#497cff Text Font Color

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

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


#497cff Background Color

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

This div background color is #497cff


#497cff Border Color

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

This div border color is #497cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cff


Comments

No comments written yet.

Please login to write comment.