COLOR #474865

HEX: #474865
RGB: (71,72,101)

Color info

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

RGB color model

#474865 color RGB value is (71,72,101).

  • red value is 71;
  • green value is 72;
  • blue value is 101.
RGB:
(71,72,101)
(28%,28%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 101 of 255 = 40%

71
72
101

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

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 101 = 244 (100%)
R 71 of 244 ~ 29.1%
G 72 of 244 ~ 29.51%
B 101 of 244 ~ 41.39%

%29.1
%29.51
%41.39

CMYK color model

#474865 color CMYK value is (30,29,0,60).

  • cyan value is 29.70%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(30,29,0,60)
C30M29Y0K60 
(30%,29%,0%,60%)
(0.30/0.29/0.00/0.60)	

CMYK percentages

%29.7
%28.71
%0
%60.39

Codes

Color #474865 in popluar color models

474865
RGB7172101
HSL238°17.44%33.73%
HSB/HSV238°29.70%39.61%
CMYK29.70%28.71%0.00%
60.39%

Color #474865 in popluar number systems.

HEX474865
Decimal7172101
Binary100011110010001100101
Octal107110145

Shades and tints

Shades of #474865

#474865
(71,72,101)
#41425C
(65,66,92)
#3B3C53
(59,60,83)
#35364A
(53,54,74)
#2F3041
(47,48,65)
#292A38
(41,42,56)
#23242F
(35,36,47)
#1D1E26
(29,30,38)
#17181D
(23,24,29)
#111214
(17,18,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #474865

#474865
(71,72,101)
#575873
(87,88,115)
#676881
(103,104,129)
#77788F
(119,120,143)
#87889D
(135,136,157)
#9798AB
(151,152,171)
#A7A8B9
(167,168,185)
#B7B8C7
(183,184,199)
#C7C8D5
(199,200,213)
#D7D8E3
(215,216,227)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474865 color. Also use rgb(71,72,101) instead hex code.

Text Font Color

.myTextColor { color: #474865; }

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

This text font color is #474865.


Background Color

.myBgColor { background-color: #474865; }

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

This div background color is #474865.


Border color

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

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

This div border color is #474865.


Opacity

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

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

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

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

This text has shadow with #474865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474865 on black background.


Color preview on white background

This text has color #474865 on white background.



Black color preview on #474865 background

This text has black color on #474865 background.


White color preview on #474865 background

This text has white color on #474865 background.