COLOR #476EB0

HEX: #476EB0
RGB: (71,110,176)

Color info

#476EB0 contains mainly blue color. Web safe color of #476EB0 is #336699 (or #369).

RGB color model

#476EB0 color RGB value is (71,110,176).

  • red value is 71;
  • green value is 110;
  • blue value is 176.
RGB:
(71,110,176)
(28%,43%,69%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 176 of 255 = 69%

71
110
176

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

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 176 = 357 (100%)
R 71 of 357 ~ 19.89%
G 110 of 357 ~ 30.81%
B 176 of 357 ~ 49.3%

%19.89
%30.81
%49.3

CMYK color model

#476EB0 color CMYK value is (60,38,0,31).

  • cyan value is 59.66%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(60,38,0,31)
C60M38Y0K31 
(60%,38%,0%,31%)
(0.60/0.38/0.00/0.31)	

CMYK percentages

%59.66
%37.5
%0
%30.98

Codes

Color #476EB0 in popluar color models

476EB0
RGB71110176
HSL218°42.51%48.43%
HSB/HSV218°59.66%69.02%
CMYK59.66%37.50%0.00%
30.98%

Color #476EB0 in popluar number systems.

HEX476EB0
Decimal71110176
Binary1000111110111010110000
Octal107156260

Shades and tints

Shades of #476EB0

#476EB0
(71,110,176)
#4164A0
(65,100,160)
#3B5A90
(59,90,144)
#355080
(53,80,128)
#2F4670
(47,70,112)
#293C60
(41,60,96)
#233250
(35,50,80)
#1D2840
(29,40,64)
#171E30
(23,30,48)
#111420
(17,20,32)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #476EB0

#476EB0
(71,110,176)
#577BB7
(87,123,183)
#6788BE
(103,136,190)
#7795C5
(119,149,197)
#87A2CC
(135,162,204)
#97AFD3
(151,175,211)
#A7BCDA
(167,188,218)
#B7C9E1
(183,201,225)
#C7D6E8
(199,214,232)
#D7E3EF
(215,227,239)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476EB0 color. Also use rgb(71,110,176) instead hex code.

Text Font Color

.myTextColor { color: #476EB0; }

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

This text font color is #476EB0.


Background Color

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

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

This div background color is #476EB0.


Border color

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

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

This div border color is #476EB0.


Opacity

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

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

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

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

This text has shadow with #476EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476EB0 on black background.


Color preview on white background

This text has color #476EB0 on white background.



Black color preview on #476EB0 background

This text has black color on #476EB0 background.


White color preview on #476EB0 background

This text has white color on #476EB0 background.