COLOR #4B0848

HEX: #4B0848
RGB: (75,8,72)

Color info

#4B0848 contains mainly red and blue colors. Web safe color of #4B0848 is #330033 (or #303).

RGB color model

#4B0848 color RGB value is (75,8,72).

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

RGB channels and saturation

R 75 of 255 = 29%
G 8 of 255 = 3%
B 72 of 255 = 28%

75
8
72

R + G + B ~ 20%. #4B0848 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 8 + 72 = 155 (100%)
R 75 of 155 ~ 48.39%
G 8 of 155 ~ 5.16%
B 72 of 155 ~ 46.45%

%48.39
%46.45

CMYK color model

#4B0848 color CMYK value is (0,89,4,71).

  • cyan value is 0.00%
  • magenta value is 89.33%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,89,4,71)
C0M89Y4K71 
(0%,89%,4%,71%)
(0.00/0.89/0.04/0.71)	

CMYK percentages

%0
%89.33
%4
%70.59

Codes

Color #4B0848 in popluar color models

4B0848
RGB75872
HSL303°80.72%16.27%
HSB/HSV303°89.33%29.41%
CMYK0.00%89.33%4.00%
70.59%

Color #4B0848 in popluar number systems.

HEX4B0848
Decimal75872
Binary100101110001001000
Octal11310110

Shades and tints

Shades of #4B0848

#4B0848
(75,8,72)
#450842
(69,8,66)
#3F083C
(63,8,60)
#390836
(57,8,54)
#330830
(51,8,48)
#2D082A
(45,8,42)
#270824
(39,8,36)
#21081E
(33,8,30)
#1B0818
(27,8,24)
#150812
(21,8,18)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B0848

#4B0848
(75,8,72)
#5B1E58
(91,30,88)
#6B3468
(107,52,104)
#7B4A78
(123,74,120)
#8B6088
(139,96,136)
#9B7698
(155,118,152)
#AB8CA8
(171,140,168)
#BBA2B8
(187,162,184)
#CBB8C8
(203,184,200)
#DBCED8
(219,206,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0848; }

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

This text font color is #4B0848.


Background Color

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

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

This div background color is #4B0848.


Border color

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

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

This div border color is #4B0848.


Opacity

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

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

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

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

This text has shadow with #4B0848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0848 on black background.


Color preview on white background

This text has color #4B0848 on white background.



Black color preview on #4B0848 background

This text has black color on #4B0848 background.


White color preview on #4B0848 background

This text has white color on #4B0848 background.