Color Hex Logo

#496181 Color Hex

#496181
(73,97,129)
0 Favorites   0 Comments

Color spaces of #496181

RGB 7397129
HSL0.600.280.40
HSV214°43°51°
CMYK 0.430.250.00   0.49
XYZ10.984811.550822.4195
Yxy11.55080.24440.2569
Hunter Lab33.9865-1.7832-15.3207
CIE-Lab40.49310.0452-20.6987

#496181 color RGB value is (73,97,129).

#496181 hex color red value is 73, green value is 97 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #496181 hue: 0.60 , saturation: 0.28 and the lightness value of 496181 is 0.40.

The process color (four color CMYK) of #496181 color hex is 0.43, 0.25, 0.00, 0.49. Web safe color of #496181 is #336699. Color #496181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 10000001
Octal 111 141 201
Decimal 73 97 129
Hex 49 61 81

RGB Percentages of Color #496181

%24.41
%32.44
%43.14

CMYK Percentages of Color #496181

%43
%25
%0
%49

Triadic Colors of #496181

#496181 #814961 #618149

Analogous Colors of #496181

#496181 #4d4981 #497d81

Monochromatic Colors of #496181

#496181

Complementary Color

#496181 #816949

#496181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496181 Color CSS Codes

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

#496181 Text Font Color

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

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


#496181 Background Color

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

This div background color is #496181


#496181 Border Color

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

This div border color is #496181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,97,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496181;
  -webkit-box-shadow: 1px 1px 3px 2px #496181;
  box-shadow:         1px 1px 3px 2px #496181; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496181


Comments

No comments written yet.

Please login to write comment.