COLOR #493051

HEX: #493051
RGB: (73,48,81)

Color info

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

RGB color model

#493051 color RGB value is (73,48,81).

  • red value is 73;
  • green value is 48;
  • blue value is 81.
RGB:
(73,48,81)
(29%,19%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 81 of 255 = 32%

73
48
81

R + G + B ~ 27%. #493051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 81 = 202 (100%)
R 73 of 202 ~ 36.14%
G 48 of 202 ~ 23.76%
B 81 of 202 ~ 40.1%

%36.14
%23.76
%40.1

CMYK color model

#493051 color CMYK value is (10,41,0,68).

  • cyan value is 9.88%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,41,0,68)
C10M41Y0K68 
(10%,41%,0%,68%)
(0.10/0.41/0.00/0.68)	

CMYK percentages

%9.88
%40.74
%0
%68.24

Codes

Color #493051 in popluar color models

493051
RGB734881
HSL285°25.58%25.29%
HSB/HSV285°40.74%31.76%
CMYK9.88%40.74%0.00%
68.24%

Color #493051 in popluar number systems.

HEX493051
Decimal734881
Binary10010011100001010001
Octal11160121

Shades and tints

Shades of #493051

#493051
(73,48,81)
#432C4A
(67,44,74)
#3D2843
(61,40,67)
#37243C
(55,36,60)
#312035
(49,32,53)
#2B1C2E
(43,28,46)
#251827
(37,24,39)
#1F1420
(31,20,32)
#191019
(25,16,25)
#130C12
(19,12,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #493051

#493051
(73,48,81)
#594260
(89,66,96)
#69546F
(105,84,111)
#79667E
(121,102,126)
#89788D
(137,120,141)
#998A9C
(153,138,156)
#A99CAB
(169,156,171)
#B9AEBA
(185,174,186)
#C9C0C9
(201,192,201)
#D9D2D8
(217,210,216)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493051 color. Also use rgb(73,48,81) instead hex code.

Text Font Color

.myTextColor { color: #493051; }

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

This text font color is #493051.


Background Color

.myBgColor { background-color: #493051; }

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

This div background color is #493051.


Border color

.myBorderColor { border: 1px solid #493051; }

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

This div border color is #493051.


Opacity

.myOpacity80 { color: #493051; opacity: 0.8; }

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

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

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

This text has shadow with #493051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493051 on black background.


Color preview on white background

This text has color #493051 on white background.



Black color preview on #493051 background

This text has black color on #493051 background.


White color preview on #493051 background

This text has white color on #493051 background.