COLOR #4A416D

HEX: #4A416D
RGB: (74,65,109)

Color info

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

RGB color model

#4A416D color RGB value is (74,65,109).

  • red value is 74;
  • green value is 65;
  • blue value is 109.
RGB:
(74,65,109)
(29%,25%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 109 of 255 = 43%

74
65
109

R + G + B ~ 32%. #4A416D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 109 = 248 (100%)
R 74 of 248 ~ 29.84%
G 65 of 248 ~ 26.21%
B 109 of 248 ~ 43.95%

%29.84
%26.21
%43.95

CMYK color model

#4A416D color CMYK value is (32,40,0,57).

  • cyan value is 32.11%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(32,40,0,57)
C32M40Y0K57 
(32%,40%,0%,57%)
(0.32/0.40/0.00/0.57)	

CMYK percentages

%32.11
%40.37
%0
%57.25

Codes

Color #4A416D in popluar color models

4A416D
RGB7465109
HSL252°25.29%34.12%
HSB/HSV252°40.37%42.75%
CMYK32.11%40.37%0.00%
57.25%

Color #4A416D in popluar number systems.

HEX4A416D
Decimal7465109
Binary100101010000011101101
Octal112101155

Shades and tints

Shades of #4A416D

#4A416D
(74,65,109)
#443C64
(68,60,100)
#3E375B
(62,55,91)
#383252
(56,50,82)
#322D49
(50,45,73)
#2C2840
(44,40,64)
#262337
(38,35,55)
#201E2E
(32,30,46)
#1A1925
(26,25,37)
#14141C
(20,20,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A416D

#4A416D
(74,65,109)
#5A527A
(90,82,122)
#6A6387
(106,99,135)
#7A7494
(122,116,148)
#8A85A1
(138,133,161)
#9A96AE
(154,150,174)
#AAA7BB
(170,167,187)
#BAB8C8
(186,184,200)
#CAC9D5
(202,201,213)
#DADAE2
(218,218,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A416D color. Also use rgb(74,65,109) instead hex code.

Text Font Color

.myTextColor { color: #4A416D; }

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

This text font color is #4A416D.


Background Color

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

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

This div background color is #4A416D.


Border color

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

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

This div border color is #4A416D.


Opacity

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

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

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

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

This text has shadow with #4A416D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A416D on black background.


Color preview on white background

This text has color #4A416D on white background.



Black color preview on #4A416D background

This text has black color on #4A416D background.


White color preview on #4A416D background

This text has white color on #4A416D background.