COLOR #4C0A7F

HEX: #4C0A7F RGB: (76,10,127)

Color info

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

RGB color model

#4C0A7F color RGB value is (76,10,127).

RGB: (76,10,127) (30%, 4%, 50%)

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 127 of 255 = 50%

76
10
127

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

Portions of RGB colors in percentages

R + G + B = 76 + 10 + 127 = 213 (100%)
R 76 of 213 ~ 35.68%
G 10 of 213 ~ 4.69%
B 127 of 213 ~ 59.62'%

%35.68
%59.62

CMYK color model

#4C0A7F color CMYK value is (40,92,0,50).

  • cyan value is 40.16%
  • magenta value is 92.13%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (40,92,0,50)
C40M92Y0K50 (40%, 92%, 0%, 50%)
(0.40 / 0.92 / 0.00 / 0.50)

CMYK percentages

%40.16
%92.13
%0
%50.2

Codes

Color #4C0A7F in popluar color models

4C 0A 7F
RGB 76 10 127
HSL 274° 85.40% 26.86%
HSB/HSV 274° 92.13% 49.80%
CMYK 40.16% 92.13% 0.00%
50.20%

Color #4C0A7F in popluar number systems.

HEX 4C 0A 7F
Decimal 76 10 127
Binary 1001100 1010 1111111
Octal 114 12 177

Shades and tints

Shades of #4C0A7F

#4C0A7F
(76,10,127)
#460A74
(70,10,116)
#400A69
(64,10,105)
#3A0A5E
(58,10,94)
#340A53
(52,10,83)
#2E0A48
(46,10,72)
#280A3D
(40,10,61)
#220A32
(34,10,50)
#1C0A27
(28,10,39)
#160A1C
(22,10,28)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C0A7F

#4C0A7F
(76,10,127)
#5C208A
(92,32,138)
#6C3695
(108,54,149)
#7C4CA0
(124,76,160)
#8C62AB
(140,98,171)
#9C78B6
(156,120,182)
#AC8EC1
(172,142,193)
#BCA4CC
(188,164,204)
#CCBAD7
(204,186,215)
#DCD0E2
(220,208,226)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0A7F color. Also use rgb(76,10,127) instead hex code.

Text Font Color

.myTextColor { color: #4C0A7F; }

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

This text font color is #4C0A7F.

Background Color

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

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

This div background color is #4C0A7F.

Border color

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

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

This div border color is #4C0A7F.

Opacity

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

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

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

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

This text has shadow with #4C0A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0A7F.

Preview

Color preview on black background

This text has color #4C0A7F on black background.


Color preview on white background

This text has color #4C0A7F on white background.


Black color preview on #4C0A7F background

This text has black color on #4C0A7F background.


White color preview on #4C0A7F background

This text has white color on #4C0A7F background.


Related colors

Complementary color

Complementary color for #hex is #B3F580.


I love getcolorcode.com

Triadic colors

1 #7F4C0A and #0A7F4C with #4C0A7F are triadic colors.

2 #7F0A4C and #0A4C7F with #4C0A7F are triadic colors.