COLOR #4476CE

HEX: #4476CE RGB: (68,118,206)

Color info

#4476CE contains mainly blue color. Web safe color of #4476CE is #3366CC (or #36C).

RGB color model

#4476CE color RGB value is (68,118,206).

RGB: (68,118,206) (27%, 46%, 81%)

RGB channels and saturation

R 68 of 255 = 27%
G 118 of 255 = 46%
B 206 of 255 = 81%

68
118
206

R + G + B ~ 51%. #4476CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 118 + 206 = 392 (100%)
R 68 of 392 ~ 17.35%
G 118 of 392 ~ 30.1%
B 206 of 392 ~ 52.55'%

%17.35
%30.1
%52.55

CMYK color model

#4476CE color CMYK value is (67,43,0,19).

  • cyan value is 66.99%
  • magenta value is 42.72%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (67,43,0,19)
C67M43Y0K19 (67%, 43%, 0%, 19%)
(0.67 / 0.43 / 0.00 / 0.19)

CMYK percentages

%66.99
%42.72
%0
%19.22

Codes

Color #4476CE in popluar color models

44 76 CE
RGB 68 118 206
HSL 218° 58.47% 53.73%
HSB/HSV 218° 66.99% 80.78%
CMYK 66.99% 42.72% 0.00%
19.22%

Color #4476CE in popluar number systems.

HEX 44 76 CE
Decimal 68 118 206
Binary 1000100 1110110 11001110
Octal 104 166 316

Shades and tints

Shades of #4476CE

#4476CE
(68,118,206)
#3E6CBC
(62,108,188)
#3862AA
(56,98,170)
#325898
(50,88,152)
#2C4E86
(44,78,134)
#264474
(38,68,116)
#203A62
(32,58,98)
#1A3050
(26,48,80)
#14263E
(20,38,62)
#0E1C2C
(14,28,44)
#08121A
(8,18,26)
#000000
(0,0,0)

Tints of #4476CE

#4476CE
(68,118,206)
#5582D2
(85,130,210)
#668ED6
(102,142,214)
#779ADA
(119,154,218)
#88A6DE
(136,166,222)
#99B2E2
(153,178,226)
#AABEE6
(170,190,230)
#BBCAEA
(187,202,234)
#CCD6EE
(204,214,238)
#DDE2F2
(221,226,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4476CE color. Also use rgb(68,118,206) instead hex code.

Text Font Color

.myTextColor { color: #4476CE; }

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

This text font color is #4476CE.

Background Color

.myBgColor { background-color: #4476CE; }

<div style="background-color:#4476CE">Inner text</div>

This div background color is #4476CE.

Border color

.myBorderColor { border: 1px solid #4476CE; }

<div style="border:3px solid #4476CE">Div</div>

This div border color is #4476CE.

Opacity

.myOpacity80 { color: #4476CE; opacity: 0.8; }

<p style="color:#4476CE;opacity:0.8;">80%</p>

Text with #4476CE 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 #4476CE;}

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

This text has shadow with #4476CE color.


.textShadow {text-shadow: 3px 3px 1px #4476CE', 3px 3px 1px red;}

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

This text has shadow with #4476CE primary color and red secondary color.


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

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

This text has shadow with #4476CE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4476CE; -webkit-box-shadow: 1px 1px 3px 2px #4476CE; box-shadow:1px 1px 3px 2px #4476CE;">
Div content here
</div>

This div box has shadow with color #4476CE.

Preview

Color preview on black background

This text has color #4476CE on black background.


Color preview on white background

This text has color #4476CE on white background.


Black color preview on #4476CE background

This text has black color on #4476CE background.


White color preview on #4476CE background

This text has white color on #4476CE background.


Related colors

Complementary color

Complementary color for #4476CE is #BB8931.


I love getcolorcode.com

Triadic colors

1 #CE4476 and #76CE44 with #4476CE are triadic colors.

2 #CE7644 and #7644CE with #4476CE are triadic colors.