COLOR #493A8F

HEX: #493A8F RGB: (73,58,143)

Color info

#493A8F contains mainly blue color. Web safe color of #493A8F is #333399 (or #339).

RGB color model

#493A8F color RGB value is (73,58,143).

RGB: (73,58,143) (29%, 23%, 56%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 143 of 255 = 56%

73
58
143

R + G + B ~ 36%. #493A8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 58 + 143 = 274 (100%)
R 73 of 274 ~ 26.64%
G 58 of 274 ~ 21.17%
B 143 of 274 ~ 52.19'%

%26.64
%21.17
%52.19

CMYK color model

#493A8F color CMYK value is (49,59,0,44).

  • cyan value is 48.95%
  • magenta value is 59.44%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (49,59,0,44) C49M59Y0K44 (49%,59%,0%,44%) (0.49/0.59/0.00/0.44) 

CMYK percentages

%48.95
%59.44
%0
%43.92

Codes

Color #493A8F in popluar color models

49 3A 8F
RGB 73 58 143
HSL 251° 42.29% 39.41%
HSB/HSV 251° 59.44% 56.08%
CMYK 48.95% 59.44% 0.00%
43.92%

Color #493A8F in popluar number systems.

HEX 49 3A 8F
Decimal 73 58 143
Binary 1001001 111010 10001111
Octal 111 72 217

Shades and tints

Shades of #493A8F

#493A8F
(73,58,143)
#433582
(67,53,130)
#3D3075
(61,48,117)
#372B68
(55,43,104)
#31265B
(49,38,91)
#2B214E
(43,33,78)
#251C41
(37,28,65)
#1F1734
(31,23,52)
#191227
(25,18,39)
#130D1A
(19,13,26)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #493A8F

#493A8F
(73,58,143)
#594B99
(89,75,153)
#695CA3
(105,92,163)
#796DAD
(121,109,173)
#897EB7
(137,126,183)
#998FC1
(153,143,193)
#A9A0CB
(169,160,203)
#B9B1D5
(185,177,213)
#C9C2DF
(201,194,223)
#D9D3E9
(217,211,233)
#E9E4F3
(233,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A8F; }

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

This text font color is #493A8F.

Background Color

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

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

This div background color is #493A8F.

Border color

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

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

This div border color is #493A8F.

Opacity

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

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

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

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

This text has shadow with #493A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493A8F.

Preview

Color preview on black background

This text has color #493A8F on black background.


Color preview on white background

This text has color #493A8F on white background.


Black color preview on #493A8F background

This text has black color on #493A8F background.


White color preview on #493A8F background

This text has white color on #493A8F background.


Related colors

Complementary color

Complementary color for #hex is #B6C570.


I love getcolorcode.com

Triadic colors

1 #8F493A and #3A8F49 with #493A8F are triadic colors.

2 #8F3A49 and #3A498F with #493A8F are triadic colors.