COLOR #4B0C4F

HEX: #4B0C4F
RGB: (75,12,79)

Color info

#4B0C4F contains mainly red and blue colors. Web safe color of #4B0C4F is #330066 (or #306).

RGB color model

#4B0C4F color RGB value is (75,12,79).

  • red value is 75;
  • green value is 12;
  • blue value is 79.
RGB:
(75,12,79)
(29%,5%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 12 of 255 = 5%
B 79 of 255 = 31%

75
12
79

R + G + B ~ 22%. #4B0C4F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 12 + 79 = 166 (100%)
R 75 of 166 ~ 45.18%
G 12 of 166 ~ 7.23%
B 79 of 166 ~ 47.59%

%45.18
%47.59

CMYK color model

#4B0C4F color CMYK value is (5,85,0,69).

  • cyan value is 5.06%
  • magenta value is 84.81%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,85,0,69)
C5M85Y0K69 
(5%,85%,0%,69%)
(0.05/0.85/0.00/0.69)	

CMYK percentages

%5.06
%84.81
%0
%69.02

Codes

Color #4B0C4F in popluar color models

4B0C4F
RGB751279
HSL296°73.63%17.84%
HSB/HSV296°84.81%30.98%
CMYK5.06%84.81%0.00%
69.02%

Color #4B0C4F in popluar number systems.

HEX4B0C4F
Decimal751279
Binary100101111001001111
Octal11314117

Shades and tints

Shades of #4B0C4F

#4B0C4F
(75,12,79)
#450B48
(69,11,72)
#3F0A41
(63,10,65)
#39093A
(57,9,58)
#330833
(51,8,51)
#2D072C
(45,7,44)
#270625
(39,6,37)
#21051E
(33,5,30)
#1B0417
(27,4,23)
#150310
(21,3,16)
#0F0209
(15,2,9)
#000000
(0,0,0)

Tints of #4B0C4F

#4B0C4F
(75,12,79)
#5B225F
(91,34,95)
#6B386F
(107,56,111)
#7B4E7F
(123,78,127)
#8B648F
(139,100,143)
#9B7A9F
(155,122,159)
#AB90AF
(171,144,175)
#BBA6BF
(187,166,191)
#CBBCCF
(203,188,207)
#DBD2DF
(219,210,223)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0C4F color. Also use rgb(75,12,79) instead hex code.

Text Font Color

.myTextColor { color: #4B0C4F; }

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

This text font color is #4B0C4F.


Background Color

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

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

This div background color is #4B0C4F.


Border color

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

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

This div border color is #4B0C4F.


Opacity

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

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

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

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

This text has shadow with #4B0C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0C4F on black background.


Color preview on white background

This text has color #4B0C4F on white background.



Black color preview on #4B0C4F background

This text has black color on #4B0C4F background.


White color preview on #4B0C4F background

This text has white color on #4B0C4F background.