COLOR #73479A

HEX: #73479A
RGB: (115,71,154)

Renk bilgisi

#73479A contains mainly red and blue colors. #73479A ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#73479A color RGB value is (115,71,154).

  • kırmız ton 115;
  • yeşil ton 71;
  • mavi ton 154.
RGB:
(115,71,154)
(45%,28%,60%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 71 of 255 = 28%
B 154 of 255 = 60%

115
71
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 71 + 154 = 340 (100%)
R 115 of 340 ~ 33.82%
G 71 of 340 ~ 20.88%
B 154 of 340 ~ 45.29%

%33.82
%20.88
%45.29

CMYK RENK MODELİ

#73479A rengi CMYK tonu (25,54,0,40).

  • camgöbeği tonu 25.32%
  • eflatun tonu 53.90%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(25,54,0,40)
C25M54Y0K40 
(25%,54%,0%,40%)
(0.25/0.54/0.00/0.40)	

CMYK yüzdeleri

%25.32
%53.9
%0
%39.61

Codes

Color #73479A in popluar color models

73479A
RGB11571154
HSL272°36.89%44.12%
HSB/HSV272°53.90%60.39%
CMYK25.32%53.90%0.00%
39.61%

Color #73479A in popluar number systems.

HEX73479A
Decimal11571154
Binary1110011100011110011010
Octal163107232

Shades and tints

Shades of #73479A

#73479A
(115,71,154)
#69418C
(105,65,140)
#5F3B7E
(95,59,126)
#553570
(85,53,112)
#4B2F62
(75,47,98)
#412954
(65,41,84)
#372346
(55,35,70)
#2D1D38
(45,29,56)
#23172A
(35,23,42)
#19111C
(25,17,28)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #73479A

#73479A
(115,71,154)
#7F57A3
(127,87,163)
#8B67AC
(139,103,172)
#9777B5
(151,119,181)
#A387BE
(163,135,190)
#AF97C7
(175,151,199)
#BBA7D0
(187,167,208)
#C7B7D9
(199,183,217)
#D3C7E2
(211,199,226)
#DFD7EB
(223,215,235)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73479A; }

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

This text font color is #73479A.


Background Color

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

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

This div background color is #73479A.


Border color

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

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

This div border color is #73479A.


Opacity

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

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

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

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

This text has shadow with #73479A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73479A on black background.


Color preview on white background

This text has color #73479A on white background.



Black color preview on #73479A background

This text has black color on #73479A background.


White color preview on #73479A background

This text has white color on #73479A background.