Color Hex Logo

#497cdf Color Hex

#497CDF
(73,124,223)
0 Favorites   0 Comments

Color spaces of #497cdf

RGB 73124223
HSL0.610.700.58
HSV220°67°87°
CMYK 0.670.440.00   0.13
XYZ23.274621.159572.6695
Yxy21.15950.19880.1807
Hunter Lab45.99959.8176-61.4662
CIE-Lab53.123614.8662-55.6023

#497cdf color RGB value is (73,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 11011111
Octal 111 174 337
Decimal 73 124 223
Hex 49 7C DF

RGB Percentages of Color #497cdf

%17.38
%29.52
%53.10

CMYK Percentages of Color #497cdf

%67
%44
%0
%13

Triadic Colors of #497cdf

#497cdf #df497c #7cdf49

Analogous Colors of #497cdf

#497cdf #6149df #49c7df

Monochromatic Colors of #497cdf

#497cdf

Complementary Color

#497cdf #dfac49

#497cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cdf Color CSS Codes

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

#497cdf Text Font Color

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

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


#497cdf Background Color

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

This div background color is #497cdf


#497cdf Border Color

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

This div border color is #497cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cdf


Comments

No comments written yet.

Please login to write comment.