Color Hex Logo

#496284 Color Hex

#496284
(73,98,132)
0 Favorites   0 Comments

Color spaces of #496284

RGB 7398132
HSL0.600.290.40
HSV215°45°52°
CMYK 0.450.260.00   0.48
XYZ11.280211.817823.5163
Yxy11.81780.24200.2535
Hunter Lab34.3770-1.5882-16.4946
CIE-Lab40.92510.3471-21.8492

#496284 color RGB value is (73,98,132).

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

The process color (four color CMYK) of #496284 color hex is 0.45, 0.26, 0.00, 0.48. Web safe color of #496284 is #336699. Color #496284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 10000100
Octal 111 142 204
Decimal 73 98 132
Hex 49 62 84

RGB Percentages of Color #496284

%24.09
%32.34
%43.56

CMYK Percentages of Color #496284

%45
%26
%0
%48

Triadic Colors of #496284

#496284 #844962 #628449

Analogous Colors of #496284

#496284 #4e4984 #498084

Monochromatic Colors of #496284

#496284

Complementary Color

#496284 #846b49

#496284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496284 Color CSS Codes

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

#496284 Text Font Color

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

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


#496284 Background Color

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

This div background color is #496284


#496284 Border Color

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

This div border color is #496284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496284


Comments

No comments written yet.

Please login to write comment.