COLOR #4C426A

HEX: #4C426A RGB: (76,66,106)

Color info

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

RGB color model

#4C426A color RGB value is (76,66,106).

RGB: (76,66,106) (30%, 26%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 106 of 255 = 42%

76
66
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 66 + 106 = 248 (100%)
R 76 of 248 ~ 30.65%
G 66 of 248 ~ 26.61%
B 106 of 248 ~ 42.74'%

%30.65
%26.61
%42.74

CMYK color model

#4C426A color CMYK value is (28,38,0,58).

  • cyan value is 28.30%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (28,38,0,58)
C28M38Y0K58 (28%, 38%, 0%, 58%)
(0.28 / 0.38 / 0.00 / 0.58)

CMYK percentages

%28.3
%37.74
%0
%58.43

Codes

Color #4C426A in popluar color models

4C 42 6A
RGB 76 66 106
HSL 255° 23.26% 33.73%
HSB/HSV 255° 37.74% 41.57%
CMYK 28.30% 37.74% 0.00%
58.43%

Color #4C426A in popluar number systems.

HEX 4C 42 6A
Decimal 76 66 106
Binary 1001100 1000010 1101010
Octal 114 102 152

Shades and tints

Shades of #4C426A

#4C426A
(76,66,106)
#463C61
(70,60,97)
#403658
(64,54,88)
#3A304F
(58,48,79)
#342A46
(52,42,70)
#2E243D
(46,36,61)
#281E34
(40,30,52)
#22182B
(34,24,43)
#1C1222
(28,18,34)
#160C19
(22,12,25)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #4C426A

#4C426A
(76,66,106)
#5C5377
(92,83,119)
#6C6484
(108,100,132)
#7C7591
(124,117,145)
#8C869E
(140,134,158)
#9C97AB
(156,151,171)
#ACA8B8
(172,168,184)
#BCB9C5
(188,185,197)
#CCCAD2
(204,202,210)
#DCDBDF
(220,219,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C426A color. Also use rgb(76,66,106) instead hex code.

Text Font Color

.myTextColor { color: #4C426A; }

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

This text font color is #4C426A.

Background Color

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

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

This div background color is #4C426A.

Border color

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

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

This div border color is #4C426A.

Opacity

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

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

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

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

This text has shadow with #4C426A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C426A.

Preview

Color preview on black background

This text has color #4C426A on black background.


Color preview on white background

This text has color #4C426A on white background.


Black color preview on #4C426A background

This text has black color on #4C426A background.


White color preview on #4C426A background

This text has white color on #4C426A background.


Related colors

Complementary color

Complementary color for #hex is #B3BD95.


I love getcolorcode.com

Triadic colors

1 #6A4C42 and #426A4C with #4C426A are triadic colors.

2 #6A424C and #424C6A with #4C426A are triadic colors.