Color Hex Logo

#496aad Color Hex

#496AAD
(73,106,173)
0 Favorites   0 Comments

Color spaces of #496aad

RGB 73106173
HSL0.610.410.48
HSV220°58°68°
CMYK 0.580.390.00   0.32
XYZ15.444514.741741.5666
Yxy14.74170.21520.2055
Hunter Lab38.39494.6112-37.3113
CIE-Lab45.27848.7136-39.4334

#496aad color RGB value is (73,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 10101101
Octal 111 152 255
Decimal 73 106 173
Hex 49 6A AD

RGB Percentages of Color #496aad

%20.74
%30.11
%49.15

CMYK Percentages of Color #496aad

%58
%39
%0
%32

Triadic Colors of #496aad

#496aad #ad496a #6aad49

Analogous Colors of #496aad

#496aad #5a49ad #499cad

Monochromatic Colors of #496aad

#496aad

Complementary Color

#496aad #ad8c49

#496aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#496aad Color CSS Codes

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

#496aad Text Font Color

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

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


#496aad Background Color

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

This div background color is #496aad


#496aad Border Color

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

This div border color is #496aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,106,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 #496aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496aad


Comments

No comments written yet.

Please login to write comment.