Color Hex Logo

#496098 Color Hex

#496098
(73,96,152)
0 Favorites   0 Comments

Color spaces of #496098

RGB 7396152
HSL0.620.350.44
HSV223°52°60°
CMYK 0.520.370.00   0.40
XYZ12.598012.049231.3675
Yxy12.04920.22490.2151
Hunter Lab34.71204.0370-29.2791
CIE-Lab41.29427.9742-33.3069

#496098 color RGB value is (73,96,152).

#496098 hex color red value is 73, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #496098 hue: 0.62 , saturation: 0.35 and the lightness value of 496098 is 0.44.

The process color (four color CMYK) of #496098 color hex is 0.52, 0.37, 0.00, 0.40. Web safe color of #496098 is #336699. Color #496098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 10011000
Octal 111 140 230
Decimal 73 96 152
Hex 49 60 98

RGB Percentages of Color #496098

%22.74
%29.91
%47.35

CMYK Percentages of Color #496098

%52
%37
%0
%40

Triadic Colors of #496098

#496098 #984960 #609849

Analogous Colors of #496098

#496098 #5a4998 #498898

Monochromatic Colors of #496098

#496098

Complementary Color

#496098 #988149

#496098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496098 Color CSS Codes

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

#496098 Text Font Color

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

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


#496098 Background Color

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

This div background color is #496098


#496098 Border Color

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

This div border color is #496098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496098


Comments

No comments written yet.

Please login to write comment.