COLOR #493555

HEX: #493555
RGB: (73,53,85)

Color info

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

RGB color model

#493555 color RGB value is (73,53,85).

  • red value is 73;
  • green value is 53;
  • blue value is 85.
RGB:
(73,53,85)
(29%,21%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 85 of 255 = 33%

73
53
85

R + G + B ~ 28%. #493555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 85 = 211 (100%)
R 73 of 211 ~ 34.6%
G 53 of 211 ~ 25.12%
B 85 of 211 ~ 40.28%

%34.6
%25.12
%40.28

CMYK color model

#493555 color CMYK value is (14,38,0,67).

  • cyan value is 14.12%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(14,38,0,67)
C14M38Y0K67 
(14%,38%,0%,67%)
(0.14/0.38/0.00/0.67)	

CMYK percentages

%14.12
%37.65
%0
%66.67

Codes

Color #493555 in popluar color models

493555
RGB735385
HSL278°23.19%27.06%
HSB/HSV278°37.65%33.33%
CMYK14.12%37.65%0.00%
66.67%

Color #493555 in popluar number systems.

HEX493555
Decimal735385
Binary10010011101011010101
Octal11165125

Shades and tints

Shades of #493555

#493555
(73,53,85)
#43314E
(67,49,78)
#3D2D47
(61,45,71)
#372940
(55,41,64)
#312539
(49,37,57)
#2B2132
(43,33,50)
#251D2B
(37,29,43)
#1F1924
(31,25,36)
#19151D
(25,21,29)
#131116
(19,17,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #493555

#493555
(73,53,85)
#594764
(89,71,100)
#695973
(105,89,115)
#796B82
(121,107,130)
#897D91
(137,125,145)
#998FA0
(153,143,160)
#A9A1AF
(169,161,175)
#B9B3BE
(185,179,190)
#C9C5CD
(201,197,205)
#D9D7DC
(217,215,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493555 color. Also use rgb(73,53,85) instead hex code.

Text Font Color

.myTextColor { color: #493555; }

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

This text font color is #493555.


Background Color

.myBgColor { background-color: #493555; }

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

This div background color is #493555.


Border color

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

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

This div border color is #493555.


Opacity

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

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

Text with #493555 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 #493555;}

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

This text has shadow with #493555 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #493555;
-webkit-box-shadow: 1px 1px 3px 2px #493555;
box-shadow:1px 1px 3px 2px #493555;">
Div content here</div>
This div box has shadow with color #493555.

Preview

Color preview on black background

This text has color #493555 on black background.


Color preview on white background

This text has color #493555 on white background.



Black color preview on #493555 background

This text has black color on #493555 background.


White color preview on #493555 background

This text has white color on #493555 background.