COLOR #4C4B7B

HEX: #4C4B7B RGB: (76,75,123)

Color info

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

RGB color model

#4C4B7B color RGB value is (76,75,123).

RGB: (76,75,123) (30%, 29%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 75 of 255 = 29%
B 123 of 255 = 48%

76
75
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 75 + 123 = 274 (100%)
R 76 of 274 ~ 27.74%
G 75 of 274 ~ 27.37%
B 123 of 274 ~ 44.89'%

%27.74
%27.37
%44.89

CMYK color model

#4C4B7B color CMYK value is (38,39,0,52).

  • cyan value is 38.21%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (38,39,0,52)
C38M39Y0K52 (38%, 39%, 0%, 52%)
(0.38 / 0.39 / 0.00 / 0.52)

CMYK percentages

%38.21
%39.02
%0
%51.76

Codes

Color #4C4B7B in popluar color models

4C 4B 7B
RGB 76 75 123
HSL 241° 24.24% 38.82%
HSB/HSV 241° 39.02% 48.24%
CMYK 38.21% 39.02% 0.00%
51.76%

Color #4C4B7B in popluar number systems.

HEX 4C 4B 7B
Decimal 76 75 123
Binary 1001100 1001011 1111011
Octal 114 113 173

Shades and tints

Shades of #4C4B7B

#4C4B7B
(76,75,123)
#464570
(70,69,112)
#403F65
(64,63,101)
#3A395A
(58,57,90)
#34334F
(52,51,79)
#2E2D44
(46,45,68)
#282739
(40,39,57)
#22212E
(34,33,46)
#1C1B23
(28,27,35)
#161518
(22,21,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C4B7B

#4C4B7B
(76,75,123)
#5C5B87
(92,91,135)
#6C6B93
(108,107,147)
#7C7B9F
(124,123,159)
#8C8BAB
(140,139,171)
#9C9BB7
(156,155,183)
#ACABC3
(172,171,195)
#BCBBCF
(188,187,207)
#CCCBDB
(204,203,219)
#DCDBE7
(220,219,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4B7B; }

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

This text font color is #4C4B7B.

Background Color

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

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

This div background color is #4C4B7B.

Border color

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

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

This div border color is #4C4B7B.

Opacity

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

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

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

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

This text has shadow with #4C4B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4B7B.

Preview

Color preview on black background

This text has color #4C4B7B on black background.


Color preview on white background

This text has color #4C4B7B on white background.


Black color preview on #4C4B7B background

This text has black color on #4C4B7B background.


White color preview on #4C4B7B background

This text has white color on #4C4B7B background.


Related colors

Complementary color

Complementary color for #hex is #B3B484.


I love getcolorcode.com

Triadic colors

1 #7B4C4B and #4B7B4C with #4C4B7B are triadic colors.

2 #7B4B4C and #4B4C7B with #4C4B7B are triadic colors.