COLOR #493B79

HEX: #493B79
RGB: (73,59,121)

Color info

#493B79 contains mainly red and blue colors. Web safe color of #493B79 is #333366 (or #336).

RGB color model

#493B79 color RGB value is (73,59,121).

  • red value is 73;
  • green value is 59;
  • blue value is 121.
RGB:
(73,59,121)
(29%,23%,47%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 121 of 255 = 47%

73
59
121

R + G + B ~ 33%. #493B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 59 + 121 = 253 (100%)
R 73 of 253 ~ 28.85%
G 59 of 253 ~ 23.32%
B 121 of 253 ~ 47.83%

%28.85
%23.32
%47.83

CMYK color model

#493B79 color CMYK value is (40,51,0,53).

  • cyan value is 39.67%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,51,0,53)
C40M51Y0K53 
(40%,51%,0%,53%)
(0.40/0.51/0.00/0.53)	

CMYK percentages

%39.67
%51.24
%0
%52.55

Codes

Color #493B79 in popluar color models

493B79
RGB7359121
HSL254°34.44%35.29%
HSB/HSV254°51.24%47.45%
CMYK39.67%51.24%0.00%
52.55%

Color #493B79 in popluar number systems.

HEX493B79
Decimal7359121
Binary10010011110111111001
Octal11173171

Shades and tints

Shades of #493B79

#493B79
(73,59,121)
#43366E
(67,54,110)
#3D3163
(61,49,99)
#372C58
(55,44,88)
#31274D
(49,39,77)
#2B2242
(43,34,66)
#251D37
(37,29,55)
#1F182C
(31,24,44)
#191321
(25,19,33)
#130E16
(19,14,22)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #493B79

#493B79
(73,59,121)
#594C85
(89,76,133)
#695D91
(105,93,145)
#796E9D
(121,110,157)
#897FA9
(137,127,169)
#9990B5
(153,144,181)
#A9A1C1
(169,161,193)
#B9B2CD
(185,178,205)
#C9C3D9
(201,195,217)
#D9D4E5
(217,212,229)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B79 color. Also use rgb(73,59,121) instead hex code.

Text Font Color

.myTextColor { color: #493B79; }

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

This text font color is #493B79.


Background Color

.myBgColor { background-color: #493B79; }

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

This div background color is #493B79.


Border color

.myBorderColor { border: 1px solid #493B79; }

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

This div border color is #493B79.


Opacity

.myOpacity80 { color: #493B79; opacity: 0.8; }

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

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

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

This text has shadow with #493B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B79 on black background.


Color preview on white background

This text has color #493B79 on white background.



Black color preview on #493B79 background

This text has black color on #493B79 background.


White color preview on #493B79 background

This text has white color on #493B79 background.