COLOR #493F55

HEX: #493F55 RGB: (73,63,85)

Color info

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

RGB color model

#493F55 color RGB value is (73,63,85).

RGB: (73,63,85) (29%, 25%, 33%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 85 of 255 = 33%

73
63
85

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

Portions of RGB colors in percentages

R + G + B = 73 + 63 + 85 = 221 (100%)
R 73 of 221 ~ 33.03%
G 63 of 221 ~ 28.51%
B 85 of 221 ~ 38.46'%

%33.03
%28.51
%38.46

CMYK color model

#493F55 color CMYK value is (14,26,0,67).

  • cyan value is 14.12%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (14,26,0,67)
C14M26Y0K67 (14%, 26%, 0%, 67%)
(0.14 / 0.26 / 0.00 / 0.67)

CMYK percentages

%14.12
%25.88
%0
%66.67

Codes

Color #493F55 in popluar color models

49 3F 55
RGB 73 63 85
HSL 267° 14.86% 29.02%
HSB/HSV 267° 25.88% 33.33%
CMYK 14.12% 25.88% 0.00%
66.67%

Color #493F55 in popluar number systems.

HEX 49 3F 55
Decimal 73 63 85
Binary 1001001 111111 1010101
Octal 111 77 125

Shades and tints

Shades of #493F55

#493F55
(73,63,85)
#433A4E
(67,58,78)
#3D3547
(61,53,71)
#373040
(55,48,64)
#312B39
(49,43,57)
#2B2632
(43,38,50)
#25212B
(37,33,43)
#1F1C24
(31,28,36)
#19171D
(25,23,29)
#131216
(19,18,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #493F55

#493F55
(73,63,85)
#595064
(89,80,100)
#696173
(105,97,115)
#797282
(121,114,130)
#898391
(137,131,145)
#9994A0
(153,148,160)
#A9A5AF
(169,165,175)
#B9B6BE
(185,182,190)
#C9C7CD
(201,199,205)
#D9D8DC
(217,216,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F55; }

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

This text font color is #493F55.

Background Color

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

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

This div background color is #493F55.

Border color

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

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

This div border color is #493F55.

Opacity

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

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

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

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

This text has shadow with #493F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493F55.

Preview

Color preview on black background

This text has color #493F55 on black background.


Color preview on white background

This text has color #493F55 on white background.


Black color preview on #493F55 background

This text has black color on #493F55 background.


White color preview on #493F55 background

This text has white color on #493F55 background.


Related colors

Complementary color

Complementary color for #hex is #B6C0AA.


I love getcolorcode.com

Triadic colors

1 #55493F and #3F5549 with #493F55 are triadic colors.

2 #553F49 and #3F4955 with #493F55 are triadic colors.