Color Hex Logo

#496cab Color Hex

#496CAB
(73,108,171)
0 Favorites   0 Comments

Color spaces of #496cab

RGB 73108171
HSL0.610.400.48
HSV219°57°67°
CMYK 0.570.370.00   0.33
XYZ15.460915.081940.6243
Yxy15.08190.21720.2119
Hunter Lab38.83543.1012-34.8363
CIE-Lab45.74626.7937-37.5221

#496cab color RGB value is (73,108,171).

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

The process color (four color CMYK) of #496cab color hex is 0.57, 0.37, 0.00, 0.33. Web safe color of #496cab is #336699. Color #496cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101100 10101011
Octal 111 154 253
Decimal 73 108 171
Hex 49 6C AB

RGB Percentages of Color #496cab

%20.74
%30.68
%48.58

CMYK Percentages of Color #496cab

%57
%37
%0
%33

Triadic Colors of #496cab

#496cab #ab496c #6cab49

Analogous Colors of #496cab

#496cab #5749ab #499dab

Monochromatic Colors of #496cab

#496cab

Complementary Color

#496cab #ab8849

#496cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#496cab Color CSS Codes

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

#496cab Text Font Color

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

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


#496cab Background Color

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

This div background color is #496cab


#496cab Border Color

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

This div border color is #496cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496cab


Comments

No comments written yet.

Please login to write comment.