COLOR #476CD6

HEX: #476CD6
RGB: (71,108,214)

Color info

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

RGB color model

#476CD6 color RGB value is (71,108,214).

  • red value is 71;
  • green value is 108;
  • blue value is 214.
RGB:
(71,108,214)
(28%,42%,84%)

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 214 of 255 = 84%

71
108
214

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 214 = 393 (100%)
R 71 of 393 ~ 18.07%
G 108 of 393 ~ 27.48%
B 214 of 393 ~ 54.45%

%18.07
%27.48
%54.45

CMYK color model

#476CD6 color CMYK value is (67,50,0,16).

  • cyan value is 66.82%
  • magenta value is 49.53%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(67,50,0,16)
C67M50Y0K16 
(67%,50%,0%,16%)
(0.67/0.50/0.00/0.16)	

CMYK percentages

%66.82
%49.53
%0
%16.08

Codes

Color #476CD6 in popluar color models

476CD6
RGB71108214
HSL224°63.56%55.88%
HSB/HSV224°66.82%83.92%
CMYK66.82%49.53%0.00%
16.08%

Color #476CD6 in popluar number systems.

HEX476CD6
Decimal71108214
Binary1000111110110011010110
Octal107154326

Shades and tints

Shades of #476CD6

#476CD6
(71,108,214)
#4163C3
(65,99,195)
#3B5AB0
(59,90,176)
#35519D
(53,81,157)
#2F488A
(47,72,138)
#293F77
(41,63,119)
#233664
(35,54,100)
#1D2D51
(29,45,81)
#17243E
(23,36,62)
#111B2B
(17,27,43)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #476CD6

#476CD6
(71,108,214)
#5779D9
(87,121,217)
#6786DC
(103,134,220)
#7793DF
(119,147,223)
#87A0E2
(135,160,226)
#97ADE5
(151,173,229)
#A7BAE8
(167,186,232)
#B7C7EB
(183,199,235)
#C7D4EE
(199,212,238)
#D7E1F1
(215,225,241)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476CD6 color. Also use rgb(71,108,214) instead hex code.

Text Font Color

.myTextColor { color: #476CD6; }

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

This text font color is #476CD6.


Background Color

.myBgColor { background-color: #476CD6; }

<div style="background-color:#476CD6">Inner text</div>

This div background color is #476CD6.


Border color

.myBorderColor { border: 1px solid #476CD6; }

<div style="border:3px solid #476CD6">Div</div>

This div border color is #476CD6.


Opacity

.myOpacity80 { color: #476CD6; opacity: 0.8; }

<p style="color:#476CD6;opacity:0.8;">80%</p>

Text with #476CD6 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 #476CD6;}

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

This text has shadow with #476CD6 color.

.textShadow {text-shadow: 3px 3px 1px #476CD6, 3px 3px 1px red;}

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

This text has shadow with #476CD6 primary color and red secondary color.


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

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

This text has shadow with #476CD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476CD6 on black background.


Color preview on white background

This text has color #476CD6 on white background.



Black color preview on #476CD6 background

This text has black color on #476CD6 background.


White color preview on #476CD6 background

This text has white color on #476CD6 background.