COLOR #474184

HEX: #474184
RGB: (71,65,132)

Renk bilgisi

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

RGB renk modeli

#474184 color RGB value is (71,65,132).

  • kırmız ton 71;
  • yeşil ton 65;
  • mavi ton 132.
RGB:
(71,65,132)
(28%,25%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 132 of 255 = 52%

71
65
132

R + G + B ~ 35%. #474184 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 132 = 268 (100%)
R 71 of 268 ~ 26.49%
G 65 of 268 ~ 24.25%
B 132 of 268 ~ 49.25%

%26.49
%24.25
%49.25

CMYK RENK MODELİ

#474184 rengi CMYK tonu (46,51,0,48).

  • camgöbeği tonu 46.21%
  • eflatun tonu 50.76%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(46,51,0,48)
C46M51Y0K48 
(46%,51%,0%,48%)
(0.46/0.51/0.00/0.48)	

CMYK yüzdeleri

%46.21
%50.76
%0
%48.24

Codes

Color #474184 in popluar color models

474184
RGB7165132
HSL245°34.01%38.63%
HSB/HSV245°50.76%51.76%
CMYK46.21%50.76%0.00%
48.24%

Color #474184 in popluar number systems.

HEX474184
Decimal7165132
Binary1000111100000110000100
Octal107101204

Shades and tints

Shades of #474184

#474184
(71,65,132)
#413C78
(65,60,120)
#3B376C
(59,55,108)
#353260
(53,50,96)
#2F2D54
(47,45,84)
#292848
(41,40,72)
#23233C
(35,35,60)
#1D1E30
(29,30,48)
#171924
(23,25,36)
#111418
(17,20,24)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #474184

#474184
(71,65,132)
#57528F
(87,82,143)
#67639A
(103,99,154)
#7774A5
(119,116,165)
#8785B0
(135,133,176)
#9796BB
(151,150,187)
#A7A7C6
(167,167,198)
#B7B8D1
(183,184,209)
#C7C9DC
(199,201,220)
#D7DAE7
(215,218,231)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474184 color. Also use rgb(71,65,132) instead hex code.

Text Font Color

.myTextColor { color: #474184; }

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

This text font color is #474184.


Background Color

.myBgColor { background-color: #474184; }

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

This div background color is #474184.


Border color

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

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

This div border color is #474184.


Opacity

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

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

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

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

This text has shadow with #474184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474184 on black background.


Color preview on white background

This text has color #474184 on white background.



Black color preview on #474184 background

This text has black color on #474184 background.


White color preview on #474184 background

This text has white color on #474184 background.