COLOR #493B5C

HEX: #493B5C RGB: (73,59,92)

Color info

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

RGB color model

#493B5C color RGB value is (73,59,92).

RGB: (73,59,92) (29%, 23%, 36%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 92 of 255 = 36%

73
59
92

R + G + B ~ 29%. #493B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 59 + 92 = 224 (100%)
R 73 of 224 ~ 32.59%
G 59 of 224 ~ 26.34%
B 92 of 224 ~ 41.07'%

%32.59
%26.34
%41.07

CMYK color model

#493B5C color CMYK value is (21,36,0,64).

  • cyan value is 20.65%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (21,36,0,64)
C21M36Y0K64 (21%, 36%, 0%, 64%)
(0.21 / 0.36 / 0.00 / 0.64)

CMYK percentages

%20.65
%35.87
%0
%63.92

Codes

Color #493B5C in popluar color models

49 3B 5C
RGB 73 59 92
HSL 265° 21.85% 29.61%
HSB/HSV 265° 35.87% 36.08%
CMYK 20.65% 35.87% 0.00%
63.92%

Color #493B5C in popluar number systems.

HEX 49 3B 5C
Decimal 73 59 92
Binary 1001001 111011 1011100
Octal 111 73 134

Shades and tints

Shades of #493B5C

#493B5C
(73,59,92)
#433654
(67,54,84)
#3D314C
(61,49,76)
#372C44
(55,44,68)
#31273C
(49,39,60)
#2B2234
(43,34,52)
#251D2C
(37,29,44)
#1F1824
(31,24,36)
#19131C
(25,19,28)
#130E14
(19,14,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #493B5C

#493B5C
(73,59,92)
#594C6A
(89,76,106)
#695D78
(105,93,120)
#796E86
(121,110,134)
#897F94
(137,127,148)
#9990A2
(153,144,162)
#A9A1B0
(169,161,176)
#B9B2BE
(185,178,190)
#C9C3CC
(201,195,204)
#D9D4DA
(217,212,218)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B5C color. Also use rgb(73,59,92) instead hex code.

Text Font Color

.myTextColor { color: #493B5C; }

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

This text font color is #493B5C.

Background Color

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

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

This div background color is #493B5C.

Border color

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

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

This div border color is #493B5C.

Opacity

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

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

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

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

This text has shadow with #493B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493B5C.

Preview

Color preview on black background

This text has color #493B5C on black background.


Color preview on white background

This text has color #493B5C on white background.


Black color preview on #493B5C background

This text has black color on #493B5C background.


White color preview on #493B5C background

This text has white color on #493B5C background.


Related colors

Complementary color

Complementary color for #hex is #B6C4A3.


I love getcolorcode.com

Triadic colors

1 #5C493B and #3B5C49 with #493B5C are triadic colors.

2 #5C3B49 and #3B495C with #493B5C are triadic colors.