Color Hex Logo

#497bdb Color Hex

#497BDB
(73,123,219)
0 Favorites   0 Comments

Color spaces of #497bdb

RGB 73123219
HSL0.610.670.57
HSV219°67°86°
CMYK 0.670.440.00   0.14
XYZ22.616820.696969.8207
Yxy20.69690.19990.1829
Hunter Lab45.49389.1252-59.1484
CIE-Lab52.616214.0784-54.1628

#497bdb color RGB value is (73,123,219).

#497bdb hex color red value is 73, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #497bdb hue: 0.61 , saturation: 0.67 and the lightness value of 497bdb is 0.57.

The process color (four color CMYK) of #497bdb color hex is 0.67, 0.44, 0.00, 0.14. Web safe color of #497bdb is #3366cc. Color #497bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 11011011
Octal 111 173 333
Decimal 73 123 219
Hex 49 7B DB

RGB Percentages of Color #497bdb

%17.59
%29.64
%52.77

CMYK Percentages of Color #497bdb

%67
%44
%0
%14

Triadic Colors of #497bdb

#497bdb #db497b #7bdb49

Analogous Colors of #497bdb

#497bdb #6049db #49c4db

Monochromatic Colors of #497bdb

#497bdb

Complementary Color

#497bdb #dba949

#497bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bdb Color CSS Codes

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

#497bdb Text Font Color

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

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


#497bdb Background Color

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

This div background color is #497bdb


#497bdb Border Color

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

This div border color is #497bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bdb


Comments

No comments written yet.

Please login to write comment.