COLOR #4D3471

HEX: #4D3471
RGB: (77,52,113)

Renk bilgisi

#4D3471 contains mainly red and blue colors. #4D3471 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4D3471 color RGB value is (77,52,113).

  • kırmız ton 77;
  • yeşil ton 52;
  • mavi ton 113.
RGB:
(77,52,113)
(30%,20%,44%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 52 of 255 = 20%
B 113 of 255 = 44%

77
52
113

R + G + B ~ 31%. #4D3471 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 52 + 113 = 242 (100%)
R 77 of 242 ~ 31.82%
G 52 of 242 ~ 21.49%
B 113 of 242 ~ 46.69%

%31.82
%21.49
%46.69

CMYK RENK MODELİ

#4D3471 rengi CMYK tonu (32,54,0,56).

  • camgöbeği tonu 31.86%
  • eflatun tonu 53.98%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(32,54,0,56)
C32M54Y0K56 
(32%,54%,0%,56%)
(0.32/0.54/0.00/0.56)	

CMYK yüzdeleri

%31.86
%53.98
%0
%55.69

Codes

Color #4D3471 in popluar color models

4D3471
RGB7752113
HSL265°36.97%32.35%
HSB/HSV265°53.98%44.31%
CMYK31.86%53.98%0.00%
55.69%

Color #4D3471 in popluar number systems.

HEX4D3471
Decimal7752113
Binary10011011101001110001
Octal11564161

Shades and tints

Shades of #4D3471

#4D3471
(77,52,113)
#463067
(70,48,103)
#3F2C5D
(63,44,93)
#382853
(56,40,83)
#312449
(49,36,73)
#2A203F
(42,32,63)
#231C35
(35,28,53)
#1C182B
(28,24,43)
#151421
(21,20,33)
#0E1017
(14,16,23)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D3471

#4D3471
(77,52,113)
#5D467D
(93,70,125)
#6D5889
(109,88,137)
#7D6A95
(125,106,149)
#8D7CA1
(141,124,161)
#9D8EAD
(157,142,173)
#ADA0B9
(173,160,185)
#BDB2C5
(189,178,197)
#CDC4D1
(205,196,209)
#DDD6DD
(221,214,221)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3471 color. Also use rgb(77,52,113) instead hex code.

Text Font Color

.myTextColor { color: #4D3471; }

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

This text font color is #4D3471.


Background Color

.myBgColor { background-color: #4D3471; }

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

This div background color is #4D3471.


Border color

.myBorderColor { border: 1px solid #4D3471; }

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

This div border color is #4D3471.


Opacity

.myOpacity80 { color: #4D3471; opacity: 0.8; }

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

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

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

This text has shadow with #4D3471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3471 on black background.


Color preview on white background

This text has color #4D3471 on white background.



Black color preview on #4D3471 background

This text has black color on #4D3471 background.


White color preview on #4D3471 background

This text has white color on #4D3471 background.