COLOR #4C488A

HEX: #4C488A RGB: (76,72,138)

Color info

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

RGB color model

#4C488A color RGB value is (76,72,138).

RGB: (76,72,138) (30%, 28%, 54%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 138 of 255 = 54%

76
72
138

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

Portions of RGB colors in percentages

R + G + B = 76 + 72 + 138 = 286 (100%)
R 76 of 286 ~ 26.57%
G 72 of 286 ~ 25.17%
B 138 of 286 ~ 48.25'%

%26.57
%25.17
%48.25

CMYK color model

#4C488A color CMYK value is (45,48,0,46).

  • cyan value is 44.93%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (45,48,0,46) C45M48Y0K46 (45%,48%,0%,46%) (0.45/0.48/0.00/0.46) 

CMYK percentages

%44.93
%47.83
%0
%45.88

Codes

Color #4C488A in popluar color models

4C 48 8A
RGB 76 72 138
HSL 244° 31.43% 41.18%
HSB/HSV 244° 47.83% 54.12%
CMYK 44.93% 47.83% 0.00%
45.88%

Color #4C488A in popluar number systems.

HEX 4C 48 8A
Decimal 76 72 138
Binary 1001100 1001000 10001010
Octal 114 110 212

Shades and tints

Shades of #4C488A

#4C488A
(76,72,138)
#46427E
(70,66,126)
#403C72
(64,60,114)
#3A3666
(58,54,102)
#34305A
(52,48,90)
#2E2A4E
(46,42,78)
#282442
(40,36,66)
#221E36
(34,30,54)
#1C182A
(28,24,42)
#16121E
(22,18,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #4C488A

#4C488A
(76,72,138)
#5C5894
(92,88,148)
#6C689E
(108,104,158)
#7C78A8
(124,120,168)
#8C88B2
(140,136,178)
#9C98BC
(156,152,188)
#ACA8C6
(172,168,198)
#BCB8D0
(188,184,208)
#CCC8DA
(204,200,218)
#DCD8E4
(220,216,228)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C488A; }

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

This text font color is #4C488A.

Background Color

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

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

This div background color is #4C488A.

Border color

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

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

This div border color is #4C488A.

Opacity

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

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

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

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

This text has shadow with #4C488A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C488A.

Preview

Color preview on black background

This text has color #4C488A on black background.


Color preview on white background

This text has color #4C488A on white background.


Black color preview on #4C488A background

This text has black color on #4C488A background.


White color preview on #4C488A background

This text has white color on #4C488A background.


Related colors

Complementary color

Complementary color for #hex is #B3B775.


I love getcolorcode.com

Triadic colors

1 #8A4C48 and #488A4C with #4C488A are triadic colors.

2 #8A484C and #484C8A with #4C488A are triadic colors.