COLOR #474270

HEX: #474270
RGB: (71,66,112)

Color info

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

RGB color model

#474270 color RGB value is (71,66,112).

  • red value is 71;
  • green value is 66;
  • blue value is 112.
RGB:
(71,66,112)
(28%,26%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 112 of 255 = 44%

71
66
112

R + G + B ~ 33%. #474270 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 112 = 249 (100%)
R 71 of 249 ~ 28.51%
G 66 of 249 ~ 26.51%
B 112 of 249 ~ 44.98%

%28.51
%26.51
%44.98

CMYK color model

#474270 color CMYK value is (37,41,0,56).

  • cyan value is 36.61%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,41,0,56)
C37M41Y0K56 
(37%,41%,0%,56%)
(0.37/0.41/0.00/0.56)	

CMYK percentages

%36.61
%41.07
%0
%56.08

Codes

Color #474270 in popluar color models

474270
RGB7166112
HSL247°25.84%34.90%
HSB/HSV247°41.07%43.92%
CMYK36.61%41.07%0.00%
56.08%

Color #474270 in popluar number systems.

HEX474270
Decimal7166112
Binary100011110000101110000
Octal107102160

Shades and tints

Shades of #474270

#474270
(71,66,112)
#413C66
(65,60,102)
#3B365C
(59,54,92)
#353052
(53,48,82)
#2F2A48
(47,42,72)
#29243E
(41,36,62)
#231E34
(35,30,52)
#1D182A
(29,24,42)
#171220
(23,18,32)
#110C16
(17,12,22)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #474270

#474270
(71,66,112)
#57537D
(87,83,125)
#67648A
(103,100,138)
#777597
(119,117,151)
#8786A4
(135,134,164)
#9797B1
(151,151,177)
#A7A8BE
(167,168,190)
#B7B9CB
(183,185,203)
#C7CAD8
(199,202,216)
#D7DBE5
(215,219,229)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474270; }

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

This text font color is #474270.


Background Color

.myBgColor { background-color: #474270; }

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

This div background color is #474270.


Border color

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

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

This div border color is #474270.


Opacity

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

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

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

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

This text has shadow with #474270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474270 on black background.


Color preview on white background

This text has color #474270 on white background.



Black color preview on #474270 background

This text has black color on #474270 background.


White color preview on #474270 background

This text has white color on #474270 background.