COLOR #4C608D

HEX: #4C608D
RGB: (76,96,141)

Color info

#4C608D contains mainly green and blue colors. Web safe color of #4C608D is #336699 (or #369).

RGB color model

#4C608D color RGB value is (76,96,141).

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

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 141 of 255 = 55%

76
96
141

R + G + B ~ 41%. #4C608D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 96 + 141 = 313 (100%)
R 76 of 313 ~ 24.28%
G 96 of 313 ~ 30.67%
B 141 of 313 ~ 45.05%

%24.28
%30.67
%45.05

CMYK color model

#4C608D color CMYK value is (46,32,0,45).

  • cyan value is 46.10%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(46,32,0,45)
C46M32Y0K45 
(46%,32%,0%,45%)
(0.46/0.32/0.00/0.45)	

CMYK percentages

%46.1
%31.91
%0
%44.71

Codes

Color #4C608D in popluar color models

4C608D
RGB7696141
HSL222°29.95%42.55%
HSB/HSV222°46.10%55.29%
CMYK46.10%31.91%0.00%
44.71%

Color #4C608D in popluar number systems.

HEX4C608D
Decimal7696141
Binary1001100110000010001101
Octal114140215

Shades and tints

Shades of #4C608D

#4C608D
(76,96,141)
#465881
(70,88,129)
#405075
(64,80,117)
#3A4869
(58,72,105)
#34405D
(52,64,93)
#2E3851
(46,56,81)
#283045
(40,48,69)
#222839
(34,40,57)
#1C202D
(28,32,45)
#161821
(22,24,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #4C608D

#4C608D
(76,96,141)
#5C6E97
(92,110,151)
#6C7CA1
(108,124,161)
#7C8AAB
(124,138,171)
#8C98B5
(140,152,181)
#9CA6BF
(156,166,191)
#ACB4C9
(172,180,201)
#BCC2D3
(188,194,211)
#CCD0DD
(204,208,221)
#DCDEE7
(220,222,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C608D; }

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

This text font color is #4C608D.


Background Color

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

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

This div background color is #4C608D.


Border color

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

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

This div border color is #4C608D.


Opacity

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

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

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

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

This text has shadow with #4C608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C608D on black background.


Color preview on white background

This text has color #4C608D on white background.



Black color preview on #4C608D background

This text has black color on #4C608D background.


White color preview on #4C608D background

This text has white color on #4C608D background.