COLOR #493D74

HEX: #493D74
RGB: (73,61,116)

Color info

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

RGB color model

#493D74 color RGB value is (73,61,116).

  • red value is 73;
  • green value is 61;
  • blue value is 116.
RGB:
(73,61,116)
(29%,24%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 61 of 255 = 24%
B 116 of 255 = 45%

73
61
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 61 + 116 = 250 (100%)
R 73 of 250 ~ 29.2%
G 61 of 250 ~ 24.4%
B 116 of 250 ~ 46.4%

%29.2
%24.4
%46.4

CMYK color model

#493D74 color CMYK value is (37,47,0,55).

  • cyan value is 37.07%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(37,47,0,55)
C37M47Y0K55 
(37%,47%,0%,55%)
(0.37/0.47/0.00/0.55)	

CMYK percentages

%37.07
%47.41
%0
%54.51

Codes

Color #493D74 in popluar color models

493D74
RGB7361116
HSL253°31.07%34.71%
HSB/HSV253°47.41%45.49%
CMYK37.07%47.41%0.00%
54.51%

Color #493D74 in popluar number systems.

HEX493D74
Decimal7361116
Binary10010011111011110100
Octal11175164

Shades and tints

Shades of #493D74

#493D74
(73,61,116)
#43386A
(67,56,106)
#3D3360
(61,51,96)
#372E56
(55,46,86)
#31294C
(49,41,76)
#2B2442
(43,36,66)
#251F38
(37,31,56)
#1F1A2E
(31,26,46)
#191524
(25,21,36)
#13101A
(19,16,26)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #493D74

#493D74
(73,61,116)
#594E80
(89,78,128)
#695F8C
(105,95,140)
#797098
(121,112,152)
#8981A4
(137,129,164)
#9992B0
(153,146,176)
#A9A3BC
(169,163,188)
#B9B4C8
(185,180,200)
#C9C5D4
(201,197,212)
#D9D6E0
(217,214,224)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493D74; }

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

This text font color is #493D74.


Background Color

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

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

This div background color is #493D74.


Border color

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

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

This div border color is #493D74.


Opacity

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

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

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

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

This text has shadow with #493D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D74 on black background.


Color preview on white background

This text has color #493D74 on white background.



Black color preview on #493D74 background

This text has black color on #493D74 background.


White color preview on #493D74 background

This text has white color on #493D74 background.