COLOR #4A415E

HEX: #4A415E
RGB: (74,65,94)

Color info

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

RGB color model

#4A415E color RGB value is (74,65,94).

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

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 94 of 255 = 37%

74
65
94

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

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 94 = 233 (100%)
R 74 of 233 ~ 31.76%
G 65 of 233 ~ 27.9%
B 94 of 233 ~ 40.34%

%31.76
%27.9
%40.34

CMYK color model

#4A415E color CMYK value is (21,31,0,63).

  • cyan value is 21.28%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(21,31,0,63)
C21M31Y0K63 
(21%,31%,0%,63%)
(0.21/0.31/0.00/0.63)	

CMYK percentages

%21.28
%30.85
%0
%63.14

Codes

Color #4A415E in popluar color models

4A415E
RGB746594
HSL259°18.24%31.18%
HSB/HSV259°30.85%36.86%
CMYK21.28%30.85%0.00%
63.14%

Color #4A415E in popluar number systems.

HEX4A415E
Decimal746594
Binary100101010000011011110
Octal112101136

Shades and tints

Shades of #4A415E

#4A415E
(74,65,94)
#443C56
(68,60,86)
#3E374E
(62,55,78)
#383246
(56,50,70)
#322D3E
(50,45,62)
#2C2836
(44,40,54)
#26232E
(38,35,46)
#201E26
(32,30,38)
#1A191E
(26,25,30)
#141416
(20,20,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A415E

#4A415E
(74,65,94)
#5A526C
(90,82,108)
#6A637A
(106,99,122)
#7A7488
(122,116,136)
#8A8596
(138,133,150)
#9A96A4
(154,150,164)
#AAA7B2
(170,167,178)
#BAB8C0
(186,184,192)
#CAC9CE
(202,201,206)
#DADADC
(218,218,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A415E; }

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

This text font color is #4A415E.


Background Color

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

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

This div background color is #4A415E.


Border color

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

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

This div border color is #4A415E.


Opacity

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

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

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

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

This text has shadow with #4A415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A415E on black background.


Color preview on white background

This text has color #4A415E on white background.



Black color preview on #4A415E background

This text has black color on #4A415E background.


White color preview on #4A415E background

This text has white color on #4A415E background.