Color Hex Logo

#497aff Color Hex

#497AFF
(73,122,255)
0 Favorites   0 Comments

Color spaces of #497aff

RGB 73122255
HSL0.621.000.64
HSV224°71°100°
CMYK 0.710.520.00   0.00
XYZ27.757222.555597.4984
Yxy22.55550.18780.1526
Hunter Lab47.492621.2127-88.4726
CIE-Lab54.611527.3683-71.0274

#497aff color RGB value is (73,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 11111111
Octal 111 172 377
Decimal 73 122 255
Hex 49 7A FF

RGB Percentages of Color #497aff

%16.22
%27.11
%56.67

CMYK Percentages of Color #497aff

%71
%52
%0
%0

Triadic Colors of #497aff

#497aff #ff497a #7aff49

Analogous Colors of #497aff

#497aff #7349ff #49d5ff

Monochromatic Colors of #497aff

#497aff

Complementary Color

#497aff #ffce49

#497aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#497aff Color CSS Codes

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

#497aff Text Font Color

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

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


#497aff Background Color

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

This div background color is #497aff


#497aff Border Color

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

This div border color is #497aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497aff


Comments

No comments written yet.

Please login to write comment.