Color Hex Logo

#494286 Color Hex

#494286
(73,66,134)
0 Favorites   0 Comments

Color spaces of #494286

RGB 7366134
HSL0.680.340.39
HSV246°51°53°
CMYK 0.460.510.00   0.47
XYZ8.99897.034123.4377
Yxy7.03410.22800.1782
Hunter Lab26.521914.1519-33.8300
CIE-Lab31.884421.4891-37.3027

#494286 color RGB value is (73,66,134).

#494286 hex color red value is 73, green value is 66 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #494286 hue: 0.68 , saturation: 0.34 and the lightness value of 494286 is 0.39.

The process color (four color CMYK) of #494286 color hex is 0.46, 0.51, 0.00, 0.47. Web safe color of #494286 is #333399. Color #494286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 10000110
Octal 111 102 206
Decimal 73 66 134
Hex 49 42 86

RGB Percentages of Color #494286

%26.74
%24.18
%49.08

CMYK Percentages of Color #494286

%46
%51
%0
%47

Triadic Colors of #494286

#494286 #864942 #428649

Analogous Colors of #494286

#494286 #6b4286 #425d86

Monochromatic Colors of #494286

#494286

Complementary Color

#494286 #7f8642

#494286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494286 Color CSS Codes

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

#494286 Text Font Color

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

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


#494286 Background Color

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

This div background color is #494286


#494286 Border Color

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

This div border color is #494286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494286


Comments

No comments written yet.

Please login to write comment.