COLOR #4B1A46

HEX: #4B1A46
RGB: (75,26,70)

Color info

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

RGB color model

#4B1A46 color RGB value is (75,26,70).

  • red value is 75;
  • green value is 26;
  • blue value is 70.
RGB:
(75,26,70)
(29%,10%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 26 of 255 = 10%
B 70 of 255 = 27%

75
26
70

R + G + B ~ 22%. #4B1A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 26 + 70 = 171 (100%)
R 75 of 171 ~ 43.86%
G 26 of 171 ~ 15.2%
B 70 of 171 ~ 40.94%

%43.86
%15.2
%40.94

CMYK color model

#4B1A46 color CMYK value is (0,65,7,71).

  • cyan value is 0.00%
  • magenta value is 65.33%
  • yellow value is 6.67%
  • key color value is 70.59%
CMYK:
(0,65,7,71)
C0M65Y7K71 
(0%,65%,7%,71%)
(0.00/0.65/0.07/0.71)	

CMYK percentages

%0
%65.33
%6.67
%70.59

Codes

Color #4B1A46 in popluar color models

4B1A46
RGB752670
HSL306°48.51%19.80%
HSB/HSV306°65.33%29.41%
CMYK0.00%65.33%6.67%
70.59%

Color #4B1A46 in popluar number systems.

HEX4B1A46
Decimal752670
Binary1001011110101000110
Octal11332106

Shades and tints

Shades of #4B1A46

#4B1A46
(75,26,70)
#451840
(69,24,64)
#3F163A
(63,22,58)
#391434
(57,20,52)
#33122E
(51,18,46)
#2D1028
(45,16,40)
#270E22
(39,14,34)
#210C1C
(33,12,28)
#1B0A16
(27,10,22)
#150810
(21,8,16)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #4B1A46

#4B1A46
(75,26,70)
#5B2E56
(91,46,86)
#6B4266
(107,66,102)
#7B5676
(123,86,118)
#8B6A86
(139,106,134)
#9B7E96
(155,126,150)
#AB92A6
(171,146,166)
#BBA6B6
(187,166,182)
#CBBAC6
(203,186,198)
#DBCED6
(219,206,214)
#EBE2E6
(235,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1A46 color. Also use rgb(75,26,70) instead hex code.

Text Font Color

.myTextColor { color: #4B1A46; }

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

This text font color is #4B1A46.


Background Color

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

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

This div background color is #4B1A46.


Border color

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

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

This div border color is #4B1A46.


Opacity

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

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

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

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

This text has shadow with #4B1A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1A46 on black background.


Color preview on white background

This text has color #4B1A46 on white background.



Black color preview on #4B1A46 background

This text has black color on #4B1A46 background.


White color preview on #4B1A46 background

This text has white color on #4B1A46 background.