COLOR #4C457F

HEX: #4C457F RGB: (76,69,127)

Color info

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

RGB color model

#4C457F color RGB value is (76,69,127).

RGB: (76,69,127) (30%, 27%, 50%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 127 of 255 = 50%

76
69
127

R + G + B ~ 36%. #4C457F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 69 + 127 = 272 (100%)
R 76 of 272 ~ 27.94%
G 69 of 272 ~ 25.37%
B 127 of 272 ~ 46.69'%

%27.94
%25.37
%46.69

CMYK color model

#4C457F color CMYK value is (40,46,0,50).

  • cyan value is 40.16%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (40,46,0,50) C40M46Y0K50 (40%,46%,0%,50%) (0.40/0.46/0.00/0.50) 

CMYK percentages

%40.16
%45.67
%0
%50.2

Codes

Color #4C457F in popluar color models

4C 45 7F
RGB 76 69 127
HSL 247° 29.59% 38.43%
HSB/HSV 247° 45.67% 49.80%
CMYK 40.16% 45.67% 0.00%
50.20%

Color #4C457F in popluar number systems.

HEX 4C 45 7F
Decimal 76 69 127
Binary 1001100 1000101 1111111
Octal 114 105 177

Shades and tints

Shades of #4C457F

#4C457F
(76,69,127)
#463F74
(70,63,116)
#403969
(64,57,105)
#3A335E
(58,51,94)
#342D53
(52,45,83)
#2E2748
(46,39,72)
#28213D
(40,33,61)
#221B32
(34,27,50)
#1C1527
(28,21,39)
#160F1C
(22,15,28)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C457F

#4C457F
(76,69,127)
#5C558A
(92,85,138)
#6C6595
(108,101,149)
#7C75A0
(124,117,160)
#8C85AB
(140,133,171)
#9C95B6
(156,149,182)
#ACA5C1
(172,165,193)
#BCB5CC
(188,181,204)
#CCC5D7
(204,197,215)
#DCD5E2
(220,213,226)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C457F; }

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

This text font color is #4C457F.

Background Color

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

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

This div background color is #4C457F.

Border color

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

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

This div border color is #4C457F.

Opacity

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

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

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

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

This text has shadow with #4C457F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C457F.

Preview

Color preview on black background

This text has color #4C457F on black background.


Color preview on white background

This text has color #4C457F on white background.


Black color preview on #4C457F background

This text has black color on #4C457F background.


White color preview on #4C457F background

This text has white color on #4C457F background.


Related colors

Complementary color

Complementary color for #hex is #B3BA80.


I love getcolorcode.com

Triadic colors

1 #7F4C45 and #457F4C with #4C457F are triadic colors.

2 #7F454C and #454C7F with #4C457F are triadic colors.