COLOR #73478A

HEX: #73478A
RGB: (115,71,138)

Color info

#73478A contains mainly red and blue colors. Web safe color of #73478A is #663399 (or #639).

RGB color model

#73478A color RGB value is (115,71,138).

  • red value is 115;
  • green value is 71;
  • blue value is 138.
RGB:
(115,71,138)
(45%,28%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 138 of 255 = 54%

115
71
138

R + G + B ~ 42%. #73478A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 138 = 324 (100%)
R 115 of 324 ~ 35.49%
G 71 of 324 ~ 21.91%
B 138 of 324 ~ 42.59%

%35.49
%21.91
%42.59

CMYK color model

#73478A color CMYK value is (17,49,0,46).

  • cyan value is 16.67%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,49,0,46)
C17M49Y0K46 
(17%,49%,0%,46%)
(0.17/0.49/0.00/0.46)	

CMYK percentages

%16.67
%48.55
%0
%45.88

Codes

Color #73478A in popluar color models

73478A
RGB11571138
HSL279°32.06%40.98%
HSB/HSV279°48.55%54.12%
CMYK16.67%48.55%0.00%
45.88%

Color #73478A in popluar number systems.

HEX73478A
Decimal11571138
Binary1110011100011110001010
Octal163107212

Shades and tints

Shades of #73478A

#73478A
(115,71,138)
#69417E
(105,65,126)
#5F3B72
(95,59,114)
#553566
(85,53,102)
#4B2F5A
(75,47,90)
#41294E
(65,41,78)
#372342
(55,35,66)
#2D1D36
(45,29,54)
#23172A
(35,23,42)
#19111E
(25,17,30)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #73478A

#73478A
(115,71,138)
#7F5794
(127,87,148)
#8B679E
(139,103,158)
#9777A8
(151,119,168)
#A387B2
(163,135,178)
#AF97BC
(175,151,188)
#BBA7C6
(187,167,198)
#C7B7D0
(199,183,208)
#D3C7DA
(211,199,218)
#DFD7E4
(223,215,228)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73478A color. Also use rgb(115,71,138) instead hex code.

Text Font Color

.myTextColor { color: #73478A; }

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

This text font color is #73478A.


Background Color

.myBgColor { background-color: #73478A; }

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

This div background color is #73478A.


Border color

.myBorderColor { border: 1px solid #73478A; }

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

This div border color is #73478A.


Opacity

.myOpacity80 { color: #73478A; opacity: 0.8; }

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

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

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

This text has shadow with #73478A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73478A on black background.


Color preview on white background

This text has color #73478A on white background.



Black color preview on #73478A background

This text has black color on #73478A background.


White color preview on #73478A background

This text has white color on #73478A background.