COLOR #476074

HEX: #476074
RGB: (71,96,116)

Color info

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

RGB color model

#476074 color RGB value is (71,96,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 116 of 255 = 45%

71
96
116

R + G + B ~ 37%. #476074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 116 = 283 (100%)
R 71 of 283 ~ 25.09%
G 96 of 283 ~ 33.92%
B 116 of 283 ~ 40.99%

%25.09
%33.92
%40.99

CMYK color model

#476074 color CMYK value is (39,17,0,55).

  • cyan value is 38.79%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(39,17,0,55)
C39M17Y0K55 
(39%,17%,0%,55%)
(0.39/0.17/0.00/0.55)	

CMYK percentages

%38.79
%17.24
%0
%54.51

Codes

Color #476074 in popluar color models

476074
RGB7196116
HSL207°24.06%36.67%
HSB/HSV207°38.79%45.49%
CMYK38.79%17.24%0.00%
54.51%

Color #476074 in popluar number systems.

HEX476074
Decimal7196116
Binary100011111000001110100
Octal107140164

Shades and tints

Shades of #476074

#476074
(71,96,116)
#41586A
(65,88,106)
#3B5060
(59,80,96)
#354856
(53,72,86)
#2F404C
(47,64,76)
#293842
(41,56,66)
#233038
(35,48,56)
#1D282E
(29,40,46)
#172024
(23,32,36)
#11181A
(17,24,26)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #476074

#476074
(71,96,116)
#576E80
(87,110,128)
#677C8C
(103,124,140)
#778A98
(119,138,152)
#8798A4
(135,152,164)
#97A6B0
(151,166,176)
#A7B4BC
(167,180,188)
#B7C2C8
(183,194,200)
#C7D0D4
(199,208,212)
#D7DEE0
(215,222,224)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476074; }

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

This text font color is #476074.


Background Color

.myBgColor { background-color: #476074; }

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

This div background color is #476074.


Border color

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

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

This div border color is #476074.


Opacity

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

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

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

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

This text has shadow with #476074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476074 on black background.


Color preview on white background

This text has color #476074 on white background.



Black color preview on #476074 background

This text has black color on #476074 background.


White color preview on #476074 background

This text has white color on #476074 background.