COLOR #4A1161

HEX: #4A1161
RGB: (74,17,97)

Color info

#4A1161 contains mainly red and blue colors. Web safe color of #4A1161 is #330066 (or #306).

RGB color model

#4A1161 color RGB value is (74,17,97).

  • red value is 74;
  • green value is 17;
  • blue value is 97.
RGB:
(74,17,97)
(29%,7%,38%)

RGB channels and saturation

R 74 of 255 = 29%
G 17 of 255 = 7%
B 97 of 255 = 38%

74
17
97

R + G + B ~ 25%. #4A1161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 17 + 97 = 188 (100%)
R 74 of 188 ~ 39.36%
G 17 of 188 ~ 9.04%
B 97 of 188 ~ 51.6%

%39.36
%51.6

CMYK color model

#4A1161 color CMYK value is (24,82,0,62).

  • cyan value is 23.71%
  • magenta value is 82.47%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(24,82,0,62)
C24M82Y0K62 
(24%,82%,0%,62%)
(0.24/0.82/0.00/0.62)	

CMYK percentages

%23.71
%82.47
%0
%61.96

Codes

Color #4A1161 in popluar color models

4A1161
RGB741797
HSL283°70.18%22.35%
HSB/HSV283°82.47%38.04%
CMYK23.71%82.47%0.00%
61.96%

Color #4A1161 in popluar number systems.

HEX4A1161
Decimal741797
Binary1001010100011100001
Octal11221141

Shades and tints

Shades of #4A1161

#4A1161
(74,17,97)
#441059
(68,16,89)
#3E0F51
(62,15,81)
#380E49
(56,14,73)
#320D41
(50,13,65)
#2C0C39
(44,12,57)
#260B31
(38,11,49)
#200A29
(32,10,41)
#1A0921
(26,9,33)
#140819
(20,8,25)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #4A1161

#4A1161
(74,17,97)
#5A266F
(90,38,111)
#6A3B7D
(106,59,125)
#7A508B
(122,80,139)
#8A6599
(138,101,153)
#9A7AA7
(154,122,167)
#AA8FB5
(170,143,181)
#BAA4C3
(186,164,195)
#CAB9D1
(202,185,209)
#DACEDF
(218,206,223)
#EAE3ED
(234,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1161 color. Also use rgb(74,17,97) instead hex code.

Text Font Color

.myTextColor { color: #4A1161; }

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

This text font color is #4A1161.


Background Color

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

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

This div background color is #4A1161.


Border color

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

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

This div border color is #4A1161.


Opacity

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

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

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

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

This text has shadow with #4A1161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1161 on black background.


Color preview on white background

This text has color #4A1161 on white background.



Black color preview on #4A1161 background

This text has black color on #4A1161 background.


White color preview on #4A1161 background

This text has white color on #4A1161 background.