COLOR #4B1148

HEX: #4B1148
RGB: (75,17,72)

Color info

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

RGB color model

#4B1148 color RGB value is (75,17,72).

  • red value is 75;
  • green value is 17;
  • blue value is 72.
RGB:
(75,17,72)
(29%,7%,28%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 72 of 255 = 28%

75
17
72

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

Portions of RGB colors in percentages

R + G + B =
75 + 17 + 72 = 164 (100%)
R 75 of 164 ~ 45.73%
G 17 of 164 ~ 10.37%
B 72 of 164 ~ 43.9%

%45.73
%10.37
%43.9

CMYK color model

#4B1148 color CMYK value is (0,77,4,71).

  • cyan value is 0.00%
  • magenta value is 77.33%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,77,4,71)
C0M77Y4K71 
(0%,77%,4%,71%)
(0.00/0.77/0.04/0.71)	

CMYK percentages

%0
%77.33
%4
%70.59

Codes

Color #4B1148 in popluar color models

4B1148
RGB751772
HSL303°63.04%18.04%
HSB/HSV303°77.33%29.41%
CMYK0.00%77.33%4.00%
70.59%

Color #4B1148 in popluar number systems.

HEX4B1148
Decimal751772
Binary1001011100011001000
Octal11321110

Shades and tints

Shades of #4B1148

#4B1148
(75,17,72)
#451042
(69,16,66)
#3F0F3C
(63,15,60)
#390E36
(57,14,54)
#330D30
(51,13,48)
#2D0C2A
(45,12,42)
#270B24
(39,11,36)
#210A1E
(33,10,30)
#1B0918
(27,9,24)
#150812
(21,8,18)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #4B1148

#4B1148
(75,17,72)
#5B2658
(91,38,88)
#6B3B68
(107,59,104)
#7B5078
(123,80,120)
#8B6588
(139,101,136)
#9B7A98
(155,122,152)
#AB8FA8
(171,143,168)
#BBA4B8
(187,164,184)
#CBB9C8
(203,185,200)
#DBCED8
(219,206,216)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1148 color. Also use rgb(75,17,72) instead hex code.

Text Font Color

.myTextColor { color: #4B1148; }

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

This text font color is #4B1148.


Background Color

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

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

This div background color is #4B1148.


Border color

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

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

This div border color is #4B1148.


Opacity

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

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

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

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

This text has shadow with #4B1148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1148 on black background.


Color preview on white background

This text has color #4B1148 on white background.



Black color preview on #4B1148 background

This text has black color on #4B1148 background.


White color preview on #4B1148 background

This text has white color on #4B1148 background.