COLOR #493369

HEX: #493369
RGB: (73,51,105)

Color info

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

RGB color model

#493369 color RGB value is (73,51,105).

  • red value is 73;
  • green value is 51;
  • blue value is 105.
RGB:
(73,51,105)
(29%,20%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 105 of 255 = 41%

73
51
105

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

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 105 = 229 (100%)
R 73 of 229 ~ 31.88%
G 51 of 229 ~ 22.27%
B 105 of 229 ~ 45.85%

%31.88
%22.27
%45.85

CMYK color model

#493369 color CMYK value is (30,51,0,59).

  • cyan value is 30.48%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,51,0,59)
C30M51Y0K59 
(30%,51%,0%,59%)
(0.30/0.51/0.00/0.59)	

CMYK percentages

%30.48
%51.43
%0
%58.82

Codes

Color #493369 in popluar color models

493369
RGB7351105
HSL264°34.62%30.59%
HSB/HSV264°51.43%41.18%
CMYK30.48%51.43%0.00%
58.82%

Color #493369 in popluar number systems.

HEX493369
Decimal7351105
Binary10010011100111101001
Octal11163151

Shades and tints

Shades of #493369

#493369
(73,51,105)
#432F60
(67,47,96)
#3D2B57
(61,43,87)
#37274E
(55,39,78)
#312345
(49,35,69)
#2B1F3C
(43,31,60)
#251B33
(37,27,51)
#1F172A
(31,23,42)
#191321
(25,19,33)
#130F18
(19,15,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #493369

#493369
(73,51,105)
#594576
(89,69,118)
#695783
(105,87,131)
#796990
(121,105,144)
#897B9D
(137,123,157)
#998DAA
(153,141,170)
#A99FB7
(169,159,183)
#B9B1C4
(185,177,196)
#C9C3D1
(201,195,209)
#D9D5DE
(217,213,222)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493369 color. Also use rgb(73,51,105) instead hex code.

Text Font Color

.myTextColor { color: #493369; }

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

This text font color is #493369.


Background Color

.myBgColor { background-color: #493369; }

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

This div background color is #493369.


Border color

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

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

This div border color is #493369.


Opacity

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

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

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

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

This text has shadow with #493369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493369 on black background.


Color preview on white background

This text has color #493369 on white background.



Black color preview on #493369 background

This text has black color on #493369 background.


White color preview on #493369 background

This text has white color on #493369 background.