COLOR #4A3D5D

HEX: #4A3D5D
RGB: (74,61,93)

Color info

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

RGB color model

#4A3D5D color RGB value is (74,61,93).

  • red value is 74;
  • green value is 61;
  • blue value is 93.
RGB:
(74,61,93)
(29%,24%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 61 of 255 = 24%
B 93 of 255 = 36%

74
61
93

R + G + B ~ 30%. #4A3D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 61 + 93 = 228 (100%)
R 74 of 228 ~ 32.46%
G 61 of 228 ~ 26.75%
B 93 of 228 ~ 40.79%

%32.46
%26.75
%40.79

CMYK color model

#4A3D5D color CMYK value is (20,34,0,64).

  • cyan value is 20.43%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,34,0,64)
C20M34Y0K64 
(20%,34%,0%,64%)
(0.20/0.34/0.00/0.64)	

CMYK percentages

%20.43
%34.41
%0
%63.53

Codes

Color #4A3D5D in popluar color models

4A3D5D
RGB746193
HSL264°20.78%30.20%
HSB/HSV264°34.41%36.47%
CMYK20.43%34.41%0.00%
63.53%

Color #4A3D5D in popluar number systems.

HEX4A3D5D
Decimal746193
Binary10010101111011011101
Octal11275135

Shades and tints

Shades of #4A3D5D

#4A3D5D
(74,61,93)
#443855
(68,56,85)
#3E334D
(62,51,77)
#382E45
(56,46,69)
#32293D
(50,41,61)
#2C2435
(44,36,53)
#261F2D
(38,31,45)
#201A25
(32,26,37)
#1A151D
(26,21,29)
#141015
(20,16,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A3D5D

#4A3D5D
(74,61,93)
#5A4E6B
(90,78,107)
#6A5F79
(106,95,121)
#7A7087
(122,112,135)
#8A8195
(138,129,149)
#9A92A3
(154,146,163)
#AAA3B1
(170,163,177)
#BAB4BF
(186,180,191)
#CAC5CD
(202,197,205)
#DAD6DB
(218,214,219)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3D5D color. Also use rgb(74,61,93) instead hex code.

Text Font Color

.myTextColor { color: #4A3D5D; }

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

This text font color is #4A3D5D.


Background Color

.myBgColor { background-color: #4A3D5D; }

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

This div background color is #4A3D5D.


Border color

.myBorderColor { border: 1px solid #4A3D5D; }

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

This div border color is #4A3D5D.


Opacity

.myOpacity80 { color: #4A3D5D; opacity: 0.8; }

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

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

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

This text has shadow with #4A3D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3D5D on black background.


Color preview on white background

This text has color #4A3D5D on white background.



Black color preview on #4A3D5D background

This text has black color on #4A3D5D background.


White color preview on #4A3D5D background

This text has white color on #4A3D5D background.