COLOR #493F74

HEX: #493F74 RGB: (73,63,116)

Color info

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

RGB color model

#493F74 color RGB value is (73,63,116).

RGB: (73,63,116) (29%, 25%, 45%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 116 of 255 = 45%

73
63
116

R + G + B ~ 33%. #493F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 63 + 116 = 252 (100%)
R 73 of 252 ~ 28.97%
G 63 of 252 ~ 25%
B 116 of 252 ~ 46.03'%

%28.97
%25
%46.03

CMYK color model

#493F74 color CMYK value is (37,46,0,55).

  • cyan value is 37.07%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (37,46,0,55)
C37M46Y0K55 (37%, 46%, 0%, 55%)
(0.37 / 0.46 / 0.00 / 0.55)

CMYK percentages

%37.07
%45.69
%0
%54.51

Codes

Color #493F74 in popluar color models

49 3F 74
RGB 73 63 116
HSL 251° 29.61% 35.10%
HSB/HSV 251° 45.69% 45.49%
CMYK 37.07% 45.69% 0.00%
54.51%

Color #493F74 in popluar number systems.

HEX 49 3F 74
Decimal 73 63 116
Binary 1001001 111111 1110100
Octal 111 77 164

Shades and tints

Shades of #493F74

#493F74
(73,63,116)
#433A6A
(67,58,106)
#3D3560
(61,53,96)
#373056
(55,48,86)
#312B4C
(49,43,76)
#2B2642
(43,38,66)
#252138
(37,33,56)
#1F1C2E
(31,28,46)
#191724
(25,23,36)
#13121A
(19,18,26)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #493F74

#493F74
(73,63,116)
#595080
(89,80,128)
#69618C
(105,97,140)
#797298
(121,114,152)
#8983A4
(137,131,164)
#9994B0
(153,148,176)
#A9A5BC
(169,165,188)
#B9B6C8
(185,182,200)
#C9C7D4
(201,199,212)
#D9D8E0
(217,216,224)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F74; }

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

This text font color is #493F74.

Background Color

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

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

This div background color is #493F74.

Border color

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

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

This div border color is #493F74.

Opacity

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

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

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

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

This text has shadow with #493F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493F74.

Preview

Color preview on black background

This text has color #493F74 on black background.


Color preview on white background

This text has color #493F74 on white background.


Black color preview on #493F74 background

This text has black color on #493F74 background.


White color preview on #493F74 background

This text has white color on #493F74 background.


Related colors

Complementary color

Complementary color for #hex is #B6C08B.


I love getcolorcode.com

Triadic colors

1 #74493F and #3F7449 with #493F74 are triadic colors.

2 #743F49 and #3F4974 with #493F74 are triadic colors.