Color Hex Logo

#497abb Color Hex

#497ABB
(73,122,187)
0 Favorites   0 Comments

Color spaces of #497abb

RGB 73122187
HSL0.600.460.51
HSV214°61°73°
CMYK 0.610.350.00   0.27
XYZ18.676818.923449.6819
Yxy18.92340.21400.2168
Hunter Lab43.50100.5106-37.2635
CIE-Lab50.59753.6283-39.1491

#497abb color RGB value is (73,122,187).

#497abb hex color red value is 73, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #497abb hue: 0.60 , saturation: 0.46 and the lightness value of 497abb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 10111011
Octal 111 172 273
Decimal 73 122 187
Hex 49 7A BB

RGB Percentages of Color #497abb

%19.11
%31.94
%48.95

CMYK Percentages of Color #497abb

%61
%35
%0
%27

Triadic Colors of #497abb

#497abb #bb497a #7abb49

Analogous Colors of #497abb

#497abb #5149bb #49b3bb

Monochromatic Colors of #497abb

#497abb

Complementary Color

#497abb #bb8a49

#497abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#497abb Color CSS Codes

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

#497abb Text Font Color

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

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


#497abb Background Color

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

This div background color is #497abb


#497abb Border Color

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

This div border color is #497abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497abb


Comments

No comments written yet.

Please login to write comment.