COLOR #476078

HEX: #476078
RGB: (71,96,120)

Color info

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

RGB color model

#476078 color RGB value is (71,96,120).

  • red value is 71;
  • green value is 96;
  • blue value is 120.
RGB:
(71,96,120)
(28%,38%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 120 of 255 = 47%

71
96
120

R + G + B ~ 38%. #476078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 120 = 287 (100%)
R 71 of 287 ~ 24.74%
G 96 of 287 ~ 33.45%
B 120 of 287 ~ 41.81%

%24.74
%33.45
%41.81

CMYK color model

#476078 color CMYK value is (41,20,0,53).

  • cyan value is 40.83%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(41,20,0,53)
C41M20Y0K53 
(41%,20%,0%,53%)
(0.41/0.20/0.00/0.53)	

CMYK percentages

%40.83
%20
%0
%52.94

Codes

Color #476078 in popluar color models

476078
RGB7196120
HSL209°25.65%37.45%
HSB/HSV209°40.83%47.06%
CMYK40.83%20.00%0.00%
52.94%

Color #476078 in popluar number systems.

HEX476078
Decimal7196120
Binary100011111000001111000
Octal107140170

Shades and tints

Shades of #476078

#476078
(71,96,120)
#41586E
(65,88,110)
#3B5064
(59,80,100)
#35485A
(53,72,90)
#2F4050
(47,64,80)
#293846
(41,56,70)
#23303C
(35,48,60)
#1D2832
(29,40,50)
#172028
(23,32,40)
#11181E
(17,24,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #476078

#476078
(71,96,120)
#576E84
(87,110,132)
#677C90
(103,124,144)
#778A9C
(119,138,156)
#8798A8
(135,152,168)
#97A6B4
(151,166,180)
#A7B4C0
(167,180,192)
#B7C2CC
(183,194,204)
#C7D0D8
(199,208,216)
#D7DEE4
(215,222,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476078 color. Also use rgb(71,96,120) instead hex code.

Text Font Color

.myTextColor { color: #476078; }

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

This text font color is #476078.


Background Color

.myBgColor { background-color: #476078; }

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

This div background color is #476078.


Border color

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

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

This div border color is #476078.


Opacity

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

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

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

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

This text has shadow with #476078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476078 on black background.


Color preview on white background

This text has color #476078 on white background.



Black color preview on #476078 background

This text has black color on #476078 background.


White color preview on #476078 background

This text has white color on #476078 background.