COLOR #474167

HEX: #474167
RGB: (71,65,103)

Color info

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

RGB color model

#474167 color RGB value is (71,65,103).

  • red value is 71;
  • green value is 65;
  • blue value is 103.
RGB: (71,65,103) (28%,25%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 103 of 255 = 40%

71
65
103

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 103 = 239 (100%)
R 71 of 239 ~ 29.71%
G 65 of 239 ~ 27.2%
B 103 of 239 ~ 43.1%

%29.71
%27.2
%43.1

CMYK color model

#474167 color CMYK value is (31,37,0,60).

  • cyan value is 31.07%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (31,37,0,60) C31M37Y0K60 (31%,37%,0%,60%) (0.31/0.37/0.00/0.60)

CMYK percentages

%31.07
%36.89
%0
%59.61

Codes

Color #474167 in popluar color models

474167
RGB7165103
HSL249°22.62%32.94%
HSB/HSV249°36.89%40.39%
CMYK31.07%36.89%0.00%
59.61%

Color #474167 in popluar number systems.

HEX474167
Decimal7165103
Binary100011110000011100111
Octal107101147

Shades and tints

Shades of #474167

#474167
(71,65,103)
#413C5E
(65,60,94)
#3B3755
(59,55,85)
#35324C
(53,50,76)
#2F2D43
(47,45,67)
#29283A
(41,40,58)
#232331
(35,35,49)
#1D1E28
(29,30,40)
#17191F
(23,25,31)
#111416
(17,20,22)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #474167

#474167
(71,65,103)
#575274
(87,82,116)
#676381
(103,99,129)
#77748E
(119,116,142)
#87859B
(135,133,155)
#9796A8
(151,150,168)
#A7A7B5
(167,167,181)
#B7B8C2
(183,184,194)
#C7C9CF
(199,201,207)
#D7DADC
(215,218,220)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474167 color. Also use rgb(71,65,103) instead hex code.

Text Font Color

.myTextColor { color: #474167; }

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

This text font color is #474167.


Background Color

.myBgColor { background-color: #474167; }

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

This div background color is #474167.


Border color

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

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

This div border color is #474167.


Opacity

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

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

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

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

This text has shadow with #474167 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #474167 on black background.


Color preview on white background

This text has color #474167 on white background.



Black color preview on #474167 background

This text has black color on #474167 background.


White color preview on #474167 background

This text has white color on #474167 background.