COLOR #4D47A9

HEX: #4D47A9
RGB: (77,71,169)

Renk bilgisi

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

RGB renk modeli

#4D47A9 color RGB value is (77,71,169).

  • kırmız ton 77;
  • yeşil ton 71;
  • mavi ton 169.
RGB:
(77,71,169)
(30%,28%,66%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 169 of 255 = 66%

77
71
169

R + G + B ~ 41%. #4D47A9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 169 = 317 (100%)
R 77 of 317 ~ 24.29%
G 71 of 317 ~ 22.4%
B 169 of 317 ~ 53.31%

%24.29
%22.4
%53.31

CMYK RENK MODELİ

#4D47A9 rengi CMYK tonu (54,58,0,34).

  • camgöbeği tonu 54.44%
  • eflatun tonu 57.99%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(54,58,0,34)
C54M58Y0K34 
(54%,58%,0%,34%)
(0.54/0.58/0.00/0.34)	

CMYK yüzdeleri

%54.44
%57.99
%0
%33.73

Codes

Color #4D47A9 in popluar color models

4D47A9
RGB7771169
HSL244°40.83%47.06%
HSB/HSV244°57.99%66.27%
CMYK54.44%57.99%0.00%
33.73%

Color #4D47A9 in popluar number systems.

HEX4D47A9
Decimal7771169
Binary1001101100011110101001
Octal115107251

Shades and tints

Shades of #4D47A9

#4D47A9
(77,71,169)
#46419A
(70,65,154)
#3F3B8B
(63,59,139)
#38357C
(56,53,124)
#312F6D
(49,47,109)
#2A295E
(42,41,94)
#23234F
(35,35,79)
#1C1D40
(28,29,64)
#151731
(21,23,49)
#0E1122
(14,17,34)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #4D47A9

#4D47A9
(77,71,169)
#5D57B0
(93,87,176)
#6D67B7
(109,103,183)
#7D77BE
(125,119,190)
#8D87C5
(141,135,197)
#9D97CC
(157,151,204)
#ADA7D3
(173,167,211)
#BDB7DA
(189,183,218)
#CDC7E1
(205,199,225)
#DDD7E8
(221,215,232)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D47A9 color. Also use rgb(77,71,169) instead hex code.

Text Font Color

.myTextColor { color: #4D47A9; }

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

This text font color is #4D47A9.


Background Color

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

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

This div background color is #4D47A9.


Border color

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

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

This div border color is #4D47A9.


Opacity

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

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

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

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

This text has shadow with #4D47A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D47A9 on black background.


Color preview on white background

This text has color #4D47A9 on white background.



Black color preview on #4D47A9 background

This text has black color on #4D47A9 background.


White color preview on #4D47A9 background

This text has white color on #4D47A9 background.