COLOR #493E75

HEX: #493E75
RGB: (73,62,117)

Color info

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

RGB color model

#493E75 color RGB value is (73,62,117).

  • red value is 73;
  • green value is 62;
  • blue value is 117.
RGB:
(73,62,117)
(29%,24%,46%)

RGB channels and saturation

R 73 of 255 = 29%
G 62 of 255 = 24%
B 117 of 255 = 46%

73
62
117

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

Portions of RGB colors in percentages

R + G + B =
73 + 62 + 117 = 252 (100%)
R 73 of 252 ~ 28.97%
G 62 of 252 ~ 24.6%
B 117 of 252 ~ 46.43%

%28.97
%24.6
%46.43

CMYK color model

#493E75 color CMYK value is (38,47,0,54).

  • cyan value is 37.61%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,47,0,54)
C38M47Y0K54 
(38%,47%,0%,54%)
(0.38/0.47/0.00/0.54)	

CMYK percentages

%37.61
%47.01
%0
%54.12

Codes

Color #493E75 in popluar color models

493E75
RGB7362117
HSL252°30.73%35.10%
HSB/HSV252°47.01%45.88%
CMYK37.61%47.01%0.00%
54.12%

Color #493E75 in popluar number systems.

HEX493E75
Decimal7362117
Binary10010011111101110101
Octal11176165

Shades and tints

Shades of #493E75

#493E75
(73,62,117)
#43396B
(67,57,107)
#3D3461
(61,52,97)
#372F57
(55,47,87)
#312A4D
(49,42,77)
#2B2543
(43,37,67)
#252039
(37,32,57)
#1F1B2F
(31,27,47)
#191625
(25,22,37)
#13111B
(19,17,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #493E75

#493E75
(73,62,117)
#594F81
(89,79,129)
#69608D
(105,96,141)
#797199
(121,113,153)
#8982A5
(137,130,165)
#9993B1
(153,147,177)
#A9A4BD
(169,164,189)
#B9B5C9
(185,181,201)
#C9C6D5
(201,198,213)
#D9D7E1
(217,215,225)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E75; }

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

This text font color is #493E75.


Background Color

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

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

This div background color is #493E75.


Border color

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

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

This div border color is #493E75.


Opacity

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

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

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

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

This text has shadow with #493E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E75 on black background.


Color preview on white background

This text has color #493E75 on white background.



Black color preview on #493E75 background

This text has black color on #493E75 background.


White color preview on #493E75 background

This text has white color on #493E75 background.