COLOR #493A68

HEX: #493A68
RGB: (73,58,104)

Color info

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

RGB color model

#493A68 color RGB value is (73,58,104).

  • red value is 73;
  • green value is 58;
  • blue value is 104.
RGB:
(73,58,104)
(29%,23%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 104 of 255 = 41%

73
58
104

R + G + B ~ 31%. #493A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 104 = 235 (100%)
R 73 of 235 ~ 31.06%
G 58 of 235 ~ 24.68%
B 104 of 235 ~ 44.26%

%31.06
%24.68
%44.26

CMYK color model

#493A68 color CMYK value is (30,44,0,59).

  • cyan value is 29.81%
  • magenta value is 44.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,44,0,59)
C30M44Y0K59 
(30%,44%,0%,59%)
(0.30/0.44/0.00/0.59)	

CMYK percentages

%29.81
%44.23
%0
%59.22

Codes

Color #493A68 in popluar color models

493A68
RGB7358104
HSL260°28.40%31.76%
HSB/HSV260°44.23%40.78%
CMYK29.81%44.23%0.00%
59.22%

Color #493A68 in popluar number systems.

HEX493A68
Decimal7358104
Binary10010011110101101000
Octal11172150

Shades and tints

Shades of #493A68

#493A68
(73,58,104)
#43355F
(67,53,95)
#3D3056
(61,48,86)
#372B4D
(55,43,77)
#312644
(49,38,68)
#2B213B
(43,33,59)
#251C32
(37,28,50)
#1F1729
(31,23,41)
#191220
(25,18,32)
#130D17
(19,13,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #493A68

#493A68
(73,58,104)
#594B75
(89,75,117)
#695C82
(105,92,130)
#796D8F
(121,109,143)
#897E9C
(137,126,156)
#998FA9
(153,143,169)
#A9A0B6
(169,160,182)
#B9B1C3
(185,177,195)
#C9C2D0
(201,194,208)
#D9D3DD
(217,211,221)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A68; }

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

This text font color is #493A68.


Background Color

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

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

This div background color is #493A68.


Border color

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

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

This div border color is #493A68.


Opacity

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

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

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

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

This text has shadow with #493A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A68 on black background.


Color preview on white background

This text has color #493A68 on white background.



Black color preview on #493A68 background

This text has black color on #493A68 background.


White color preview on #493A68 background

This text has white color on #493A68 background.