Color Hex Logo

#496dad Color Hex

#496DAD
(73,109,173)
1 Favorites   0 Comments

Color spaces of #496dad

RGB 73109173
HSL0.610.410.48
HSV218°58°68°
CMYK 0.580.370.00   0.32
XYZ15.759115.370941.6714
Yxy15.37090.21650.2111
Hunter Lab39.20573.1396-35.5747
CIE-Lab46.13816.8481-38.0730

#496dad color RGB value is (73,109,173).

#496dad hex color red value is 73, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #496dad hue: 0.61 , saturation: 0.41 and the lightness value of 496dad is 0.48.

The process color (four color CMYK) of #496dad color hex is 0.58, 0.37, 0.00, 0.32. Web safe color of #496dad is #336699. Color #496dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101101 10101101
Octal 111 155 255
Decimal 73 109 173
Hex 49 6D AD

RGB Percentages of Color #496dad

%20.56
%30.70
%48.73

CMYK Percentages of Color #496dad

%58
%37
%0
%32

Triadic Colors of #496dad

#496dad #ad496d #6dad49

Analogous Colors of #496dad

#496dad #5749ad #499fad

Monochromatic Colors of #496dad

#496dad

Complementary Color

#496dad #ad8949

#496dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#496dad Color CSS Codes

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

#496dad Text Font Color

<p style="color:#496dad">Text here</p>

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


#496dad Background Color

<div style="background-color:#496dad">
Div content here</div>

This div background color is #496dad


#496dad Border Color

<div style="border:3px solid #496dad">
Div here</div>

This div border color is #496dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496dad;
  -webkit-box-shadow: 1px 1px 3px 2px #496dad;
  box-shadow:         1px 1px 3px 2px #496dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496dad


Comments

No comments written yet.

Please login to write comment.