Color Hex Logo

#494387 Color Hex

#494387
(73,67,135)
0 Favorites   0 Comments

Color spaces of #494387

RGB 7367135
HSL0.680.340.40
HSV245°50°53°
CMYK 0.460.500.00   0.47
XYZ9.12807.180023.8265
Yxy7.18000.22740.1789
Hunter Lab26.795513.9146-33.9636
CIE-Lab32.213221.1564-37.3949

#494387 color RGB value is (73,67,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 10000111
Octal 111 103 207
Decimal 73 67 135
Hex 49 43 87

RGB Percentages of Color #494387

%26.55
%24.36
%49.09

CMYK Percentages of Color #494387

%46
%50
%0
%47

Triadic Colors of #494387

#494387 #874943 #438749

Analogous Colors of #494387

#494387 #6b4387 #435f87

Monochromatic Colors of #494387

#494387

Complementary Color

#494387 #818743

#494387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494387 Color CSS Codes

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

#494387 Text Font Color

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

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


#494387 Background Color

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

This div background color is #494387


#494387 Border Color

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

This div border color is #494387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494387


Comments

No comments written yet.

Please login to write comment.