COLOR #4A3165

HEX: #4A3165
RGB: (74,49,101)

Color info

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

RGB color model

#4A3165 color RGB value is (74,49,101).

  • red value is 74;
  • green value is 49;
  • blue value is 101.
RGB:
(74,49,101)
(29%,19%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 101 of 255 = 40%

74
49
101

R + G + B ~ 29%. #4A3165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 101 = 224 (100%)
R 74 of 224 ~ 33.04%
G 49 of 224 ~ 21.88%
B 101 of 224 ~ 45.09%

%33.04
%21.88
%45.09

CMYK color model

#4A3165 color CMYK value is (27,51,0,60).

  • cyan value is 26.73%
  • magenta value is 51.49%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(27,51,0,60)
C27M51Y0K60 
(27%,51%,0%,60%)
(0.27/0.51/0.00/0.60)	

CMYK percentages

%26.73
%51.49
%0
%60.39

Codes

Color #4A3165 in popluar color models

4A3165
RGB7449101
HSL269°34.67%29.41%
HSB/HSV269°51.49%39.61%
CMYK26.73%51.49%0.00%
60.39%

Color #4A3165 in popluar number systems.

HEX4A3165
Decimal7449101
Binary10010101100011100101
Octal11261145

Shades and tints

Shades of #4A3165

#4A3165
(74,49,101)
#442D5C
(68,45,92)
#3E2953
(62,41,83)
#38254A
(56,37,74)
#322141
(50,33,65)
#2C1D38
(44,29,56)
#26192F
(38,25,47)
#201526
(32,21,38)
#1A111D
(26,17,29)
#140D14
(20,13,20)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A3165

#4A3165
(74,49,101)
#5A4373
(90,67,115)
#6A5581
(106,85,129)
#7A678F
(122,103,143)
#8A799D
(138,121,157)
#9A8BAB
(154,139,171)
#AA9DB9
(170,157,185)
#BAAFC7
(186,175,199)
#CAC1D5
(202,193,213)
#DAD3E3
(218,211,227)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3165 color. Also use rgb(74,49,101) instead hex code.

Text Font Color

.myTextColor { color: #4A3165; }

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

This text font color is #4A3165.


Background Color

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

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

This div background color is #4A3165.


Border color

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

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

This div border color is #4A3165.


Opacity

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

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

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

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

This text has shadow with #4A3165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3165 on black background.


Color preview on white background

This text has color #4A3165 on white background.



Black color preview on #4A3165 background

This text has black color on #4A3165 background.


White color preview on #4A3165 background

This text has white color on #4A3165 background.