COLOR #4B0248

HEX: #4B0248
RGB: (75,2,72)

Color info

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

RGB color model

#4B0248 color RGB value is (75,2,72).

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

RGB channels and saturation

R 75 of 255 = 29%
G 2 of 255 = 1%
B 72 of 255 = 28%

75
2
72

R + G + B ~ 19%. #4B0248 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 2 + 72 = 149 (100%)
R 75 of 149 ~ 50.34%
G 2 of 149 ~ 1.34%
B 72 of 149 ~ 48.32%

%50.34
%48.32

CMYK color model

#4B0248 color CMYK value is (0,97,4,71).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,97,4,71)
C0M97Y4K71 
(0%,97%,4%,71%)
(0.00/0.97/0.04/0.71)	

CMYK percentages

%0
%97.33
%4
%70.59

Codes

Color #4B0248 in popluar color models

4B0248
RGB75272
HSL302°94.81%15.10%
HSB/HSV302°97.33%29.41%
CMYK0.00%97.33%4.00%
70.59%

Color #4B0248 in popluar number systems.

HEX4B0248
Decimal75272
Binary1001011101001000
Octal1132110

Shades and tints

Shades of #4B0248

#4B0248
(75,2,72)
#450242
(69,2,66)
#3F023C
(63,2,60)
#390236
(57,2,54)
#330230
(51,2,48)
#2D022A
(45,2,42)
#270224
(39,2,36)
#21021E
(33,2,30)
#1B0218
(27,2,24)
#150212
(21,2,18)
#0F020C
(15,2,12)
#000000
(0,0,0)

Tints of #4B0248

#4B0248
(75,2,72)
#5B1958
(91,25,88)
#6B3068
(107,48,104)
#7B4778
(123,71,120)
#8B5E88
(139,94,136)
#9B7598
(155,117,152)
#AB8CA8
(171,140,168)
#BBA3B8
(187,163,184)
#CBBAC8
(203,186,200)
#DBD1D8
(219,209,216)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0248; }

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

This text font color is #4B0248.


Background Color

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

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

This div background color is #4B0248.


Border color

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

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

This div border color is #4B0248.


Opacity

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

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

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

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

This text has shadow with #4B0248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0248 on black background.


Color preview on white background

This text has color #4B0248 on white background.



Black color preview on #4B0248 background

This text has black color on #4B0248 background.


White color preview on #4B0248 background

This text has white color on #4B0248 background.