COLOR #4B1248

HEX: #4B1248
RGB: (75,18,72)

Color info

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

RGB color model

#4B1248 color RGB value is (75,18,72).

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

RGB channels and saturation

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

75
18
72

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

Portions of RGB colors in percentages

R + G + B =
75 + 18 + 72 = 165 (100%)
R 75 of 165 ~ 45.45%
G 18 of 165 ~ 10.91%
B 72 of 165 ~ 43.64%

%45.45
%10.91
%43.64

CMYK color model

#4B1248 color CMYK value is (0,76,4,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,76,4,71)
C0M76Y4K71 
(0%,76%,4%,71%)
(0.00/0.76/0.04/0.71)	

CMYK percentages

%0
%76
%4
%70.59

Codes

Color #4B1248 in popluar color models

4B1248
RGB751872
HSL303°61.29%18.24%
HSB/HSV303°76.00%29.41%
CMYK0.00%76.00%4.00%
70.59%

Color #4B1248 in popluar number systems.

HEX4B1248
Decimal751872
Binary1001011100101001000
Octal11322110

Shades and tints

Shades of #4B1248

#4B1248
(75,18,72)
#451142
(69,17,66)
#3F103C
(63,16,60)
#390F36
(57,15,54)
#330E30
(51,14,48)
#2D0D2A
(45,13,42)
#270C24
(39,12,36)
#210B1E
(33,11,30)
#1B0A18
(27,10,24)
#150912
(21,9,18)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B1248

#4B1248
(75,18,72)
#5B2758
(91,39,88)
#6B3C68
(107,60,104)
#7B5178
(123,81,120)
#8B6688
(139,102,136)
#9B7B98
(155,123,152)
#AB90A8
(171,144,168)
#BBA5B8
(187,165,184)
#CBBAC8
(203,186,200)
#DBCFD8
(219,207,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1248; }

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

This text font color is #4B1248.


Background Color

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

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

This div background color is #4B1248.


Border color

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

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

This div border color is #4B1248.


Opacity

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

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

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

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

This text has shadow with #4B1248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1248 on black background.


Color preview on white background

This text has color #4B1248 on white background.



Black color preview on #4B1248 background

This text has black color on #4B1248 background.


White color preview on #4B1248 background

This text has white color on #4B1248 background.