COLOR #4C416E

HEX: #4C416E RGB: (76,65,110)

Color info

#4C416E contains red, green and blue colors in about the same proportion. Web safe color of #4C416E is #333366 (or #336).

RGB color model

#4C416E color RGB value is (76,65,110).

RGB: (76,65,110) (30%, 25%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 110 of 255 = 43%

76
65
110

R + G + B ~ 33%. #4C416E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 65 + 110 = 251 (100%)
R 76 of 251 ~ 30.28%
G 65 of 251 ~ 25.9%
B 110 of 251 ~ 43.82'%

%30.28
%25.9
%43.82

CMYK color model

#4C416E color CMYK value is (31,41,0,57).

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

CMYK: (31,41,0,57)
C31M41Y0K57 (31%, 41%, 0%, 57%)
(0.31 / 0.41 / 0.00 / 0.57)

CMYK percentages

%30.91
%40.91
%0
%56.86

Codes

Color #4C416E in popluar color models

4C 41 6E
RGB 76 65 110
HSL 255° 25.71% 34.31%
HSB/HSV 255° 40.91% 43.14%
CMYK 30.91% 40.91% 0.00%
56.86%

Color #4C416E in popluar number systems.

HEX 4C 41 6E
Decimal 76 65 110
Binary 1001100 1000001 1101110
Octal 114 101 156

Shades and tints

Shades of #4C416E

#4C416E
(76,65,110)
#463C64
(70,60,100)
#40375A
(64,55,90)
#3A3250
(58,50,80)
#342D46
(52,45,70)
#2E283C
(46,40,60)
#282332
(40,35,50)
#221E28
(34,30,40)
#1C191E
(28,25,30)
#161414
(22,20,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C416E

#4C416E
(76,65,110)
#5C527B
(92,82,123)
#6C6388
(108,99,136)
#7C7495
(124,116,149)
#8C85A2
(140,133,162)
#9C96AF
(156,150,175)
#ACA7BC
(172,167,188)
#BCB8C9
(188,184,201)
#CCC9D6
(204,201,214)
#DCDAE3
(220,218,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C416E; }

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

This text font color is #4C416E.

Background Color

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

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

This div background color is #4C416E.

Border color

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

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

This div border color is #4C416E.

Opacity

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

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

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

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

This text has shadow with #4C416E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C416E.

Preview

Color preview on black background

This text has color #4C416E on black background.


Color preview on white background

This text has color #4C416E on white background.


Black color preview on #4C416E background

This text has black color on #4C416E background.


White color preview on #4C416E background

This text has white color on #4C416E background.


Related colors

Complementary color

Complementary color for #hex is #B3BE91.


I love getcolorcode.com

Triadic colors

1 #6E4C41 and #416E4C with #4C416E are triadic colors.

2 #6E414C and #414C6E with #4C416E are triadic colors.