COLOR #4C468E

HEX: #4C468E RGB: (76,70,142)

Color info

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

RGB color model

#4C468E color RGB value is (76,70,142).

RGB: (76,70,142) (30%, 27%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 142 of 255 = 56%

76
70
142

R + G + B ~ 38%. #4C468E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 70 + 142 = 288 (100%)
R 76 of 288 ~ 26.39%
G 70 of 288 ~ 24.31%
B 142 of 288 ~ 49.31'%

%26.39
%24.31
%49.31

CMYK color model

#4C468E color CMYK value is (46,51,0,44).

  • cyan value is 46.48%
  • magenta value is 50.70%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (46,51,0,44)
C46M51Y0K44 (46%, 51%, 0%, 44%)
(0.46 / 0.51 / 0.00 / 0.44)

CMYK percentages

%46.48
%50.7
%0
%44.31

Codes

Color #4C468E in popluar color models

4C 46 8E
RGB 76 70 142
HSL 245° 33.96% 41.57%
HSB/HSV 245° 50.70% 55.69%
CMYK 46.48% 50.70% 0.00%
44.31%

Color #4C468E in popluar number systems.

HEX 4C 46 8E
Decimal 76 70 142
Binary 1001100 1000110 10001110
Octal 114 106 216

Shades and tints

Shades of #4C468E

#4C468E
(76,70,142)
#464082
(70,64,130)
#403A76
(64,58,118)
#3A346A
(58,52,106)
#342E5E
(52,46,94)
#2E2852
(46,40,82)
#282246
(40,34,70)
#221C3A
(34,28,58)
#1C162E
(28,22,46)
#161022
(22,16,34)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #4C468E

#4C468E
(76,70,142)
#5C5698
(92,86,152)
#6C66A2
(108,102,162)
#7C76AC
(124,118,172)
#8C86B6
(140,134,182)
#9C96C0
(156,150,192)
#ACA6CA
(172,166,202)
#BCB6D4
(188,182,212)
#CCC6DE
(204,198,222)
#DCD6E8
(220,214,232)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C468E color. Also use rgb(76,70,142) instead hex code.

Text Font Color

.myTextColor { color: #4C468E; }

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

This text font color is #4C468E.

Background Color

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

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

This div background color is #4C468E.

Border color

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

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

This div border color is #4C468E.

Opacity

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

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

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

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

This text has shadow with #4C468E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C468E.

Preview

Color preview on black background

This text has color #4C468E on black background.


Color preview on white background

This text has color #4C468E on white background.


Black color preview on #4C468E background

This text has black color on #4C468E background.


White color preview on #4C468E background

This text has white color on #4C468E background.


Related colors

Complementary color

Complementary color for #hex is #B3B971.


I love getcolorcode.com

Triadic colors

1 #8E4C46 and #468E4C with #4C468E are triadic colors.

2 #8E464C and #464C8E with #4C468E are triadic colors.