COLOR #474564

HEX: #474564
RGB: (71,69,100)

Color info

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

RGB color model

#474564 color RGB value is (71,69,100).

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

RGB channels and saturation

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

71
69
100

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 100 = 240 (100%)
R 71 of 240 ~ 29.58%
G 69 of 240 ~ 28.75%
B 100 of 240 ~ 41.67%

%29.58
%28.75
%41.67

CMYK color model

#474564 color CMYK value is (29,31,0,61).

  • cyan value is 29.00%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(29,31,0,61)
C29M31Y0K61 
(29%,31%,0%,61%)
(0.29/0.31/0.00/0.61)	

CMYK percentages

%29
%31
%0
%60.78

Codes

Color #474564 in popluar color models

474564
RGB7169100
HSL244°18.34%33.14%
HSB/HSV244°31.00%39.22%
CMYK29.00%31.00%0.00%
60.78%

Color #474564 in popluar number systems.

HEX474564
Decimal7169100
Binary100011110001011100100
Octal107105144

Shades and tints

Shades of #474564

#474564
(71,69,100)
#413F5B
(65,63,91)
#3B3952
(59,57,82)
#353349
(53,51,73)
#2F2D40
(47,45,64)
#292737
(41,39,55)
#23212E
(35,33,46)
#1D1B25
(29,27,37)
#17151C
(23,21,28)
#110F13
(17,15,19)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474564

#474564
(71,69,100)
#575572
(87,85,114)
#676580
(103,101,128)
#77758E
(119,117,142)
#87859C
(135,133,156)
#9795AA
(151,149,170)
#A7A5B8
(167,165,184)
#B7B5C6
(183,181,198)
#C7C5D4
(199,197,212)
#D7D5E2
(215,213,226)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474564; }

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

This text font color is #474564.


Background Color

.myBgColor { background-color: #474564; }

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

This div background color is #474564.


Border color

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

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

This div border color is #474564.


Opacity

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

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

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

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

This text has shadow with #474564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474564 on black background.


Color preview on white background

This text has color #474564 on white background.



Black color preview on #474564 background

This text has black color on #474564 background.


White color preview on #474564 background

This text has white color on #474564 background.