COLOR #4C456F

HEX: #4C456F RGB: (76,69,111)

Color info

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

RGB color model

#4C456F color RGB value is (76,69,111).

RGB: (76,69,111) (30%, 27%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 111 of 255 = 44%

76
69
111

R + G + B ~ 34%. #4C456F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 69 + 111 = 256 (100%)
R 76 of 256 ~ 29.69%
G 69 of 256 ~ 26.95%
B 111 of 256 ~ 43.36'%

%29.69
%26.95
%43.36

CMYK color model

#4C456F color CMYK value is (32,38,0,56).

  • cyan value is 31.53%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (32,38,0,56)
C32M38Y0K56 (32%, 38%, 0%, 56%)
(0.32 / 0.38 / 0.00 / 0.56)

CMYK percentages

%31.53
%37.84
%0
%56.47

Codes

Color #4C456F in popluar color models

4C 45 6F
RGB 76 69 111
HSL 250° 23.33% 35.29%
HSB/HSV 250° 37.84% 43.53%
CMYK 31.53% 37.84% 0.00%
56.47%

Color #4C456F in popluar number systems.

HEX 4C 45 6F
Decimal 76 69 111
Binary 1001100 1000101 1101111
Octal 114 105 157

Shades and tints

Shades of #4C456F

#4C456F
(76,69,111)
#463F65
(70,63,101)
#40395B
(64,57,91)
#3A3351
(58,51,81)
#342D47
(52,45,71)
#2E273D
(46,39,61)
#282133
(40,33,51)
#221B29
(34,27,41)
#1C151F
(28,21,31)
#160F15
(22,15,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C456F

#4C456F
(76,69,111)
#5C557C
(92,85,124)
#6C6589
(108,101,137)
#7C7596
(124,117,150)
#8C85A3
(140,133,163)
#9C95B0
(156,149,176)
#ACA5BD
(172,165,189)
#BCB5CA
(188,181,202)
#CCC5D7
(204,197,215)
#DCD5E4
(220,213,228)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C456F; }

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

This text font color is #4C456F.

Background Color

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

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

This div background color is #4C456F.

Border color

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

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

This div border color is #4C456F.

Opacity

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

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

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

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

This text has shadow with #4C456F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C456F.

Preview

Color preview on black background

This text has color #4C456F on black background.


Color preview on white background

This text has color #4C456F on white background.


Black color preview on #4C456F background

This text has black color on #4C456F background.


White color preview on #4C456F background

This text has white color on #4C456F background.


Related colors

Complementary color

Complementary color for #hex is #B3BA90.


I love getcolorcode.com

Triadic colors

1 #6F4C45 and #456F4C with #4C456F are triadic colors.

2 #6F454C and #454C6F with #4C456F are triadic colors.