Color Hex Logo

#493688 Color Hex

#493688
(73,54,136)
0 Favorites   0 Comments

Color spaces of #493688

RGB 7354136
HSL0.710.430.37
HSV254°60°53°
CMYK 0.460.600.00   0.47
XYZ8.51085.832423.9697
Yxy5.83240.22210.1522
Hunter Lab24.150420.6418-41.9412
CIE-Lab28.985629.7868-43.2007

#493688 color RGB value is (73,54,136).

#493688 hex color red value is 73, green value is 54 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #493688 hue: 0.71 , saturation: 0.43 and the lightness value of 493688 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 10001000
Octal 111 66 210
Decimal 73 54 136
Hex 49 36 88

RGB Percentages of Color #493688

%27.76
%20.53
%51.71

CMYK Percentages of Color #493688

%46
%60
%0
%47

Triadic Colors of #493688

#493688 #884936 #368849

Analogous Colors of #493688

#493688 #723688 #364c88

Monochromatic Colors of #493688

#493688

Complementary Color

#493688 #758836

#493688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493688 Color CSS Codes

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

#493688 Text Font Color

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

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


#493688 Background Color

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

This div background color is #493688


#493688 Border Color

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

This div border color is #493688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493688


Comments

No comments written yet.

Please login to write comment.