COLOR #4C0289

HEX: #4C0289
RGB: (76,2,137)

Color info

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

RGB color model

#4C0289 color RGB value is (76,2,137).

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

RGB channels and saturation

R 76 of 255 = 30%
G 2 of 255 = 1%
B 137 of 255 = 54%

76
2
137

R + G + B ~ 28%. #4C0289 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 2 + 137 = 215 (100%)
R 76 of 215 ~ 35.35%
G 2 of 215 ~ 0.93%
B 137 of 215 ~ 63.72%

%35.35
%63.72

CMYK color model

#4C0289 color CMYK value is (45,99,0,46).

  • cyan value is 44.53%
  • magenta value is 98.54%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,99,0,46)
C45M99Y0K46 
(45%,99%,0%,46%)
(0.45/0.99/0.00/0.46)	

CMYK percentages

%44.53
%98.54
%0
%46.27

Codes

Color #4C0289 in popluar color models

4C0289
RGB762137
HSL273°97.12%27.25%
HSB/HSV273°98.54%53.73%
CMYK44.53%98.54%0.00%
46.27%

Color #4C0289 in popluar number systems.

HEX4C0289
Decimal762137
Binary10011001010001001
Octal1142211

Shades and tints

Shades of #4C0289

#4C0289
(76,2,137)
#46027D
(70,2,125)
#400271
(64,2,113)
#3A0265
(58,2,101)
#340259
(52,2,89)
#2E024D
(46,2,77)
#280241
(40,2,65)
#220235
(34,2,53)
#1C0229
(28,2,41)
#16021D
(22,2,29)
#100211
(16,2,17)
#000000
(0,0,0)

Tints of #4C0289

#4C0289
(76,2,137)
#5C1993
(92,25,147)
#6C309D
(108,48,157)
#7C47A7
(124,71,167)
#8C5EB1
(140,94,177)
#9C75BB
(156,117,187)
#AC8CC5
(172,140,197)
#BCA3CF
(188,163,207)
#CCBAD9
(204,186,217)
#DCD1E3
(220,209,227)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0289; }

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

This text font color is #4C0289.


Background Color

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

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

This div background color is #4C0289.


Border color

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

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

This div border color is #4C0289.


Opacity

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

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

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

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

This text has shadow with #4C0289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0289 on black background.


Color preview on white background

This text has color #4C0289 on white background.



Black color preview on #4C0289 background

This text has black color on #4C0289 background.


White color preview on #4C0289 background

This text has white color on #4C0289 background.