COLOR #474466

HEX: #474466
RGB: (71,68,102)

Color info

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

RGB color model

#474466 color RGB value is (71,68,102).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 102 of 255 = 40%

71
68
102

R + G + B ~ 32%. #474466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 102 = 241 (100%)
R 71 of 241 ~ 29.46%
G 68 of 241 ~ 28.22%
B 102 of 241 ~ 42.32%

%29.46
%28.22
%42.32

CMYK color model

#474466 color CMYK value is (30,33,0,60).

  • cyan value is 30.39%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(30,33,0,60)
C30M33Y0K60 
(30%,33%,0%,60%)
(0.30/0.33/0.00/0.60)	

CMYK percentages

%30.39
%33.33
%0
%60

Codes

Color #474466 in popluar color models

474466
RGB7168102
HSL245°20.00%33.33%
HSB/HSV245°33.33%40.00%
CMYK30.39%33.33%0.00%
60.00%

Color #474466 in popluar number systems.

HEX474466
Decimal7168102
Binary100011110001001100110
Octal107104146

Shades and tints

Shades of #474466

#474466
(71,68,102)
#413E5D
(65,62,93)
#3B3854
(59,56,84)
#35324B
(53,50,75)
#2F2C42
(47,44,66)
#292639
(41,38,57)
#232030
(35,32,48)
#1D1A27
(29,26,39)
#17141E
(23,20,30)
#110E15
(17,14,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #474466

#474466
(71,68,102)
#575573
(87,85,115)
#676680
(103,102,128)
#77778D
(119,119,141)
#87889A
(135,136,154)
#9799A7
(151,153,167)
#A7AAB4
(167,170,180)
#B7BBC1
(183,187,193)
#C7CCCE
(199,204,206)
#D7DDDB
(215,221,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474466; }

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

This text font color is #474466.


Background Color

.myBgColor { background-color: #474466; }

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

This div background color is #474466.


Border color

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

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

This div border color is #474466.


Opacity

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

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

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

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

This text has shadow with #474466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474466 on black background.


Color preview on white background

This text has color #474466 on white background.



Black color preview on #474466 background

This text has black color on #474466 background.


White color preview on #474466 background

This text has white color on #474466 background.