Color Hex Logo

#497eba Color Hex

#497EBA
(73,126,186)
0 Favorites   0 Comments

Color spaces of #497eba

RGB 73126186
HSL0.590.450.51
HSV212°61°73°
CMYK 0.610.320.00   0.27
XYZ19.071419.883349.2871
Yxy19.88330.21610.2253
Hunter Lab44.5907-1.6894-34.3211
CIE-Lab51.70500.8874-36.8306

#497eba color RGB value is (73,126,186).

#497eba hex color red value is 73, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #497eba hue: 0.59 , saturation: 0.45 and the lightness value of 497eba is 0.51.

The process color (four color CMYK) of #497eba color hex is 0.61, 0.32, 0.00, 0.27. Web safe color of #497eba is #3366cc. Color #497eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10111010
Octal 111 176 272
Decimal 73 126 186
Hex 49 7E BA

RGB Percentages of Color #497eba

%18.96
%32.73
%48.31

CMYK Percentages of Color #497eba

%61
%32
%0
%27

Triadic Colors of #497eba

#497eba #ba497e #7eba49

Analogous Colors of #497eba

#497eba #4d49ba #49b7ba

Monochromatic Colors of #497eba

#497eba

Complementary Color

#497eba #ba8549

#497eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#497eba Color CSS Codes

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

#497eba Text Font Color

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

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


#497eba Background Color

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

This div background color is #497eba


#497eba Border Color

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

This div border color is #497eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497eba


Comments

No comments written yet.

Please login to write comment.