COLOR #4A23A6

HEX: #4A23A6
RGB: (74,35,166)

Color info

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

RGB color model

#4A23A6 color RGB value is (74,35,166).

  • red value is 74;
  • green value is 35;
  • blue value is 166.
RGB:
(74,35,166)
(29%,14%,65%)

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 166 of 255 = 65%

74
35
166

R + G + B ~ 36%. #4A23A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 35 + 166 = 275 (100%)
R 74 of 275 ~ 26.91%
G 35 of 275 ~ 12.73%
B 166 of 275 ~ 60.36%

%26.91
%12.73
%60.36

CMYK color model

#4A23A6 color CMYK value is (55,79,0,35).

  • cyan value is 55.42%
  • magenta value is 78.92%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(55,79,0,35)
C55M79Y0K35 
(55%,79%,0%,35%)
(0.55/0.79/0.00/0.35)	

CMYK percentages

%55.42
%78.92
%0
%34.9

Codes

Color #4A23A6 in popluar color models

4A23A6
RGB7435166
HSL258°65.17%39.41%
HSB/HSV258°78.92%65.10%
CMYK55.42%78.92%0.00%
34.90%

Color #4A23A6 in popluar number systems.

HEX4A23A6
Decimal7435166
Binary100101010001110100110
Octal11243246

Shades and tints

Shades of #4A23A6

#4A23A6
(74,35,166)
#442097
(68,32,151)
#3E1D88
(62,29,136)
#381A79
(56,26,121)
#32176A
(50,23,106)
#2C145B
(44,20,91)
#26114C
(38,17,76)
#200E3D
(32,14,61)
#1A0B2E
(26,11,46)
#14081F
(20,8,31)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #4A23A6

#4A23A6
(74,35,166)
#5A37AE
(90,55,174)
#6A4BB6
(106,75,182)
#7A5FBE
(122,95,190)
#8A73C6
(138,115,198)
#9A87CE
(154,135,206)
#AA9BD6
(170,155,214)
#BAAFDE
(186,175,222)
#CAC3E6
(202,195,230)
#DAD7EE
(218,215,238)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A23A6 color. Also use rgb(74,35,166) instead hex code.

Text Font Color

.myTextColor { color: #4A23A6; }

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

This text font color is #4A23A6.


Background Color

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

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

This div background color is #4A23A6.


Border color

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

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

This div border color is #4A23A6.


Opacity

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

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

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

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

This text has shadow with #4A23A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A23A6 on black background.


Color preview on white background

This text has color #4A23A6 on white background.



Black color preview on #4A23A6 background

This text has black color on #4A23A6 background.


White color preview on #4A23A6 background

This text has white color on #4A23A6 background.