COLOR #476480

HEX: #476480
RGB: (71,100,128)

Color info

#476480 contains red, green and blue colors in about the same proportion. Web safe color of #476480 is #336666 (or #366).

RGB color model

#476480 color RGB value is (71,100,128).

  • red value is 71;
  • green value is 100;
  • blue value is 128.
RGB:
(71,100,128)
(28%,39%,50%)

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 128 of 255 = 50%

71
100
128

R + G + B ~ 39%. #476480 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 128 = 299 (100%)
R 71 of 299 ~ 23.75%
G 100 of 299 ~ 33.44%
B 128 of 299 ~ 42.81%

%23.75
%33.44
%42.81

CMYK color model

#476480 color CMYK value is (45,22,0,50).

  • cyan value is 44.53%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(45,22,0,50)
C45M22Y0K50 
(45%,22%,0%,50%)
(0.45/0.22/0.00/0.50)	

CMYK percentages

%44.53
%21.88
%0
%49.8

Codes

Color #476480 in popluar color models

476480
RGB71100128
HSL209°28.64%39.02%
HSB/HSV209°44.53%50.20%
CMYK44.53%21.88%0.00%
49.80%

Color #476480 in popluar number systems.

HEX476480
Decimal71100128
Binary1000111110010010000000
Octal107144200

Shades and tints

Shades of #476480

#476480
(71,100,128)
#415B75
(65,91,117)
#3B526A
(59,82,106)
#35495F
(53,73,95)
#2F4054
(47,64,84)
#293749
(41,55,73)
#232E3E
(35,46,62)
#1D2533
(29,37,51)
#171C28
(23,28,40)
#11131D
(17,19,29)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #476480

#476480
(71,100,128)
#57728B
(87,114,139)
#678096
(103,128,150)
#778EA1
(119,142,161)
#879CAC
(135,156,172)
#97AAB7
(151,170,183)
#A7B8C2
(167,184,194)
#B7C6CD
(183,198,205)
#C7D4D8
(199,212,216)
#D7E2E3
(215,226,227)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476480 color. Also use rgb(71,100,128) instead hex code.

Text Font Color

.myTextColor { color: #476480; }

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

This text font color is #476480.


Background Color

.myBgColor { background-color: #476480; }

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

This div background color is #476480.


Border color

.myBorderColor { border: 1px solid #476480; }

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

This div border color is #476480.


Opacity

.myOpacity80 { color: #476480; opacity: 0.8; }

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

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

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

This text has shadow with #476480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476480 on black background.


Color preview on white background

This text has color #476480 on white background.



Black color preview on #476480 background

This text has black color on #476480 background.


White color preview on #476480 background

This text has white color on #476480 background.