COLOR #476C78

HEX: #476C78
RGB: (71,108,120)

Color info

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

RGB color model

#476C78 color RGB value is (71,108,120).

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

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 120 of 255 = 47%

71
108
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 120 = 299 (100%)
R 71 of 299 ~ 23.75%
G 108 of 299 ~ 36.12%
B 120 of 299 ~ 40.13%

%23.75
%36.12
%40.13

CMYK color model

#476C78 color CMYK value is (41,10,0,53).

  • cyan value is 40.83%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(41,10,0,53)
C41M10Y0K53 
(41%,10%,0%,53%)
(0.41/0.10/0.00/0.53)	

CMYK percentages

%40.83
%10
%0
%52.94

Codes

Color #476C78 in popluar color models

476C78
RGB71108120
HSL195°25.65%37.45%
HSB/HSV195°40.83%47.06%
CMYK40.83%10.00%0.00%
52.94%

Color #476C78 in popluar number systems.

HEX476C78
Decimal71108120
Binary100011111011001111000
Octal107154170

Shades and tints

Shades of #476C78

#476C78
(71,108,120)
#41636E
(65,99,110)
#3B5A64
(59,90,100)
#35515A
(53,81,90)
#2F4850
(47,72,80)
#293F46
(41,63,70)
#23363C
(35,54,60)
#1D2D32
(29,45,50)
#172428
(23,36,40)
#111B1E
(17,27,30)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #476C78

#476C78
(71,108,120)
#577984
(87,121,132)
#678690
(103,134,144)
#77939C
(119,147,156)
#87A0A8
(135,160,168)
#97ADB4
(151,173,180)
#A7BAC0
(167,186,192)
#B7C7CC
(183,199,204)
#C7D4D8
(199,212,216)
#D7E1E4
(215,225,228)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C78; }

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

This text font color is #476C78.


Background Color

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

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

This div background color is #476C78.


Border color

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

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

This div border color is #476C78.


Opacity

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

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

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

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

This text has shadow with #476C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C78 on black background.


Color preview on white background

This text has color #476C78 on white background.



Black color preview on #476C78 background

This text has black color on #476C78 background.


White color preview on #476C78 background

This text has white color on #476C78 background.