COLOR #4A2F96

HEX: #4A2F96
RGB: (74,47,150)

Color info

#4A2F96 contains mainly blue color. Web safe color of #4A2F96 is #333399 (or #339).

RGB color model

#4A2F96 color RGB value is (74,47,150).

  • red value is 74;
  • green value is 47;
  • blue value is 150.
RGB:
(74,47,150)
(29%,18%,59%)

RGB channels and saturation

R 74 of 255 = 29%
G 47 of 255 = 18%
B 150 of 255 = 59%

74
47
150

R + G + B ~ 35%. #4A2F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 47 + 150 = 271 (100%)
R 74 of 271 ~ 27.31%
G 47 of 271 ~ 17.34%
B 150 of 271 ~ 55.35%

%27.31
%17.34
%55.35

CMYK color model

#4A2F96 color CMYK value is (51,69,0,41).

  • cyan value is 50.67%
  • magenta value is 68.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(51,69,0,41)
C51M69Y0K41 
(51%,69%,0%,41%)
(0.51/0.69/0.00/0.41)	

CMYK percentages

%50.67
%68.67
%0
%41.18

Codes

Color #4A2F96 in popluar color models

4A2F96
RGB7447150
HSL256°52.28%38.63%
HSB/HSV256°68.67%58.82%
CMYK50.67%68.67%0.00%
41.18%

Color #4A2F96 in popluar number systems.

HEX4A2F96
Decimal7447150
Binary100101010111110010110
Octal11257226

Shades and tints

Shades of #4A2F96

#4A2F96
(74,47,150)
#442B89
(68,43,137)
#3E277C
(62,39,124)
#38236F
(56,35,111)
#321F62
(50,31,98)
#2C1B55
(44,27,85)
#261748
(38,23,72)
#20133B
(32,19,59)
#1A0F2E
(26,15,46)
#140B21
(20,11,33)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #4A2F96

#4A2F96
(74,47,150)
#5A419F
(90,65,159)
#6A53A8
(106,83,168)
#7A65B1
(122,101,177)
#8A77BA
(138,119,186)
#9A89C3
(154,137,195)
#AA9BCC
(170,155,204)
#BAADD5
(186,173,213)
#CABFDE
(202,191,222)
#DAD1E7
(218,209,231)
#EAE3F0
(234,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2F96 color. Also use rgb(74,47,150) instead hex code.

Text Font Color

.myTextColor { color: #4A2F96; }

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

This text font color is #4A2F96.


Background Color

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

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

This div background color is #4A2F96.


Border color

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

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

This div border color is #4A2F96.


Opacity

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

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

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

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

This text has shadow with #4A2F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2F96 on black background.


Color preview on white background

This text has color #4A2F96 on white background.



Black color preview on #4A2F96 background

This text has black color on #4A2F96 background.


White color preview on #4A2F96 background

This text has white color on #4A2F96 background.