COLOR #4B1048

HEX: #4B1048
RGB: (75,16,72)

Color info

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

RGB color model

#4B1048 color RGB value is (75,16,72).

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

RGB channels and saturation

R 75 of 255 = 29%
G 16 of 255 = 6%
B 72 of 255 = 28%

75
16
72

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

Portions of RGB colors in percentages

R + G + B =
75 + 16 + 72 = 163 (100%)
R 75 of 163 ~ 46.01%
G 16 of 163 ~ 9.82%
B 72 of 163 ~ 44.17%

%46.01
%9.82
%44.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 78.67%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,79,4,71)
C0M79Y4K71 
(0%,79%,4%,71%)
(0.00/0.79/0.04/0.71)	

CMYK percentages

%0
%78.67
%4
%70.59

Codes

Color #4B1048 in popluar color models

4B1048
RGB751672
HSL303°64.84%17.84%
HSB/HSV303°78.67%29.41%
CMYK0.00%78.67%4.00%
70.59%

Color #4B1048 in popluar number systems.

HEX4B1048
Decimal751672
Binary1001011100001001000
Octal11320110

Shades and tints

Shades of #4B1048

#4B1048
(75,16,72)
#450F42
(69,15,66)
#3F0E3C
(63,14,60)
#390D36
(57,13,54)
#330C30
(51,12,48)
#2D0B2A
(45,11,42)
#270A24
(39,10,36)
#21091E
(33,9,30)
#1B0818
(27,8,24)
#150712
(21,7,18)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B1048

#4B1048
(75,16,72)
#5B2558
(91,37,88)
#6B3A68
(107,58,104)
#7B4F78
(123,79,120)
#8B6488
(139,100,136)
#9B7998
(155,121,152)
#AB8EA8
(171,142,168)
#BBA3B8
(187,163,184)
#CBB8C8
(203,184,200)
#DBCDD8
(219,205,216)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1048; }

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

This text font color is #4B1048.


Background Color

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

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

This div background color is #4B1048.


Border color

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

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

This div border color is #4B1048.


Opacity

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

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

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

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

This text has shadow with #4B1048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1048 on black background.


Color preview on white background

This text has color #4B1048 on white background.



Black color preview on #4B1048 background

This text has black color on #4B1048 background.


White color preview on #4B1048 background

This text has white color on #4B1048 background.