COLOR #4B0956

HEX: #4B0956
RGB: (75,9,86)

Color info

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

RGB color model

#4B0956 color RGB value is (75,9,86).

  • red value is 75;
  • green value is 9;
  • blue value is 86.
RGB:
(75,9,86)
(29%,4%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 9 of 255 = 4%
B 86 of 255 = 34%

75
9
86

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

Portions of RGB colors in percentages

R + G + B =
75 + 9 + 86 = 170 (100%)
R 75 of 170 ~ 44.12%
G 9 of 170 ~ 5.29%
B 86 of 170 ~ 50.59%

%44.12
%50.59

CMYK color model

#4B0956 color CMYK value is (13,90,0,66).

  • cyan value is 12.79%
  • magenta value is 89.53%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,90,0,66)
C13M90Y0K66 
(13%,90%,0%,66%)
(0.13/0.90/0.00/0.66)	

CMYK percentages

%12.79
%89.53
%0
%66.27

Codes

Color #4B0956 in popluar color models

4B0956
RGB75986
HSL291°81.05%18.63%
HSB/HSV291°89.53%33.73%
CMYK12.79%89.53%0.00%
66.27%

Color #4B0956 in popluar number systems.

HEX4B0956
Decimal75986
Binary100101110011010110
Octal11311126

Shades and tints

Shades of #4B0956

#4B0956
(75,9,86)
#45094F
(69,9,79)
#3F0948
(63,9,72)
#390941
(57,9,65)
#33093A
(51,9,58)
#2D0933
(45,9,51)
#27092C
(39,9,44)
#210925
(33,9,37)
#1B091E
(27,9,30)
#150917
(21,9,23)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #4B0956

#4B0956
(75,9,86)
#5B1F65
(91,31,101)
#6B3574
(107,53,116)
#7B4B83
(123,75,131)
#8B6192
(139,97,146)
#9B77A1
(155,119,161)
#AB8DB0
(171,141,176)
#BBA3BF
(187,163,191)
#CBB9CE
(203,185,206)
#DBCFDD
(219,207,221)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0956 color. Also use rgb(75,9,86) instead hex code.

Text Font Color

.myTextColor { color: #4B0956; }

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

This text font color is #4B0956.


Background Color

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

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

This div background color is #4B0956.


Border color

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

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

This div border color is #4B0956.


Opacity

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

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

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

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

This text has shadow with #4B0956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0956 on black background.


Color preview on white background

This text has color #4B0956 on white background.



Black color preview on #4B0956 background

This text has black color on #4B0956 background.


White color preview on #4B0956 background

This text has white color on #4B0956 background.