Color Hex Logo

#497cdb Color Hex

#497CDB
(73,124,219)
0 Favorites   0 Comments

Color spaces of #497cdb

RGB 73124219
HSL0.610.670.57
HSV219°67°86°
CMYK 0.670.430.00   0.14
XYZ22.741520.946269.8623
Yxy20.94620.20030.1845
Hunter Lab45.76708.6039-58.4679
CIE-Lab52.890613.4640-53.7239

#497cdb color RGB value is (73,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11011011
Octal 111 174 333
Decimal 73 124 219
Hex 49 7C DB

RGB Percentages of Color #497cdb

%17.55
%29.81
%52.64

CMYK Percentages of Color #497cdb

%67
%43
%0
%14

Triadic Colors of #497cdb

#497cdb #db497c #7cdb49

Analogous Colors of #497cdb

#497cdb #5f49db #49c5db

Monochromatic Colors of #497cdb

#497cdb

Complementary Color

#497cdb #dba849

#497cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cdb Color CSS Codes

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

#497cdb Text Font Color

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

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


#497cdb Background Color

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

This div background color is #497cdb


#497cdb Border Color

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

This div border color is #497cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cdb


Comments

No comments written yet.

Please login to write comment.