COLOR #474664

HEX: #474664
RGB: (71,70,100)

Color info

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

RGB color model

#474664 color RGB value is (71,70,100).

  • red value is 71;
  • green value is 70;
  • blue value is 100.
RGB:
(71,70,100)
(28%,27%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 100 of 255 = 39%

71
70
100

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 100 = 241 (100%)
R 71 of 241 ~ 29.46%
G 70 of 241 ~ 29.05%
B 100 of 241 ~ 41.49%

%29.46
%29.05
%41.49

CMYK color model

#474664 color CMYK value is (29,30,0,61).

  • cyan value is 29.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(29,30,0,61)
C29M30Y0K61 
(29%,30%,0%,61%)
(0.29/0.30/0.00/0.61)	

CMYK percentages

%29
%30
%0
%60.78

Codes

Color #474664 in popluar color models

474664
RGB7170100
HSL242°17.65%33.33%
HSB/HSV242°30.00%39.22%
CMYK29.00%30.00%0.00%
60.78%

Color #474664 in popluar number systems.

HEX474664
Decimal7170100
Binary100011110001101100100
Octal107106144

Shades and tints

Shades of #474664

#474664
(71,70,100)
#41405B
(65,64,91)
#3B3A52
(59,58,82)
#353449
(53,52,73)
#2F2E40
(47,46,64)
#292837
(41,40,55)
#23222E
(35,34,46)
#1D1C25
(29,28,37)
#17161C
(23,22,28)
#111013
(17,16,19)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #474664

#474664
(71,70,100)
#575672
(87,86,114)
#676680
(103,102,128)
#77768E
(119,118,142)
#87869C
(135,134,156)
#9796AA
(151,150,170)
#A7A6B8
(167,166,184)
#B7B6C6
(183,182,198)
#C7C6D4
(199,198,212)
#D7D6E2
(215,214,226)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474664; }

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

This text font color is #474664.


Background Color

.myBgColor { background-color: #474664; }

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

This div background color is #474664.


Border color

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

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

This div border color is #474664.


Opacity

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

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

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

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

This text has shadow with #474664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474664 on black background.


Color preview on white background

This text has color #474664 on white background.



Black color preview on #474664 background

This text has black color on #474664 background.


White color preview on #474664 background

This text has white color on #474664 background.