COLOR #4C0B89

HEX: #4C0B89
RGB: (76,11,137)

Color info

#4C0B89 contains mainly blue color. Web safe color of #4C0B89 is #330099 (or #309).

RGB color model

#4C0B89 color RGB value is (76,11,137).

  • red value is 76;
  • green value is 11;
  • blue value is 137.
RGB:
(76,11,137)
(30%,4%,54%)

RGB channels and saturation

R 76 of 255 = 30%
G 11 of 255 = 4%
B 137 of 255 = 54%

76
11
137

R + G + B ~ 29%. #4C0B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 11 + 137 = 224 (100%)
R 76 of 224 ~ 33.93%
G 11 of 224 ~ 4.91%
B 137 of 224 ~ 61.16%

%33.93
%61.16

CMYK color model

#4C0B89 color CMYK value is (45,92,0,46).

  • cyan value is 44.53%
  • magenta value is 91.97%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,92,0,46)
C45M92Y0K46 
(45%,92%,0%,46%)
(0.45/0.92/0.00/0.46)	

CMYK percentages

%44.53
%91.97
%0
%46.27

Codes

Color #4C0B89 in popluar color models

4C0B89
RGB7611137
HSL271°85.14%29.02%
HSB/HSV271°91.97%53.73%
CMYK44.53%91.97%0.00%
46.27%

Color #4C0B89 in popluar number systems.

HEX4C0B89
Decimal7611137
Binary1001100101110001001
Octal11413211

Shades and tints

Shades of #4C0B89

#4C0B89
(76,11,137)
#460A7D
(70,10,125)
#400971
(64,9,113)
#3A0865
(58,8,101)
#340759
(52,7,89)
#2E064D
(46,6,77)
#280541
(40,5,65)
#220435
(34,4,53)
#1C0329
(28,3,41)
#16021D
(22,2,29)
#100111
(16,1,17)
#000000
(0,0,0)

Tints of #4C0B89

#4C0B89
(76,11,137)
#5C2193
(92,33,147)
#6C379D
(108,55,157)
#7C4DA7
(124,77,167)
#8C63B1
(140,99,177)
#9C79BB
(156,121,187)
#AC8FC5
(172,143,197)
#BCA5CF
(188,165,207)
#CCBBD9
(204,187,217)
#DCD1E3
(220,209,227)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0B89 color. Also use rgb(76,11,137) instead hex code.

Text Font Color

.myTextColor { color: #4C0B89; }

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

This text font color is #4C0B89.


Background Color

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

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

This div background color is #4C0B89.


Border color

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

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

This div border color is #4C0B89.


Opacity

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

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

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

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

This text has shadow with #4C0B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0B89 on black background.


Color preview on white background

This text has color #4C0B89 on white background.



Black color preview on #4C0B89 background

This text has black color on #4C0B89 background.


White color preview on #4C0B89 background

This text has white color on #4C0B89 background.