COLOR #493965

HEX: #493965
RGB: (73,57,101)

Color info

#493965 contains red, green and blue colors in about the same proportion. Web safe color of #493965 is #333366 (or #336).

RGB color model

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

  • red value is 73;
  • green value is 57;
  • blue value is 101.
RGB:
(73,57,101)
(29%,22%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 101 of 255 = 40%

73
57
101

R + G + B ~ 30%. #493965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 101 = 231 (100%)
R 73 of 231 ~ 31.6%
G 57 of 231 ~ 24.68%
B 101 of 231 ~ 43.72%

%31.6
%24.68
%43.72

CMYK color model

#493965 color CMYK value is (28,44,0,60).

  • cyan value is 27.72%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(28,44,0,60)
C28M44Y0K60 
(28%,44%,0%,60%)
(0.28/0.44/0.00/0.60)	

CMYK percentages

%27.72
%43.56
%0
%60.39

Codes

Color #493965 in popluar color models

493965
RGB7357101
HSL262°27.85%30.98%
HSB/HSV262°43.56%39.61%
CMYK27.72%43.56%0.00%
60.39%

Color #493965 in popluar number systems.

HEX493965
Decimal7357101
Binary10010011110011100101
Octal11171145

Shades and tints

Shades of #493965

#493965
(73,57,101)
#43345C
(67,52,92)
#3D2F53
(61,47,83)
#372A4A
(55,42,74)
#312541
(49,37,65)
#2B2038
(43,32,56)
#251B2F
(37,27,47)
#1F1626
(31,22,38)
#19111D
(25,17,29)
#130C14
(19,12,20)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #493965

#493965
(73,57,101)
#594B73
(89,75,115)
#695D81
(105,93,129)
#796F8F
(121,111,143)
#89819D
(137,129,157)
#9993AB
(153,147,171)
#A9A5B9
(169,165,185)
#B9B7C7
(185,183,199)
#C9C9D5
(201,201,213)
#D9DBE3
(217,219,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493965 color. Also use rgb(73,57,101) instead hex code.

Text Font Color

.myTextColor { color: #493965; }

<p style="color:#493965">This sample text font color is #493965.</p>

This text font color is #493965.


Background Color

.myBgColor { background-color: #493965; }

<div style="background-color:#493965">Inner text</div>

This div background color is #493965.


Border color

.myBorderColor { border: 1px solid #493965; }

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

This div border color is #493965.


Opacity

.myOpacity80 { color: #493965; opacity: 0.8; }

<p style="color:#493965;opacity:0.8;">80%</p>

Text with #493965 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #493965;}

<p style="text-shadow: 3px 3px 1px #493965">Text here.</p>

This text has shadow with #493965 color.

.textShadow {text-shadow: 3px 3px 1px #493965, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #493965, 5px 5px 20px red">Text here.</p>

This text has shadow with #493965 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#493965, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#493965, Direction=45, Strength=4)">Text</p>

This text has shadow with #493965 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #493965;
  -webkit-box-shadow:	1px 1px 3px 2px #493965;
  box-shadow:		1px 1px 3px 2px #493965;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #493965 on black background.


Color preview on white background

This text has color #493965 on white background.



Black color preview on #493965 background

This text has black color on #493965 background.


White color preview on #493965 background

This text has white color on #493965 background.