COLOR #4B0550

HEX: #4B0550
RGB: (75,5,80)

Color info

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

RGB color model

#4B0550 color RGB value is (75,5,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 5 of 255 = 2%
B 80 of 255 = 31%

75
5
80

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

Portions of RGB colors in percentages

R + G + B =
75 + 5 + 80 = 160 (100%)
R 75 of 160 ~ 46.88%
G 5 of 160 ~ 3.13%
B 80 of 160 ~ 50%

%46.88
%50

CMYK color model

#4B0550 color CMYK value is (6,94,0,69).

  • cyan value is 6.25%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(6,94,0,69)
C6M94Y0K69 
(6%,94%,0%,69%)
(0.06/0.94/0.00/0.69)	

CMYK percentages

%6.25
%93.75
%0
%68.63

Codes

Color #4B0550 in popluar color models

4B0550
RGB75580
HSL296°88.24%16.67%
HSB/HSV296°93.75%31.37%
CMYK6.25%93.75%0.00%
68.63%

Color #4B0550 in popluar number systems.

HEX4B0550
Decimal75580
Binary10010111011010000
Octal1135120

Shades and tints

Shades of #4B0550

#4B0550
(75,5,80)
#450549
(69,5,73)
#3F0542
(63,5,66)
#39053B
(57,5,59)
#330534
(51,5,52)
#2D052D
(45,5,45)
#270526
(39,5,38)
#21051F
(33,5,31)
#1B0518
(27,5,24)
#150511
(21,5,17)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #4B0550

#4B0550
(75,5,80)
#5B1B5F
(91,27,95)
#6B316E
(107,49,110)
#7B477D
(123,71,125)
#8B5D8C
(139,93,140)
#9B739B
(155,115,155)
#AB89AA
(171,137,170)
#BB9FB9
(187,159,185)
#CBB5C8
(203,181,200)
#DBCBD7
(219,203,215)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0550; }

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

This text font color is #4B0550.


Background Color

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

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

This div background color is #4B0550.


Border color

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

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

This div border color is #4B0550.


Opacity

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

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

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

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

This text has shadow with #4B0550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0550 on black background.


Color preview on white background

This text has color #4B0550 on white background.



Black color preview on #4B0550 background

This text has black color on #4B0550 background.


White color preview on #4B0550 background

This text has white color on #4B0550 background.