COLOR #4C4A8B

HEX: #4C4A8B
RGB: (76,74,139)

Color info

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

RGB color model

#4C4A8B color RGB value is (76,74,139).

  • red value is 76;
  • green value is 74;
  • blue value is 139.
RGB:
(76,74,139)
(30%,29%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 139 of 255 = 55%

76
74
139

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

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 139 = 289 (100%)
R 76 of 289 ~ 26.3%
G 74 of 289 ~ 25.61%
B 139 of 289 ~ 48.1%

%26.3
%25.61
%48.1

CMYK color model

#4C4A8B color CMYK value is (45,47,0,45).

  • cyan value is 45.32%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,47,0,45)
C45M47Y0K45 
(45%,47%,0%,45%)
(0.45/0.47/0.00/0.45)	

CMYK percentages

%45.32
%46.76
%0
%45.49

Codes

Color #4C4A8B in popluar color models

4C4A8B
RGB7674139
HSL242°30.52%41.76%
HSB/HSV242°46.76%54.51%
CMYK45.32%46.76%0.00%
45.49%

Color #4C4A8B in popluar number systems.

HEX4C4A8B
Decimal7674139
Binary1001100100101010001011
Octal114112213

Shades and tints

Shades of #4C4A8B

#4C4A8B
(76,74,139)
#46447F
(70,68,127)
#403E73
(64,62,115)
#3A3867
(58,56,103)
#34325B
(52,50,91)
#2E2C4F
(46,44,79)
#282643
(40,38,67)
#222037
(34,32,55)
#1C1A2B
(28,26,43)
#16141F
(22,20,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #4C4A8B

#4C4A8B
(76,74,139)
#5C5A95
(92,90,149)
#6C6A9F
(108,106,159)
#7C7AA9
(124,122,169)
#8C8AB3
(140,138,179)
#9C9ABD
(156,154,189)
#ACAAC7
(172,170,199)
#BCBAD1
(188,186,209)
#CCCADB
(204,202,219)
#DCDAE5
(220,218,229)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A8B; }

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

This text font color is #4C4A8B.


Background Color

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

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

This div background color is #4C4A8B.


Border color

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

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

This div border color is #4C4A8B.


Opacity

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

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

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

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

This text has shadow with #4C4A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A8B on black background.


Color preview on white background

This text has color #4C4A8B on white background.



Black color preview on #4C4A8B background

This text has black color on #4C4A8B background.


White color preview on #4C4A8B background

This text has white color on #4C4A8B background.