COLOR #4C4F8D

HEX: #4C4F8D
RGB: (76,79,141)

Color info

#4C4F8D contains mainly blue color. Web safe color of #4C4F8D is #336699 (or #369).

RGB color model

#4C4F8D color RGB value is (76,79,141).

  • red value is 76;
  • green value is 79;
  • blue value is 141.
RGB:
(76,79,141)
(30%,31%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 141 of 255 = 55%

76
79
141

R + G + B ~ 39%. #4C4F8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 79 + 141 = 296 (100%)
R 76 of 296 ~ 25.68%
G 79 of 296 ~ 26.69%
B 141 of 296 ~ 47.64%

%25.68
%26.69
%47.64

CMYK color model

#4C4F8D color CMYK value is (46,44,0,45).

  • cyan value is 46.10%
  • magenta value is 43.97%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(46,44,0,45)
C46M44Y0K45 
(46%,44%,0%,45%)
(0.46/0.44/0.00/0.45)	

CMYK percentages

%46.1
%43.97
%0
%44.71

Codes

Color #4C4F8D in popluar color models

4C4F8D
RGB7679141
HSL237°29.95%42.55%
HSB/HSV237°46.10%55.29%
CMYK46.10%43.97%0.00%
44.71%

Color #4C4F8D in popluar number systems.

HEX4C4F8D
Decimal7679141
Binary1001100100111110001101
Octal114117215

Shades and tints

Shades of #4C4F8D

#4C4F8D
(76,79,141)
#464881
(70,72,129)
#404175
(64,65,117)
#3A3A69
(58,58,105)
#34335D
(52,51,93)
#2E2C51
(46,44,81)
#282545
(40,37,69)
#221E39
(34,30,57)
#1C172D
(28,23,45)
#161021
(22,16,33)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #4C4F8D

#4C4F8D
(76,79,141)
#5C5F97
(92,95,151)
#6C6FA1
(108,111,161)
#7C7FAB
(124,127,171)
#8C8FB5
(140,143,181)
#9C9FBF
(156,159,191)
#ACAFC9
(172,175,201)
#BCBFD3
(188,191,211)
#CCCFDD
(204,207,221)
#DCDFE7
(220,223,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F8D color. Also use rgb(76,79,141) instead hex code.

Text Font Color

.myTextColor { color: #4C4F8D; }

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

This text font color is #4C4F8D.


Background Color

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

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

This div background color is #4C4F8D.


Border color

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

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

This div border color is #4C4F8D.


Opacity

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

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

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

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

This text has shadow with #4C4F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F8D on black background.


Color preview on white background

This text has color #4C4F8D on white background.



Black color preview on #4C4F8D background

This text has black color on #4C4F8D background.


White color preview on #4C4F8D background

This text has white color on #4C4F8D background.