COLOR #4B0F49

HEX: #4B0F49
RGB: (75,15,73)

Color info

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

RGB color model

#4B0F49 color RGB value is (75,15,73).

  • red value is 75;
  • green value is 15;
  • blue value is 73.
RGB:
(75,15,73)
(29%,6%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 73 of 255 = 29%

75
15
73

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

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 73 = 163 (100%)
R 75 of 163 ~ 46.01%
G 15 of 163 ~ 9.2%
B 73 of 163 ~ 44.79%

%46.01
%44.79

CMYK color model

#4B0F49 color CMYK value is (0,80,3,71).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,80,3,71)
C0M80Y3K71 
(0%,80%,3%,71%)
(0.00/0.80/0.03/0.71)	

CMYK percentages

%0
%80
%2.67
%70.59

Codes

Color #4B0F49 in popluar color models

4B0F49
RGB751573
HSL302°66.67%17.65%
HSB/HSV302°80.00%29.41%
CMYK0.00%80.00%2.67%
70.59%

Color #4B0F49 in popluar number systems.

HEX4B0F49
Decimal751573
Binary100101111111001001
Octal11317111

Shades and tints

Shades of #4B0F49

#4B0F49
(75,15,73)
#450E43
(69,14,67)
#3F0D3D
(63,13,61)
#390C37
(57,12,55)
#330B31
(51,11,49)
#2D0A2B
(45,10,43)
#270925
(39,9,37)
#21081F
(33,8,31)
#1B0719
(27,7,25)
#150613
(21,6,19)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B0F49

#4B0F49
(75,15,73)
#5B2459
(91,36,89)
#6B3969
(107,57,105)
#7B4E79
(123,78,121)
#8B6389
(139,99,137)
#9B7899
(155,120,153)
#AB8DA9
(171,141,169)
#BBA2B9
(187,162,185)
#CBB7C9
(203,183,201)
#DBCCD9
(219,204,217)
#EBE1E9
(235,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0F49 color. Also use rgb(75,15,73) instead hex code.

Text Font Color

.myTextColor { color: #4B0F49; }

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

This text font color is #4B0F49.


Background Color

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

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

This div background color is #4B0F49.


Border color

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

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

This div border color is #4B0F49.


Opacity

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

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

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

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

This text has shadow with #4B0F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F49 on black background.


Color preview on white background

This text has color #4B0F49 on white background.



Black color preview on #4B0F49 background

This text has black color on #4B0F49 background.


White color preview on #4B0F49 background

This text has white color on #4B0F49 background.