Color Hex Logo

#497dec Color Hex

#497DEC
(73,125,236)
0 Favorites   0 Comments

Color spaces of #497dec

RGB 73125236
HSL0.610.810.61
HSV221°69°93°
CMYK 0.690.470.00   0.07
XYZ25.221622.139882.3010
Yxy22.13980.19450.1707
Hunter Lab47.052913.3380-70.7679
CIE-Lab54.175018.8244-61.1932

#497dec color RGB value is (73,125,236).

#497dec hex color red value is 73, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #497dec hue: 0.61 , saturation: 0.81 and the lightness value of 497dec is 0.61.

The process color (four color CMYK) of #497dec color hex is 0.69, 0.47, 0.00, 0.07. Web safe color of #497dec is #3366ff. Color #497dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111101 11101100
Octal 111 175 354
Decimal 73 125 236
Hex 49 7D EC

RGB Percentages of Color #497dec

%16.82
%28.80
%54.38

CMYK Percentages of Color #497dec

%69
%47
%0
%7

Triadic Colors of #497dec

#497dec #ec497d #7dec49

Analogous Colors of #497dec

#497dec #6749ec #49cfec

Monochromatic Colors of #497dec

#497dec

Complementary Color

#497dec #ecb849

#497dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#497dec Color CSS Codes

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

#497dec Text Font Color

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

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


#497dec Background Color

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

This div background color is #497dec


#497dec Border Color

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

This div border color is #497dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497dec


Comments

No comments written yet.

Please login to write comment.