COLOR #474560

HEX: #474560
RGB: (71,69,96)

Color info

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

RGB color model

#474560 color RGB value is (71,69,96).

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

RGB channels and saturation

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

71
69
96

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 96 = 236 (100%)
R 71 of 236 ~ 30.08%
G 69 of 236 ~ 29.24%
B 96 of 236 ~ 40.68%

%30.08
%29.24
%40.68

CMYK color model

#474560 color CMYK value is (26,28,0,62).

  • cyan value is 26.04%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,28,0,62)
C26M28Y0K62 
(26%,28%,0%,62%)
(0.26/0.28/0.00/0.62)	

CMYK percentages

%26.04
%28.13
%0
%62.35

Codes

Color #474560 in popluar color models

474560
RGB716996
HSL244°16.36%32.35%
HSB/HSV244°28.13%37.65%
CMYK26.04%28.13%0.00%
62.35%

Color #474560 in popluar number systems.

HEX474560
Decimal716996
Binary100011110001011100000
Octal107105140

Shades and tints

Shades of #474560

#474560
(71,69,96)
#413F58
(65,63,88)
#3B3950
(59,57,80)
#353348
(53,51,72)
#2F2D40
(47,45,64)
#292738
(41,39,56)
#232130
(35,33,48)
#1D1B28
(29,27,40)
#171520
(23,21,32)
#110F18
(17,15,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #474560

#474560
(71,69,96)
#57556E
(87,85,110)
#67657C
(103,101,124)
#77758A
(119,117,138)
#878598
(135,133,152)
#9795A6
(151,149,166)
#A7A5B4
(167,165,180)
#B7B5C2
(183,181,194)
#C7C5D0
(199,197,208)
#D7D5DE
(215,213,222)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474560; }

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

This text font color is #474560.


Background Color

.myBgColor { background-color: #474560; }

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

This div background color is #474560.


Border color

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

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

This div border color is #474560.


Opacity

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

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

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

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

This text has shadow with #474560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474560 on black background.


Color preview on white background

This text has color #474560 on white background.



Black color preview on #474560 background

This text has black color on #474560 background.


White color preview on #474560 background

This text has white color on #474560 background.