COLOR #493F6A

HEX: #493F6A
RGB: (73,63,106)

Color info

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

RGB color model

#493F6A color RGB value is (73,63,106).

  • red value is 73;
  • green value is 63;
  • blue value is 106.
RGB:
(73,63,106)
(29%,25%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 106 of 255 = 42%

73
63
106

R + G + B ~ 32%. #493F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 63 + 106 = 242 (100%)
R 73 of 242 ~ 30.17%
G 63 of 242 ~ 26.03%
B 106 of 242 ~ 43.8%

%30.17
%26.03
%43.8

CMYK color model

#493F6A color CMYK value is (31,41,0,58).

  • cyan value is 31.13%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(31,41,0,58)
C31M41Y0K58 
(31%,41%,0%,58%)
(0.31/0.41/0.00/0.58)	

CMYK percentages

%31.13
%40.57
%0
%58.43

Codes

Color #493F6A in popluar color models

493F6A
RGB7363106
HSL254°25.44%33.14%
HSB/HSV254°40.57%41.57%
CMYK31.13%40.57%0.00%
58.43%

Color #493F6A in popluar number systems.

HEX493F6A
Decimal7363106
Binary10010011111111101010
Octal11177152

Shades and tints

Shades of #493F6A

#493F6A
(73,63,106)
#433A61
(67,58,97)
#3D3558
(61,53,88)
#37304F
(55,48,79)
#312B46
(49,43,70)
#2B263D
(43,38,61)
#252134
(37,33,52)
#1F1C2B
(31,28,43)
#191722
(25,23,34)
#131219
(19,18,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #493F6A

#493F6A
(73,63,106)
#595077
(89,80,119)
#696184
(105,97,132)
#797291
(121,114,145)
#89839E
(137,131,158)
#9994AB
(153,148,171)
#A9A5B8
(169,165,184)
#B9B6C5
(185,182,197)
#C9C7D2
(201,199,210)
#D9D8DF
(217,216,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F6A color. Also use rgb(73,63,106) instead hex code.

Text Font Color

.myTextColor { color: #493F6A; }

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

This text font color is #493F6A.


Background Color

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

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

This div background color is #493F6A.


Border color

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

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

This div border color is #493F6A.


Opacity

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

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

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

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

This text has shadow with #493F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F6A on black background.


Color preview on white background

This text has color #493F6A on white background.



Black color preview on #493F6A background

This text has black color on #493F6A background.


White color preview on #493F6A background

This text has white color on #493F6A background.