COLOR #474460

HEX: #474460
RGB: (71,68,96)

Color info

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

RGB color model

#474460 color RGB value is (71,68,96).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 96 of 255 = 38%

71
68
96

R + G + B ~ 31%. #474460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 96 = 235 (100%)
R 71 of 235 ~ 30.21%
G 68 of 235 ~ 28.94%
B 96 of 235 ~ 40.85%

%30.21
%28.94
%40.85

CMYK color model

#474460 color CMYK value is (26,29,0,62).

  • cyan value is 26.04%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,29,0,62)
C26M29Y0K62 
(26%,29%,0%,62%)
(0.26/0.29/0.00/0.62)	

CMYK percentages

%26.04
%29.17
%0
%62.35

Codes

Color #474460 in popluar color models

474460
RGB716896
HSL246°17.07%32.16%
HSB/HSV246°29.17%37.65%
CMYK26.04%29.17%0.00%
62.35%

Color #474460 in popluar number systems.

HEX474460
Decimal716896
Binary100011110001001100000
Octal107104140

Shades and tints

Shades of #474460

#474460
(71,68,96)
#413E58
(65,62,88)
#3B3850
(59,56,80)
#353248
(53,50,72)
#2F2C40
(47,44,64)
#292638
(41,38,56)
#232030
(35,32,48)
#1D1A28
(29,26,40)
#171420
(23,20,32)
#110E18
(17,14,24)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #474460

#474460
(71,68,96)
#57556E
(87,85,110)
#67667C
(103,102,124)
#77778A
(119,119,138)
#878898
(135,136,152)
#9799A6
(151,153,166)
#A7AAB4
(167,170,180)
#B7BBC2
(183,187,194)
#C7CCD0
(199,204,208)
#D7DDDE
(215,221,222)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474460; }

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

This text font color is #474460.


Background Color

.myBgColor { background-color: #474460; }

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

This div background color is #474460.


Border color

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

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

This div border color is #474460.


Opacity

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

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

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

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

This text has shadow with #474460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474460 on black background.


Color preview on white background

This text has color #474460 on white background.



Black color preview on #474460 background

This text has black color on #474460 background.


White color preview on #474460 background

This text has white color on #474460 background.