COLOR #4C488C

HEX: #4C488C
RGB: (76,72,140)

Color info

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

RGB color model

#4C488C color RGB value is (76,72,140).

  • red value is 76;
  • green value is 72;
  • blue value is 140.
RGB:
(76,72,140)
(30%,28%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 140 of 255 = 55%

76
72
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 140 = 288 (100%)
R 76 of 288 ~ 26.39%
G 72 of 288 ~ 25%
B 140 of 288 ~ 48.61%

%26.39
%25
%48.61

CMYK color model

#4C488C color CMYK value is (46,49,0,45).

  • cyan value is 45.71%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,49,0,45)
C46M49Y0K45 
(46%,49%,0%,45%)
(0.46/0.49/0.00/0.45)	

CMYK percentages

%45.71
%48.57
%0
%45.1

Codes

Color #4C488C in popluar color models

4C488C
RGB7672140
HSL244°32.08%41.57%
HSB/HSV244°48.57%54.90%
CMYK45.71%48.57%0.00%
45.10%

Color #4C488C in popluar number systems.

HEX4C488C
Decimal7672140
Binary1001100100100010001100
Octal114110214

Shades and tints

Shades of #4C488C

#4C488C
(76,72,140)
#464280
(70,66,128)
#403C74
(64,60,116)
#3A3668
(58,54,104)
#34305C
(52,48,92)
#2E2A50
(46,42,80)
#282444
(40,36,68)
#221E38
(34,30,56)
#1C182C
(28,24,44)
#161220
(22,18,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #4C488C

#4C488C
(76,72,140)
#5C5896
(92,88,150)
#6C68A0
(108,104,160)
#7C78AA
(124,120,170)
#8C88B4
(140,136,180)
#9C98BE
(156,152,190)
#ACA8C8
(172,168,200)
#BCB8D2
(188,184,210)
#CCC8DC
(204,200,220)
#DCD8E6
(220,216,230)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C488C; }

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

This text font color is #4C488C.


Background Color

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

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

This div background color is #4C488C.


Border color

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

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

This div border color is #4C488C.


Opacity

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

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

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

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

This text has shadow with #4C488C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C488C on black background.


Color preview on white background

This text has color #4C488C on white background.



Black color preview on #4C488C background

This text has black color on #4C488C background.


White color preview on #4C488C background

This text has white color on #4C488C background.