COLOR #473265

HEX: #473265
RGB: (71,50,101)

Color info

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

RGB color model

#473265 color RGB value is (71,50,101).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 101 of 255 = 40%

71
50
101

R + G + B ~ 29%. #473265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 101 = 222 (100%)
R 71 of 222 ~ 31.98%
G 50 of 222 ~ 22.52%
B 101 of 222 ~ 45.5%

%31.98
%22.52
%45.5

CMYK color model

#473265 color CMYK value is (30,50,0,60).

  • cyan value is 29.70%
  • magenta value is 50.50%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(30,50,0,60)
C30M50Y0K60 
(30%,50%,0%,60%)
(0.30/0.50/0.00/0.60)	

CMYK percentages

%29.7
%50.5
%0
%60.39

Codes

Color #473265 in popluar color models

473265
RGB7150101
HSL265°33.77%29.61%
HSB/HSV265°50.50%39.61%
CMYK29.70%50.50%0.00%
60.39%

Color #473265 in popluar number systems.

HEX473265
Decimal7150101
Binary10001111100101100101
Octal10762145

Shades and tints

Shades of #473265

#473265
(71,50,101)
#412E5C
(65,46,92)
#3B2A53
(59,42,83)
#35264A
(53,38,74)
#2F2241
(47,34,65)
#291E38
(41,30,56)
#231A2F
(35,26,47)
#1D1626
(29,22,38)
#17121D
(23,18,29)
#110E14
(17,14,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #473265

#473265
(71,50,101)
#574473
(87,68,115)
#675681
(103,86,129)
#77688F
(119,104,143)
#877A9D
(135,122,157)
#978CAB
(151,140,171)
#A79EB9
(167,158,185)
#B7B0C7
(183,176,199)
#C7C2D5
(199,194,213)
#D7D4E3
(215,212,227)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473265; }

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

This text font color is #473265.


Background Color

.myBgColor { background-color: #473265; }

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

This div background color is #473265.


Border color

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

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

This div border color is #473265.


Opacity

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

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

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

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

This text has shadow with #473265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473265 on black background.


Color preview on white background

This text has color #473265 on white background.



Black color preview on #473265 background

This text has black color on #473265 background.


White color preview on #473265 background

This text has white color on #473265 background.