Color Hex Logo

#496aab Color Hex

#496AAB
(73,106,171)
1 Favorites   0 Comments

Color spaces of #496aab

RGB 73106171
HSL0.610.400.48
HSV220°57°67°
CMYK 0.570.380.00   0.33
XYZ15.252414.664840.5548
Yxy14.66480.21640.2081
Hunter Lab38.29464.0792-35.9830
CIE-Lab45.17168.0377-38.4305

#496aab color RGB value is (73,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 10101011
Octal 111 152 253
Decimal 73 106 171
Hex 49 6A AB

RGB Percentages of Color #496aab

%20.86
%30.29
%48.86

CMYK Percentages of Color #496aab

%57
%38
%0
%33

Triadic Colors of #496aab

#496aab #ab496a #6aab49

Analogous Colors of #496aab

#496aab #5949ab #499bab

Monochromatic Colors of #496aab

#496aab

Complementary Color

#496aab #ab8a49

#496aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#496aab Color CSS Codes

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

#496aab Text Font Color

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

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


#496aab Background Color

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

This div background color is #496aab


#496aab Border Color

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

This div border color is #496aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496aab


Comments

No comments written yet.

Please login to write comment.