Color Hex Logo

#497dcc Color Hex

#497DCC
(73,125,204)
0 Favorites   0 Comments

Color spaces of #497dcc

RGB 73125204
HSL0.600.560.54
HSV216°64°80°
CMYK 0.640.390.00   0.20
XYZ20.980420.443359.9669
Yxy20.44330.20690.2016
Hunter Lab45.21433.7029-46.9853
CIE-Lab52.33487.6309-46.1198

#497dcc color RGB value is (73,125,204).

#497dcc hex color red value is 73, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #497dcc hue: 0.60 , saturation: 0.56 and the lightness value of 497dcc is 0.54.

The process color (four color CMYK) of #497dcc color hex is 0.64, 0.39, 0.00, 0.20. Web safe color of #497dcc is #3366cc. Color #497dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111101 11001100
Octal 111 175 314
Decimal 73 125 204
Hex 49 7D CC

RGB Percentages of Color #497dcc

%18.16
%31.09
%50.75

CMYK Percentages of Color #497dcc

%64
%39
%0
%20

Triadic Colors of #497dcc

#497dcc #cc497d #7dcc49

Analogous Colors of #497dcc

#497dcc #5649cc #49bfcc

Monochromatic Colors of #497dcc

#497dcc

Complementary Color

#497dcc #cc9849

#497dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#497dcc Color CSS Codes

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

#497dcc Text Font Color

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

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


#497dcc Background Color

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

This div background color is #497dcc


#497dcc Border Color

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

This div border color is #497dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497dcc


Comments

No comments written yet.

Please login to write comment.