COLOR #474776

HEX: #474776
RGB: (71,71,118)

Color info

#474776 contains red, green and blue colors in about the same proportion. Web safe color of #474776 is #333366 (or #336).

RGB color model

#474776 color RGB value is (71,71,118).

  • red value is 71;
  • green value is 71;
  • blue value is 118.
RGB:
(71,71,118)
(28%,28%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 118 of 255 = 46%

71
71
118

R + G + B ~ 34%. #474776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 118 = 260 (100%)
R 71 of 260 ~ 27.31%
G 71 of 260 ~ 27.31%
B 118 of 260 ~ 45.38%

%27.31
%27.31
%45.38

CMYK color model

#474776 color CMYK value is (40,40,0,54).

  • cyan value is 39.83%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,40,0,54)
C40M40Y0K54 
(40%,40%,0%,54%)
(0.40/0.40/0.00/0.54)	

CMYK percentages

%39.83
%39.83
%0
%53.73

Codes

Color #474776 in popluar color models

474776
RGB7171118
HSL240°24.87%37.06%
HSB/HSV240°39.83%46.27%
CMYK39.83%39.83%0.00%
53.73%

Color #474776 in popluar number systems.

HEX474776
Decimal7171118
Binary100011110001111110110
Octal107107166

Shades and tints

Shades of #474776

#474776
(71,71,118)
#41416C
(65,65,108)
#3B3B62
(59,59,98)
#353558
(53,53,88)
#2F2F4E
(47,47,78)
#292944
(41,41,68)
#23233A
(35,35,58)
#1D1D30
(29,29,48)
#171726
(23,23,38)
#11111C
(17,17,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #474776

#474776
(71,71,118)
#575782
(87,87,130)
#67678E
(103,103,142)
#77779A
(119,119,154)
#8787A6
(135,135,166)
#9797B2
(151,151,178)
#A7A7BE
(167,167,190)
#B7B7CA
(183,183,202)
#C7C7D6
(199,199,214)
#D7D7E2
(215,215,226)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474776; }

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

This text font color is #474776.


Background Color

.myBgColor { background-color: #474776; }

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

This div background color is #474776.


Border color

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

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

This div border color is #474776.


Opacity

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

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

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

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

This text has shadow with #474776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474776 on black background.


Color preview on white background

This text has color #474776 on white background.



Black color preview on #474776 background

This text has black color on #474776 background.


White color preview on #474776 background

This text has white color on #474776 background.