Color Hex Logo

#497bbd Color Hex

#497BBD
(73,123,189)
0 Favorites   0 Comments

Color spaces of #497bbd

RGB 73123189
HSL0.590.470.51
HSV214°61°74°
CMYK 0.610.350.00   0.26
XYZ19.015919.256550.8587
Yxy19.25650.21330.2160
Hunter Lab43.88220.5572-37.9985
CIE-Lab50.98603.7025-39.6855

#497bbd color RGB value is (73,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 10111101
Octal 111 173 275
Decimal 73 123 189
Hex 49 7B BD

RGB Percentages of Color #497bbd

%18.96
%31.95
%49.09

CMYK Percentages of Color #497bbd

%61
%35
%0
%26

Triadic Colors of #497bbd

#497bbd #bd497b #7bbd49

Analogous Colors of #497bbd

#497bbd #5149bd #49b5bd

Monochromatic Colors of #497bbd

#497bbd

Complementary Color

#497bbd #bd8b49

#497bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bbd Color CSS Codes

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

#497bbd Text Font Color

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

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


#497bbd Background Color

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

This div background color is #497bbd


#497bbd Border Color

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

This div border color is #497bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bbd


Comments

No comments written yet.

Please login to write comment.