COLOR #4B0551

HEX: #4B0551
RGB: (75,5,81)

Color info

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

RGB color model

#4B0551 color RGB value is (75,5,81).

  • red value is 75;
  • green value is 5;
  • blue value is 81.
RGB:
(75,5,81)
(29%,2%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 5 of 255 = 2%
B 81 of 255 = 32%

75
5
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 5 + 81 = 161 (100%)
R 75 of 161 ~ 46.58%
G 5 of 161 ~ 3.11%
B 81 of 161 ~ 50.31%

%46.58
%50.31

CMYK color model

#4B0551 color CMYK value is (7,94,0,68).

  • cyan value is 7.41%
  • magenta value is 93.83%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,94,0,68)
C7M94Y0K68 
(7%,94%,0%,68%)
(0.07/0.94/0.00/0.68)	

CMYK percentages

%7.41
%93.83
%0
%68.24

Codes

Color #4B0551 in popluar color models

4B0551
RGB75581
HSL295°88.37%16.86%
HSB/HSV295°93.83%31.76%
CMYK7.41%93.83%0.00%
68.24%

Color #4B0551 in popluar number systems.

HEX4B0551
Decimal75581
Binary10010111011010001
Octal1135121

Shades and tints

Shades of #4B0551

#4B0551
(75,5,81)
#45054A
(69,5,74)
#3F0543
(63,5,67)
#39053C
(57,5,60)
#330535
(51,5,53)
#2D052E
(45,5,46)
#270527
(39,5,39)
#210520
(33,5,32)
#1B0519
(27,5,25)
#150512
(21,5,18)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B0551

#4B0551
(75,5,81)
#5B1B60
(91,27,96)
#6B316F
(107,49,111)
#7B477E
(123,71,126)
#8B5D8D
(139,93,141)
#9B739C
(155,115,156)
#AB89AB
(171,137,171)
#BB9FBA
(187,159,186)
#CBB5C9
(203,181,201)
#DBCBD8
(219,203,216)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0551 color. Also use rgb(75,5,81) instead hex code.

Text Font Color

.myTextColor { color: #4B0551; }

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

This text font color is #4B0551.


Background Color

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

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

This div background color is #4B0551.


Border color

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

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

This div border color is #4B0551.


Opacity

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

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

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

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

This text has shadow with #4B0551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0551 on black background.


Color preview on white background

This text has color #4B0551 on white background.



Black color preview on #4B0551 background

This text has black color on #4B0551 background.


White color preview on #4B0551 background

This text has white color on #4B0551 background.