COLOR #4C2D6E

HEX: #4C2D6E RGB: (76,45,110)

Color info

#4C2D6E contains mainly red and blue colors. Web safe color of #4C2D6E is #333366 (or #336).

RGB color model

#4C2D6E color RGB value is (76,45,110).

RGB: (76,45,110) (30%, 18%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 110 of 255 = 43%

76
45
110

R + G + B ~ 30%. #4C2D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 45 + 110 = 231 (100%)
R 76 of 231 ~ 32.9%
G 45 of 231 ~ 19.48%
B 110 of 231 ~ 47.62'%

%32.9
%19.48
%47.62

CMYK color model

#4C2D6E color CMYK value is (31,59,0,57).

  • cyan value is 30.91%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (31,59,0,57)
C31M59Y0K57 (31%, 59%, 0%, 57%)
(0.31 / 0.59 / 0.00 / 0.57)

CMYK percentages

%30.91
%59.09
%0
%56.86

Codes

Color #4C2D6E in popluar color models

4C 2D 6E
RGB 76 45 110
HSL 269° 41.94% 30.39%
HSB/HSV 269° 59.09% 43.14%
CMYK 30.91% 59.09% 0.00%
56.86%

Color #4C2D6E in popluar number systems.

HEX 4C 2D 6E
Decimal 76 45 110
Binary 1001100 101101 1101110
Octal 114 55 156

Shades and tints

Shades of #4C2D6E

#4C2D6E
(76,45,110)
#462964
(70,41,100)
#40255A
(64,37,90)
#3A2150
(58,33,80)
#341D46
(52,29,70)
#2E193C
(46,25,60)
#281532
(40,21,50)
#221128
(34,17,40)
#1C0D1E
(28,13,30)
#160914
(22,9,20)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #4C2D6E

#4C2D6E
(76,45,110)
#5C407B
(92,64,123)
#6C5388
(108,83,136)
#7C6695
(124,102,149)
#8C79A2
(140,121,162)
#9C8CAF
(156,140,175)
#AC9FBC
(172,159,188)
#BCB2C9
(188,178,201)
#CCC5D6
(204,197,214)
#DCD8E3
(220,216,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2D6E color. Also use rgb(76,45,110) instead hex code.

Text Font Color

.myTextColor { color: #4C2D6E; }

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

This text font color is #4C2D6E.

Background Color

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

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

This div background color is #4C2D6E.

Border color

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

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

This div border color is #4C2D6E.

Opacity

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

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

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

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

This text has shadow with #4C2D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2D6E.

Preview

Color preview on black background

This text has color #4C2D6E on black background.


Color preview on white background

This text has color #4C2D6E on white background.


Black color preview on #4C2D6E background

This text has black color on #4C2D6E background.


White color preview on #4C2D6E background

This text has white color on #4C2D6E background.


Related colors

Complementary color

Complementary color for #hex is #B3D291.


I love getcolorcode.com

Triadic colors

1 #6E4C2D and #2D6E4C with #4C2D6E are triadic colors.

2 #6E2D4C and #2D4C6E with #4C2D6E are triadic colors.