COLOR #4C448A

HEX: #4C448A RGB: (76,68,138)

Color info

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

RGB color model

#4C448A color RGB value is (76,68,138).

RGB: (76,68,138) (30%, 27%, 54%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 138 of 255 = 54%

76
68
138

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

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 138 = 282 (100%)
R 76 of 282 ~ 26.95%
G 68 of 282 ~ 24.11%
B 138 of 282 ~ 48.94'%

%26.95
%24.11
%48.94

CMYK color model

#4C448A color CMYK value is (45,51,0,46).

  • cyan value is 44.93%
  • magenta value is 50.72%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (45,51,0,46)
C45M51Y0K46 (45%, 51%, 0%, 46%)
(0.45 / 0.51 / 0.00 / 0.46)

CMYK percentages

%44.93
%50.72
%0
%45.88

Codes

Color #4C448A in popluar color models

4C 44 8A
RGB 76 68 138
HSL 247° 33.98% 40.39%
HSB/HSV 247° 50.72% 54.12%
CMYK 44.93% 50.72% 0.00%
45.88%

Color #4C448A in popluar number systems.

HEX 4C 44 8A
Decimal 76 68 138
Binary 1001100 1000100 10001010
Octal 114 104 212

Shades and tints

Shades of #4C448A

#4C448A
(76,68,138)
#463E7E
(70,62,126)
#403872
(64,56,114)
#3A3266
(58,50,102)
#342C5A
(52,44,90)
#2E264E
(46,38,78)
#282042
(40,32,66)
#221A36
(34,26,54)
#1C142A
(28,20,42)
#160E1E
(22,14,30)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #4C448A

#4C448A
(76,68,138)
#5C5594
(92,85,148)
#6C669E
(108,102,158)
#7C77A8
(124,119,168)
#8C88B2
(140,136,178)
#9C99BC
(156,153,188)
#ACAAC6
(172,170,198)
#BCBBD0
(188,187,208)
#CCCCDA
(204,204,218)
#DCDDE4
(220,221,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C448A color. Also use rgb(76,68,138) instead hex code.

Text Font Color

.myTextColor { color: #4C448A; }

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

This text font color is #4C448A.

Background Color

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

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

This div background color is #4C448A.

Border color

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

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

This div border color is #4C448A.

Opacity

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

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

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

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

This text has shadow with #4C448A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C448A.

Preview

Color preview on black background

This text has color #4C448A on black background.


Color preview on white background

This text has color #4C448A on white background.


Black color preview on #4C448A background

This text has black color on #4C448A background.


White color preview on #4C448A background

This text has white color on #4C448A background.


Related colors

Complementary color

Complementary color for #hex is #B3BB75.


I love getcolorcode.com

Triadic colors

1 #8A4C44 and #448A4C with #4C448A are triadic colors.

2 #8A444C and #444C8A with #4C448A are triadic colors.