COLOR #4C4B6E

HEX: #4C4B6E RGB: (76,75,110)

Color info

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

RGB color model

#4C4B6E color RGB value is (76,75,110).

RGB: (76,75,110) (30%, 29%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 75 of 255 = 29%
B 110 of 255 = 43%

76
75
110

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

Portions of RGB colors in percentages

R + G + B = 76 + 75 + 110 = 261 (100%)
R 76 of 261 ~ 29.12%
G 75 of 261 ~ 28.74%
B 110 of 261 ~ 42.15'%

%29.12
%28.74
%42.15

CMYK color model

#4C4B6E color CMYK value is (31,32,0,57).

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

CMYK: (31,32,0,57)
C31M32Y0K57 (31%, 32%, 0%, 57%)
(0.31 / 0.32 / 0.00 / 0.57)

CMYK percentages

%30.91
%31.82
%0
%56.86

Codes

Color #4C4B6E in popluar color models

4C 4B 6E
RGB 76 75 110
HSL 242° 18.92% 36.27%
HSB/HSV 242° 31.82% 43.14%
CMYK 30.91% 31.82% 0.00%
56.86%

Color #4C4B6E in popluar number systems.

HEX 4C 4B 6E
Decimal 76 75 110
Binary 1001100 1001011 1101110
Octal 114 113 156

Shades and tints

Shades of #4C4B6E

#4C4B6E
(76,75,110)
#464564
(70,69,100)
#403F5A
(64,63,90)
#3A3950
(58,57,80)
#343346
(52,51,70)
#2E2D3C
(46,45,60)
#282732
(40,39,50)
#222128
(34,33,40)
#1C1B1E
(28,27,30)
#161514
(22,21,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C4B6E

#4C4B6E
(76,75,110)
#5C5B7B
(92,91,123)
#6C6B88
(108,107,136)
#7C7B95
(124,123,149)
#8C8BA2
(140,139,162)
#9C9BAF
(156,155,175)
#ACABBC
(172,171,188)
#BCBBC9
(188,187,201)
#CCCBD6
(204,203,214)
#DCDBE3
(220,219,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4B6E; }

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

This text font color is #4C4B6E.

Background Color

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

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

This div background color is #4C4B6E.

Border color

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

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

This div border color is #4C4B6E.

Opacity

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

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

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

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

This text has shadow with #4C4B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4B6E.

Preview

Color preview on black background

This text has color #4C4B6E on black background.


Color preview on white background

This text has color #4C4B6E on white background.


Black color preview on #4C4B6E background

This text has black color on #4C4B6E background.


White color preview on #4C4B6E background

This text has white color on #4C4B6E background.


Related colors

Complementary color

Complementary color for #hex is #B3B491.


I love getcolorcode.com

Triadic colors

1 #6E4C4B and #4B6E4C with #4C4B6E are triadic colors.

2 #6E4B4C and #4B4C6E with #4C4B6E are triadic colors.