COLOR #4C628E

HEX: #4C628E
RGB: (76,98,142)

Color info

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

RGB color model

#4C628E color RGB value is (76,98,142).

  • red value is 76;
  • green value is 98;
  • blue value is 142.
RGB:
(76,98,142)
(30%,38%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 142 of 255 = 56%

76
98
142

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

Portions of RGB colors in percentages

R + G + B =
76 + 98 + 142 = 316 (100%)
R 76 of 316 ~ 24.05%
G 98 of 316 ~ 31.01%
B 142 of 316 ~ 44.94%

%24.05
%31.01
%44.94

CMYK color model

#4C628E color CMYK value is (46,31,0,44).

  • cyan value is 46.48%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,31,0,44)
C46M31Y0K44 
(46%,31%,0%,44%)
(0.46/0.31/0.00/0.44)	

CMYK percentages

%46.48
%30.99
%0
%44.31

Codes

Color #4C628E in popluar color models

4C628E
RGB7698142
HSL220°30.28%42.75%
HSB/HSV220°46.48%55.69%
CMYK46.48%30.99%0.00%
44.31%

Color #4C628E in popluar number systems.

HEX4C628E
Decimal7698142
Binary1001100110001010001110
Octal114142216

Shades and tints

Shades of #4C628E

#4C628E
(76,98,142)
#465A82
(70,90,130)
#405276
(64,82,118)
#3A4A6A
(58,74,106)
#34425E
(52,66,94)
#2E3A52
(46,58,82)
#283246
(40,50,70)
#222A3A
(34,42,58)
#1C222E
(28,34,46)
#161A22
(22,26,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #4C628E

#4C628E
(76,98,142)
#5C7098
(92,112,152)
#6C7EA2
(108,126,162)
#7C8CAC
(124,140,172)
#8C9AB6
(140,154,182)
#9CA8C0
(156,168,192)
#ACB6CA
(172,182,202)
#BCC4D4
(188,196,212)
#CCD2DE
(204,210,222)
#DCE0E8
(220,224,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C628E color. Also use rgb(76,98,142) instead hex code.

Text Font Color

.myTextColor { color: #4C628E; }

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

This text font color is #4C628E.


Background Color

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

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

This div background color is #4C628E.


Border color

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

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

This div border color is #4C628E.


Opacity

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

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

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

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

This text has shadow with #4C628E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C628E on black background.


Color preview on white background

This text has color #4C628E on white background.



Black color preview on #4C628E background

This text has black color on #4C628E background.


White color preview on #4C628E background

This text has white color on #4C628E background.