COLOR #493F6C

HEX: #493F6C RGB: (73,63,108)

Color info

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

RGB color model

#493F6C color RGB value is (73,63,108).

RGB: (73,63,108) (29%, 25%, 42%)

RGB channels and saturation

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

73
63
108

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

Portions of RGB colors in percentages

R + G + B = 73 + 63 + 108 = 244 (100%)
R 73 of 244 ~ 29.92%
G 63 of 244 ~ 25.82%
B 108 of 244 ~ 44.26'%

%29.92
%25.82
%44.26

CMYK color model

#493F6C color CMYK value is (32,42,0,58).

  • cyan value is 32.41%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (32,42,0,58) C32M42Y0K58 (32%,42%,0%,58%) (0.32/0.42/0.00/0.58) 

CMYK percentages

%32.41
%41.67
%0
%57.65

Codes

Color #493F6C in popluar color models

49 3F 6C
RGB 73 63 108
HSL 253° 26.32% 33.53%
HSB/HSV 253° 41.67% 42.35%
CMYK 32.41% 41.67% 0.00%
57.65%

Color #493F6C in popluar number systems.

HEX 49 3F 6C
Decimal 73 63 108
Binary 1001001 111111 1101100
Octal 111 77 154

Shades and tints

Shades of #493F6C

#493F6C
(73,63,108)
#433A63
(67,58,99)
#3D355A
(61,53,90)
#373051
(55,48,81)
#312B48
(49,43,72)
#2B263F
(43,38,63)
#252136
(37,33,54)
#1F1C2D
(31,28,45)
#191724
(25,23,36)
#13121B
(19,18,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #493F6C

#493F6C
(73,63,108)
#595079
(89,80,121)
#696186
(105,97,134)
#797293
(121,114,147)
#8983A0
(137,131,160)
#9994AD
(153,148,173)
#A9A5BA
(169,165,186)
#B9B6C7
(185,182,199)
#C9C7D4
(201,199,212)
#D9D8E1
(217,216,225)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F6C; }

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

This text font color is #493F6C.

Background Color

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

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

This div background color is #493F6C.

Border color

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

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

This div border color is #493F6C.

Opacity

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

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

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

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

This text has shadow with #493F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493F6C.

Preview

Color preview on black background

This text has color #493F6C on black background.


Color preview on white background

This text has color #493F6C on white background.


Black color preview on #493F6C background

This text has black color on #493F6C background.


White color preview on #493F6C background

This text has white color on #493F6C background.


Related colors

Complementary color

Complementary color for #hex is #B6C093.


I love getcolorcode.com

Triadic colors

1 #6C493F and #3F6C49 with #493F6C are triadic colors.

2 #6C3F49 and #3F496C with #493F6C are triadic colors.