COLOR #473899

HEX: #473899
RGB: (71,56,153)

Renk bilgisi

#473899 contains mainly blue color. #473899 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#473899 color RGB value is (71,56,153).

  • kırmız ton 71;
  • yeşil ton 56;
  • mavi ton 153.
RGB:
(71,56,153)
(28%,22%,60%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 56 of 255 = 22%
B 153 of 255 = 60%

71
56
153

R + G + B ~ 37%. #473899 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 56 + 153 = 280 (100%)
R 71 of 280 ~ 25.36%
G 56 of 280 ~ 20%
B 153 of 280 ~ 54.64%

%25.36
%20
%54.64

CMYK RENK MODELİ

#473899 rengi CMYK tonu (54,63,0,40).

  • camgöbeği tonu 53.59%
  • eflatun tonu 63.40%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(54,63,0,40)
C54M63Y0K40 
(54%,63%,0%,40%)
(0.54/0.63/0.00/0.40)	

CMYK yüzdeleri

%53.59
%63.4
%0
%40

Codes

Color #473899 in popluar color models

473899
RGB7156153
HSL249°46.41%40.98%
HSB/HSV249°63.40%60.00%
CMYK53.59%63.40%0.00%
40.00%

Color #473899 in popluar number systems.

HEX473899
Decimal7156153
Binary100011111100010011001
Octal10770231

Shades and tints

Shades of #473899

#473899
(71,56,153)
#41338C
(65,51,140)
#3B2E7F
(59,46,127)
#352972
(53,41,114)
#2F2465
(47,36,101)
#291F58
(41,31,88)
#231A4B
(35,26,75)
#1D153E
(29,21,62)
#171031
(23,16,49)
#110B24
(17,11,36)
#0B0617
(11,6,23)
#000000
(0,0,0)

Tints of #473899

#473899
(71,56,153)
#574AA2
(87,74,162)
#675CAB
(103,92,171)
#776EB4
(119,110,180)
#8780BD
(135,128,189)
#9792C6
(151,146,198)
#A7A4CF
(167,164,207)
#B7B6D8
(183,182,216)
#C7C8E1
(199,200,225)
#D7DAEA
(215,218,234)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473899 color. Also use rgb(71,56,153) instead hex code.

Text Font Color

.myTextColor { color: #473899; }

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

This text font color is #473899.


Background Color

.myBgColor { background-color: #473899; }

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

This div background color is #473899.


Border color

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

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

This div border color is #473899.


Opacity

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

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

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

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

This text has shadow with #473899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473899 on black background.


Color preview on white background

This text has color #473899 on white background.



Black color preview on #473899 background

This text has black color on #473899 background.


White color preview on #473899 background

This text has white color on #473899 background.