Color Hex Logo

#493765 Color Hex

#493765
(73,55,101)
0 Favorites   0 Comments

Color spaces of #493765

RGB 7355101
HSL0.730.290.31
HSV263°46°40°
CMYK 0.280.460.00   0.60
XYZ6.46285.088412.9535
Yxy5.08840.26370.2076
Hunter Lab22.557511.6653-18.2567
CIE-Lab26.985118.7978-24.2523

#493765 color RGB value is (73,55,101).

#493765 hex color red value is 73, green value is 55 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #493765 hue: 0.73 , saturation: 0.29 and the lightness value of 493765 is 0.31.

The process color (four color CMYK) of #493765 color hex is 0.28, 0.46, 0.00, 0.60. Web safe color of #493765 is #333366. Color #493765 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110111 01100101
Octal 111 67 145
Decimal 73 55 101
Hex 49 37 65

RGB Percentages of Color #493765

%31.88
%24.02
%44.10

CMYK Percentages of Color #493765

%28
%46
%0
%60

Triadic Colors of #493765

#493765 #654937 #376549

Analogous Colors of #493765

#493765 #603765 #373c65

Monochromatic Colors of #493765

#493765

Complementary Color

#493765 #536537

#493765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493765 Color CSS Codes

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

#493765 Text Font Color

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

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


#493765 Background Color

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

This div background color is #493765


#493765 Border Color

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

This div border color is #493765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493765


Comments

No comments written yet.

Please login to write comment.