COLOR #476AED

HEX: #476AED
RGB: (71,106,237)

Color info

#476AED contains mainly blue color. Web safe color of #476AED is #3366FF (or #36F).

RGB color model

#476AED color RGB value is (71,106,237).

  • red value is 71;
  • green value is 106;
  • blue value is 237.
RGB:
(71,106,237)
(28%,42%,93%)

RGB channels and saturation

R 71 of 255 = 28%
G 106 of 255 = 42%
B 237 of 255 = 93%

71
106
237

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

Portions of RGB colors in percentages

R + G + B =
71 + 106 + 237 = 414 (100%)
R 71 of 414 ~ 17.15%
G 106 of 414 ~ 25.6%
B 237 of 414 ~ 57.25%

%17.15
%25.6
%57.25

CMYK color model

#476AED color CMYK value is (70,55,0,7).

  • cyan value is 70.04%
  • magenta value is 55.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(70,55,0,7)
C70M55Y0K7 
(70%,55%,0%,7%)
(0.70/0.55/0.00/0.07)	

CMYK percentages

%70.04
%55.27
%0
%7.06

Codes

Color #476AED in popluar color models

476AED
RGB71106237
HSL227°82.18%60.39%
HSB/HSV227°70.04%92.94%
CMYK70.04%55.27%0.00%
7.06%

Color #476AED in popluar number systems.

HEX476AED
Decimal71106237
Binary1000111110101011101101
Octal107152355

Shades and tints

Shades of #476AED

#476AED
(71,106,237)
#4161D8
(65,97,216)
#3B58C3
(59,88,195)
#354FAE
(53,79,174)
#2F4699
(47,70,153)
#293D84
(41,61,132)
#23346F
(35,52,111)
#1D2B5A
(29,43,90)
#172245
(23,34,69)
#111930
(17,25,48)
#0B101B
(11,16,27)
#000000
(0,0,0)

Tints of #476AED

#476AED
(71,106,237)
#5777EE
(87,119,238)
#6784EF
(103,132,239)
#7791F0
(119,145,240)
#879EF1
(135,158,241)
#97ABF2
(151,171,242)
#A7B8F3
(167,184,243)
#B7C5F4
(183,197,244)
#C7D2F5
(199,210,245)
#D7DFF6
(215,223,246)
#E7ECF7
(231,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476AED color. Also use rgb(71,106,237) instead hex code.

Text Font Color

.myTextColor { color: #476AED; }

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

This text font color is #476AED.


Background Color

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

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

This div background color is #476AED.


Border color

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

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

This div border color is #476AED.


Opacity

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

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

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

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

This text has shadow with #476AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476AED on black background.


Color preview on white background

This text has color #476AED on white background.



Black color preview on #476AED background

This text has black color on #476AED background.


White color preview on #476AED background

This text has white color on #476AED background.