COLOR #472758

HEX: #472758
RGB: (71,39,88)

Color info

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

RGB color model

#472758 color RGB value is (71,39,88).

  • red value is 71;
  • green value is 39;
  • blue value is 88.
RGB:
(71,39,88)
(28%,15%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 39 of 255 = 15%
B 88 of 255 = 35%

71
39
88

R + G + B ~ 26%. #472758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 39 + 88 = 198 (100%)
R 71 of 198 ~ 35.86%
G 39 of 198 ~ 19.7%
B 88 of 198 ~ 44.44%

%35.86
%19.7
%44.44

CMYK color model

#472758 color CMYK value is (19,56,0,65).

  • cyan value is 19.32%
  • magenta value is 55.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(19,56,0,65)
C19M56Y0K65 
(19%,56%,0%,65%)
(0.19/0.56/0.00/0.65)	

CMYK percentages

%19.32
%55.68
%0
%65.49

Codes

Color #472758 in popluar color models

472758
RGB713988
HSL279°38.58%24.90%
HSB/HSV279°55.68%34.51%
CMYK19.32%55.68%0.00%
65.49%

Color #472758 in popluar number systems.

HEX472758
Decimal713988
Binary10001111001111011000
Octal10747130

Shades and tints

Shades of #472758

#472758
(71,39,88)
#412450
(65,36,80)
#3B2148
(59,33,72)
#351E40
(53,30,64)
#2F1B38
(47,27,56)
#291830
(41,24,48)
#231528
(35,21,40)
#1D1220
(29,18,32)
#170F18
(23,15,24)
#110C10
(17,12,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #472758

#472758
(71,39,88)
#573A67
(87,58,103)
#674D76
(103,77,118)
#776085
(119,96,133)
#877394
(135,115,148)
#9786A3
(151,134,163)
#A799B2
(167,153,178)
#B7ACC1
(183,172,193)
#C7BFD0
(199,191,208)
#D7D2DF
(215,210,223)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472758 color. Also use rgb(71,39,88) instead hex code.

Text Font Color

.myTextColor { color: #472758; }

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

This text font color is #472758.


Background Color

.myBgColor { background-color: #472758; }

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

This div background color is #472758.


Border color

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

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

This div border color is #472758.


Opacity

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

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

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

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

This text has shadow with #472758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472758 on black background.


Color preview on white background

This text has color #472758 on white background.



Black color preview on #472758 background

This text has black color on #472758 background.


White color preview on #472758 background

This text has white color on #472758 background.