Color Hex Logo

#497cdc Color Hex

#497CDC
(73,124,220)
0 Favorites   0 Comments

Color spaces of #497cdc

RGB 73124220
HSL0.610.680.57
HSV219°67°86°
CMYK 0.670.440.00   0.14
XYZ22.873620.999170.5578
Yxy20.99910.19990.1835
Hunter Lab45.82488.9056-59.2133
CIE-Lab52.948513.8141-54.1945

#497cdc color RGB value is (73,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11011100
Octal 111 174 334
Decimal 73 124 220
Hex 49 7C DC

RGB Percentages of Color #497cdc

%17.51
%29.74
%52.76

CMYK Percentages of Color #497cdc

%67
%44
%0
%14

Triadic Colors of #497cdc

#497cdc #dc497c #7cdc49

Analogous Colors of #497cdc

#497cdc #5f49dc #49c6dc

Monochromatic Colors of #497cdc

#497cdc

Complementary Color

#497cdc #dca949

#497cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cdc Color CSS Codes

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

#497cdc Text Font Color

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

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


#497cdc Background Color

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

This div background color is #497cdc


#497cdc Border Color

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

This div border color is #497cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cdc


Comments

No comments written yet.

Please login to write comment.