COLOR #493655

HEX: #493655
RGB: (73,54,85)

Color info

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

RGB color model

#493655 color RGB value is (73,54,85).

  • red value is 73;
  • green value is 54;
  • blue value is 85.
RGB:
(73,54,85)
(29%,21%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 85 of 255 = 33%

73
54
85

R + G + B ~ 28%. #493655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 85 = 212 (100%)
R 73 of 212 ~ 34.43%
G 54 of 212 ~ 25.47%
B 85 of 212 ~ 40.09%

%34.43
%25.47
%40.09

CMYK color model

#493655 color CMYK value is (14,36,0,67).

  • cyan value is 14.12%
  • magenta value is 36.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(14,36,0,67)
C14M36Y0K67 
(14%,36%,0%,67%)
(0.14/0.36/0.00/0.67)	

CMYK percentages

%14.12
%36.47
%0
%66.67

Codes

Color #493655 in popluar color models

493655
RGB735485
HSL277°22.30%27.25%
HSB/HSV277°36.47%33.33%
CMYK14.12%36.47%0.00%
66.67%

Color #493655 in popluar number systems.

HEX493655
Decimal735485
Binary10010011101101010101
Octal11166125

Shades and tints

Shades of #493655

#493655
(73,54,85)
#43324E
(67,50,78)
#3D2E47
(61,46,71)
#372A40
(55,42,64)
#312639
(49,38,57)
#2B2232
(43,34,50)
#251E2B
(37,30,43)
#1F1A24
(31,26,36)
#19161D
(25,22,29)
#131216
(19,18,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #493655

#493655
(73,54,85)
#594864
(89,72,100)
#695A73
(105,90,115)
#796C82
(121,108,130)
#897E91
(137,126,145)
#9990A0
(153,144,160)
#A9A2AF
(169,162,175)
#B9B4BE
(185,180,190)
#C9C6CD
(201,198,205)
#D9D8DC
(217,216,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493655; }

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

This text font color is #493655.


Background Color

.myBgColor { background-color: #493655; }

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

This div background color is #493655.


Border color

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

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

This div border color is #493655.


Opacity

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

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

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

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

This text has shadow with #493655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493655 on black background.


Color preview on white background

This text has color #493655 on white background.



Black color preview on #493655 background

This text has black color on #493655 background.


White color preview on #493655 background

This text has white color on #493655 background.