COLOR #4A104B

HEX: #4A104B
RGB: (74,16,75)

Color info

#4A104B contains red, green and blue colors in about the same proportion. Web safe color of #4A104B is #330033 (or #303).

RGB color model

#4A104B color RGB value is (74,16,75).

  • red value is 74;
  • green value is 16;
  • blue value is 75.
RGB:
(74,16,75)
(29%,6%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 16 of 255 = 6%
B 75 of 255 = 29%

74
16
75

R + G + B ~ 21%. #4A104B is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 16 + 75 = 165 (100%)
R 74 of 165 ~ 44.85%
G 16 of 165 ~ 9.7%
B 75 of 165 ~ 45.45%

%44.85
%9.7
%45.45

CMYK color model

#4A104B color CMYK value is (1,79,0,71).

  • cyan value is 1.33%
  • magenta value is 78.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(1,79,0,71)
C1M79Y0K71 
(1%,79%,0%,71%)
(0.01/0.79/0.00/0.71)	

CMYK percentages

%1.33
%78.67
%0
%70.59

Codes

Color #4A104B in popluar color models

4A104B
RGB741675
HSL299°64.84%17.84%
HSB/HSV299°78.67%29.41%
CMYK1.33%78.67%0.00%
70.59%

Color #4A104B in popluar number systems.

HEX4A104B
Decimal741675
Binary1001010100001001011
Octal11220113

Shades and tints

Shades of #4A104B

#4A104B
(74,16,75)
#440F45
(68,15,69)
#3E0E3F
(62,14,63)
#380D39
(56,13,57)
#320C33
(50,12,51)
#2C0B2D
(44,11,45)
#260A27
(38,10,39)
#200921
(32,9,33)
#1A081B
(26,8,27)
#140715
(20,7,21)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #4A104B

#4A104B
(74,16,75)
#5A255B
(90,37,91)
#6A3A6B
(106,58,107)
#7A4F7B
(122,79,123)
#8A648B
(138,100,139)
#9A799B
(154,121,155)
#AA8EAB
(170,142,171)
#BAA3BB
(186,163,187)
#CAB8CB
(202,184,203)
#DACDDB
(218,205,219)
#EAE2EB
(234,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A104B color. Also use rgb(74,16,75) instead hex code.

Text Font Color

.myTextColor { color: #4A104B; }

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

This text font color is #4A104B.


Background Color

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

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

This div background color is #4A104B.


Border color

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

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

This div border color is #4A104B.


Opacity

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

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

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

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

This text has shadow with #4A104B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A104B on black background.


Color preview on white background

This text has color #4A104B on white background.



Black color preview on #4A104B background

This text has black color on #4A104B background.


White color preview on #4A104B background

This text has white color on #4A104B background.