COLOR #493A75

HEX: #493A75 RGB: (73,58,117)

Color info

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

RGB color model

#493A75 color RGB value is (73,58,117).

RGB: (73,58,117) (29%, 23%, 46%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 117 of 255 = 46%

73
58
117

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

Portions of RGB colors in percentages

R + G + B = 73 + 58 + 117 = 248 (100%)
R 73 of 248 ~ 29.44%
G 58 of 248 ~ 23.39%
B 117 of 248 ~ 47.18'%

%29.44
%23.39
%47.18

CMYK color model

#493A75 color CMYK value is (38,50,0,54).

  • cyan value is 37.61%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (38,50,0,54)
C38M50Y0K54 (38%, 50%, 0%, 54%)
(0.38 / 0.50 / 0.00 / 0.54)

CMYK percentages

%37.61
%50.43
%0
%54.12

Codes

Color #493A75 in popluar color models

49 3A 75
RGB 73 58 117
HSL 255° 33.71% 34.31%
HSB/HSV 255° 50.43% 45.88%
CMYK 37.61% 50.43% 0.00%
54.12%

Color #493A75 in popluar number systems.

HEX 49 3A 75
Decimal 73 58 117
Binary 1001001 111010 1110101
Octal 111 72 165

Shades and tints

Shades of #493A75

#493A75
(73,58,117)
#43356B
(67,53,107)
#3D3061
(61,48,97)
#372B57
(55,43,87)
#31264D
(49,38,77)
#2B2143
(43,33,67)
#251C39
(37,28,57)
#1F172F
(31,23,47)
#191225
(25,18,37)
#130D1B
(19,13,27)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #493A75

#493A75
(73,58,117)
#594B81
(89,75,129)
#695C8D
(105,92,141)
#796D99
(121,109,153)
#897EA5
(137,126,165)
#998FB1
(153,143,177)
#A9A0BD
(169,160,189)
#B9B1C9
(185,177,201)
#C9C2D5
(201,194,213)
#D9D3E1
(217,211,225)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A75 color. Also use rgb(73,58,117) instead hex code.

Text Font Color

.myTextColor { color: #493A75; }

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

This text font color is #493A75.

Background Color

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

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

This div background color is #493A75.

Border color

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

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

This div border color is #493A75.

Opacity

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

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

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

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

This text has shadow with #493A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493A75.

Preview

Color preview on black background

This text has color #493A75 on black background.


Color preview on white background

This text has color #493A75 on white background.


Black color preview on #493A75 background

This text has black color on #493A75 background.


White color preview on #493A75 background

This text has white color on #493A75 background.


Related colors

Complementary color

Complementary color for #hex is #B6C58A.


I love getcolorcode.com

Triadic colors

1 #75493A and #3A7549 with #493A75 are triadic colors.

2 #753A49 and #3A4975 with #493A75 are triadic colors.