COLOR #4A3569

HEX: #4A3569
RGB: (74,53,105)

Color info

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

RGB color model

#4A3569 color RGB value is (74,53,105).

  • red value is 74;
  • green value is 53;
  • blue value is 105.
RGB:
(74,53,105)
(29%,21%,41%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 105 of 255 = 41%

74
53
105

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

Portions of RGB colors in percentages

R + G + B =
74 + 53 + 105 = 232 (100%)
R 74 of 232 ~ 31.9%
G 53 of 232 ~ 22.84%
B 105 of 232 ~ 45.26%

%31.9
%22.84
%45.26

CMYK color model

#4A3569 color CMYK value is (30,50,0,59).

  • cyan value is 29.52%
  • magenta value is 49.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,50,0,59)
C30M50Y0K59 
(30%,50%,0%,59%)
(0.30/0.50/0.00/0.59)	

CMYK percentages

%29.52
%49.52
%0
%58.82

Codes

Color #4A3569 in popluar color models

4A3569
RGB7453105
HSL264°32.91%30.98%
HSB/HSV264°49.52%41.18%
CMYK29.52%49.52%0.00%
58.82%

Color #4A3569 in popluar number systems.

HEX4A3569
Decimal7453105
Binary10010101101011101001
Octal11265151

Shades and tints

Shades of #4A3569

#4A3569
(74,53,105)
#443160
(68,49,96)
#3E2D57
(62,45,87)
#38294E
(56,41,78)
#322545
(50,37,69)
#2C213C
(44,33,60)
#261D33
(38,29,51)
#20192A
(32,25,42)
#1A1521
(26,21,33)
#141118
(20,17,24)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #4A3569

#4A3569
(74,53,105)
#5A4776
(90,71,118)
#6A5983
(106,89,131)
#7A6B90
(122,107,144)
#8A7D9D
(138,125,157)
#9A8FAA
(154,143,170)
#AAA1B7
(170,161,183)
#BAB3C4
(186,179,196)
#CAC5D1
(202,197,209)
#DAD7DE
(218,215,222)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3569 color. Also use rgb(74,53,105) instead hex code.

Text Font Color

.myTextColor { color: #4A3569; }

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

This text font color is #4A3569.


Background Color

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

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

This div background color is #4A3569.


Border color

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

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

This div border color is #4A3569.


Opacity

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

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

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

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

This text has shadow with #4A3569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3569 on black background.


Color preview on white background

This text has color #4A3569 on white background.



Black color preview on #4A3569 background

This text has black color on #4A3569 background.


White color preview on #4A3569 background

This text has white color on #4A3569 background.