Color Hex Logo

#493965 Color Hex

#493965
(73,57,101)
0 Favorites   0 Comments

Color spaces of #493965

RGB 7357101
HSL0.730.280.31
HSV262°44°40°
CMYK 0.280.440.00   0.60
XYZ6.55975.282312.9858
Yxy5.28230.26420.2128
Hunter Lab22.983310.7254-17.4112
CIE-Lab27.524417.4885-23.4043

#493965 color RGB value is (73,57,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 01100101
Octal 111 71 145
Decimal 73 57 101
Hex 49 39 65

RGB Percentages of Color #493965

%31.60
%24.68
%43.72

CMYK Percentages of Color #493965

%28
%44
%0
%60

Triadic Colors of #493965

#493965 #654939 #396549

Analogous Colors of #493965

#493965 #5f3965 #393f65

Monochromatic Colors of #493965

#493965

Complementary Color

#493965 #556539

#493965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493965 Color CSS Codes

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

#493965 Text Font Color

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

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


#493965 Background Color

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

This div background color is #493965


#493965 Border Color

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

This div border color is #493965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,57,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 #493965">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493965


Comments

No comments written yet.

Please login to write comment.