Color Hex Logo

#497bff Color Hex

#497BFF
(73,123,255)
0 Favorites   0 Comments

Color spaces of #497bff

RGB 73123255
HSL0.621.000.64
HSV224°71°100°
CMYK 0.710.520.00   0.00
XYZ27.880622.802497.5396
Yxy22.80240.18810.1538
Hunter Lab47.751920.6540-87.6815
CIE-Lab54.868226.7526-70.6119

#497bff color RGB value is (73,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 11111111
Octal 111 173 377
Decimal 73 123 255
Hex 49 7B FF

RGB Percentages of Color #497bff

%16.19
%27.27
%56.54

CMYK Percentages of Color #497bff

%71
%52
%0
%0

Triadic Colors of #497bff

#497bff #ff497b #7bff49

Analogous Colors of #497bff

#497bff #7249ff #49d6ff

Monochromatic Colors of #497bff

#497bff

Complementary Color

#497bff #ffcd49

#497bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bff Color CSS Codes

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

#497bff Text Font Color

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

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


#497bff Background Color

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

This div background color is #497bff


#497bff Border Color

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

This div border color is #497bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bff

Related Colors


Comments

No comments written yet.

Please login to write comment.