COLOR #4A317B

HEX: #4A317B
RGB: (74,49,123)

Color info

#4A317B contains mainly red and blue colors. Web safe color of #4A317B is #333366 (or #336).

RGB color model

#4A317B color RGB value is (74,49,123).

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

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 123 of 255 = 48%

74
49
123

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

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 123 = 246 (100%)
R 74 of 246 ~ 30.08%
G 49 of 246 ~ 19.92%
B 123 of 246 ~ 50%

%30.08
%19.92
%50

CMYK color model

#4A317B color CMYK value is (40,60,0,52).

  • cyan value is 39.84%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(40,60,0,52)
C40M60Y0K52 
(40%,60%,0%,52%)
(0.40/0.60/0.00/0.52)	

CMYK percentages

%39.84
%60.16
%0
%51.76

Codes

Color #4A317B in popluar color models

4A317B
RGB7449123
HSL260°43.02%33.73%
HSB/HSV260°60.16%48.24%
CMYK39.84%60.16%0.00%
51.76%

Color #4A317B in popluar number systems.

HEX4A317B
Decimal7449123
Binary10010101100011111011
Octal11261173

Shades and tints

Shades of #4A317B

#4A317B
(74,49,123)
#442D70
(68,45,112)
#3E2965
(62,41,101)
#38255A
(56,37,90)
#32214F
(50,33,79)
#2C1D44
(44,29,68)
#261939
(38,25,57)
#20152E
(32,21,46)
#1A1123
(26,17,35)
#140D18
(20,13,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #4A317B

#4A317B
(74,49,123)
#5A4387
(90,67,135)
#6A5593
(106,85,147)
#7A679F
(122,103,159)
#8A79AB
(138,121,171)
#9A8BB7
(154,139,183)
#AA9DC3
(170,157,195)
#BAAFCF
(186,175,207)
#CAC1DB
(202,193,219)
#DAD3E7
(218,211,231)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A317B; }

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

This text font color is #4A317B.


Background Color

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

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

This div background color is #4A317B.


Border color

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

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

This div border color is #4A317B.


Opacity

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

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

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

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

This text has shadow with #4A317B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A317B on black background.


Color preview on white background

This text has color #4A317B on white background.



Black color preview on #4A317B background

This text has black color on #4A317B background.


White color preview on #4A317B background

This text has white color on #4A317B background.