COLOR #476978

HEX: #476978
RGB: (71,105,120)

Color info

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

RGB color model

#476978 color RGB value is (71,105,120).

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

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 120 of 255 = 47%

71
105
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 120 = 296 (100%)
R 71 of 296 ~ 23.99%
G 105 of 296 ~ 35.47%
B 120 of 296 ~ 40.54%

%23.99
%35.47
%40.54

CMYK color model

#476978 color CMYK value is (41,13,0,53).

  • cyan value is 40.83%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(41,13,0,53)
C41M13Y0K53 
(41%,13%,0%,53%)
(0.41/0.13/0.00/0.53)	

CMYK percentages

%40.83
%12.5
%0
%52.94

Codes

Color #476978 in popluar color models

476978
RGB71105120
HSL198°25.65%37.45%
HSB/HSV198°40.83%47.06%
CMYK40.83%12.50%0.00%
52.94%

Color #476978 in popluar number systems.

HEX476978
Decimal71105120
Binary100011111010011111000
Octal107151170

Shades and tints

Shades of #476978

#476978
(71,105,120)
#41606E
(65,96,110)
#3B5764
(59,87,100)
#354E5A
(53,78,90)
#2F4550
(47,69,80)
#293C46
(41,60,70)
#23333C
(35,51,60)
#1D2A32
(29,42,50)
#172128
(23,33,40)
#11181E
(17,24,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #476978

#476978
(71,105,120)
#577684
(87,118,132)
#678390
(103,131,144)
#77909C
(119,144,156)
#879DA8
(135,157,168)
#97AAB4
(151,170,180)
#A7B7C0
(167,183,192)
#B7C4CC
(183,196,204)
#C7D1D8
(199,209,216)
#D7DEE4
(215,222,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476978; }

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

This text font color is #476978.


Background Color

.myBgColor { background-color: #476978; }

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

This div background color is #476978.


Border color

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

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

This div border color is #476978.


Opacity

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

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

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

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

This text has shadow with #476978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476978 on black background.


Color preview on white background

This text has color #476978 on white background.



Black color preview on #476978 background

This text has black color on #476978 background.


White color preview on #476978 background

This text has white color on #476978 background.