COLOR #4C458B

HEX: #4C458B RGB: (76,69,139)

Color info

#4C458B contains mainly blue color. Web safe color of #4C458B is #333399 (or #339).

RGB color model

#4C458B color RGB value is (76,69,139).

RGB: (76,69,139) (30%, 27%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 139 of 255 = 55%

76
69
139

R + G + B ~ 37%. #4C458B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 69 + 139 = 284 (100%)
R 76 of 284 ~ 26.76%
G 69 of 284 ~ 24.3%
B 139 of 284 ~ 48.94'%

%26.76
%24.3
%48.94

CMYK color model

#4C458B color CMYK value is (45,50,0,45).

  • cyan value is 45.32%
  • magenta value is 50.36%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (45,50,0,45)
C45M50Y0K45 (45%, 50%, 0%, 45%)
(0.45 / 0.50 / 0.00 / 0.45)

CMYK percentages

%45.32
%50.36
%0
%45.49

Codes

Color #4C458B in popluar color models

4C 45 8B
RGB 76 69 139
HSL 246° 33.65% 40.78%
HSB/HSV 246° 50.36% 54.51%
CMYK 45.32% 50.36% 0.00%
45.49%

Color #4C458B in popluar number systems.

HEX 4C 45 8B
Decimal 76 69 139
Binary 1001100 1000101 10001011
Octal 114 105 213

Shades and tints

Shades of #4C458B

#4C458B
(76,69,139)
#463F7F
(70,63,127)
#403973
(64,57,115)
#3A3367
(58,51,103)
#342D5B
(52,45,91)
#2E274F
(46,39,79)
#282143
(40,33,67)
#221B37
(34,27,55)
#1C152B
(28,21,43)
#160F1F
(22,15,31)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #4C458B

#4C458B
(76,69,139)
#5C5595
(92,85,149)
#6C659F
(108,101,159)
#7C75A9
(124,117,169)
#8C85B3
(140,133,179)
#9C95BD
(156,149,189)
#ACA5C7
(172,165,199)
#BCB5D1
(188,181,209)
#CCC5DB
(204,197,219)
#DCD5E5
(220,213,229)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C458B; }

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

This text font color is #4C458B.

Background Color

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

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

This div background color is #4C458B.

Border color

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

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

This div border color is #4C458B.

Opacity

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

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

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

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

This text has shadow with #4C458B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C458B.

Preview

Color preview on black background

This text has color #4C458B on black background.


Color preview on white background

This text has color #4C458B on white background.


Black color preview on #4C458B background

This text has black color on #4C458B background.


White color preview on #4C458B background

This text has white color on #4C458B background.


Related colors

Complementary color

Complementary color for #hex is #B3BA74.


I love getcolorcode.com

Triadic colors

1 #8B4C45 and #458B4C with #4C458B are triadic colors.

2 #8B454C and #454C8B with #4C458B are triadic colors.