COLOR #4C4B82

HEX: #4C4B82
RGB: (76,75,130)

Color info

#4C4B82 contains red, green and blue colors in about the same proportion. Web safe color of #4C4B82 is #333399 (or #339).

RGB color model

#4C4B82 color RGB value is (76,75,130).

  • red value is 76;
  • green value is 75;
  • blue value is 130.
RGB:
(76,75,130)
(30%,29%,51%)

RGB channels and saturation

R 76 of 255 = 30%
G 75 of 255 = 29%
B 130 of 255 = 51%

76
75
130

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

Portions of RGB colors in percentages

R + G + B =
76 + 75 + 130 = 281 (100%)
R 76 of 281 ~ 27.05%
G 75 of 281 ~ 26.69%
B 130 of 281 ~ 46.26%

%27.05
%26.69
%46.26

CMYK color model

#4C4B82 color CMYK value is (42,42,0,49).

  • cyan value is 41.54%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,42,0,49)
C42M42Y0K49 
(42%,42%,0%,49%)
(0.42/0.42/0.00/0.49)	

CMYK percentages

%41.54
%42.31
%0
%49.02

Codes

Color #4C4B82 in popluar color models

4C4B82
RGB7675130
HSL241°26.83%40.20%
HSB/HSV241°42.31%50.98%
CMYK41.54%42.31%0.00%
49.02%

Color #4C4B82 in popluar number systems.

HEX4C4B82
Decimal7675130
Binary1001100100101110000010
Octal114113202

Shades and tints

Shades of #4C4B82

#4C4B82
(76,75,130)
#464577
(70,69,119)
#403F6C
(64,63,108)
#3A3961
(58,57,97)
#343356
(52,51,86)
#2E2D4B
(46,45,75)
#282740
(40,39,64)
#222135
(34,33,53)
#1C1B2A
(28,27,42)
#16151F
(22,21,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #4C4B82

#4C4B82
(76,75,130)
#5C5B8D
(92,91,141)
#6C6B98
(108,107,152)
#7C7BA3
(124,123,163)
#8C8BAE
(140,139,174)
#9C9BB9
(156,155,185)
#ACABC4
(172,171,196)
#BCBBCF
(188,187,207)
#CCCBDA
(204,203,218)
#DCDBE5
(220,219,229)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4B82 color. Also use rgb(76,75,130) instead hex code.

Text Font Color

.myTextColor { color: #4C4B82; }

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

This text font color is #4C4B82.


Background Color

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

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

This div background color is #4C4B82.


Border color

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

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

This div border color is #4C4B82.


Opacity

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

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

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

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

This text has shadow with #4C4B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B82 on black background.


Color preview on white background

This text has color #4C4B82 on white background.



Black color preview on #4C4B82 background

This text has black color on #4C4B82 background.


White color preview on #4C4B82 background

This text has white color on #4C4B82 background.