COLOR #4D4879

HEX: #4D4879
RGB: (77,72,121)

Renk bilgisi

#4D4879 contains red, green and blue colors in about the same proportion. #4D4879 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4D4879 color RGB value is (77,72,121).

  • kırmız ton 77;
  • yeşil ton 72;
  • mavi ton 121.
RGB:
(77,72,121)
(30%,28%,47%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 121 of 255 = 47%

77
72
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 121 = 270 (100%)
R 77 of 270 ~ 28.52%
G 72 of 270 ~ 26.67%
B 121 of 270 ~ 44.81%

%28.52
%26.67
%44.81

CMYK RENK MODELİ

#4D4879 rengi CMYK tonu (36,40,0,53).

  • camgöbeği tonu 36.36%
  • eflatun tonu 40.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(36,40,0,53)
C36M40Y0K53 
(36%,40%,0%,53%)
(0.36/0.40/0.00/0.53)	

CMYK yüzdeleri

%36.36
%40.5
%0
%52.55

Codes

Color #4D4879 in popluar color models

4D4879
RGB7772121
HSL246°25.39%37.84%
HSB/HSV246°40.50%47.45%
CMYK36.36%40.50%0.00%
52.55%

Color #4D4879 in popluar number systems.

HEX4D4879
Decimal7772121
Binary100110110010001111001
Octal115110171

Shades and tints

Shades of #4D4879

#4D4879
(77,72,121)
#46426E
(70,66,110)
#3F3C63
(63,60,99)
#383658
(56,54,88)
#31304D
(49,48,77)
#2A2A42
(42,42,66)
#232437
(35,36,55)
#1C1E2C
(28,30,44)
#151821
(21,24,33)
#0E1216
(14,18,22)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D4879

#4D4879
(77,72,121)
#5D5885
(93,88,133)
#6D6891
(109,104,145)
#7D789D
(125,120,157)
#8D88A9
(141,136,169)
#9D98B5
(157,152,181)
#ADA8C1
(173,168,193)
#BDB8CD
(189,184,205)
#CDC8D9
(205,200,217)
#DDD8E5
(221,216,229)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4879 color. Also use rgb(77,72,121) instead hex code.

Text Font Color

.myTextColor { color: #4D4879; }

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

This text font color is #4D4879.


Background Color

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

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

This div background color is #4D4879.


Border color

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

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

This div border color is #4D4879.


Opacity

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

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

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

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

This text has shadow with #4D4879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4879 on black background.


Color preview on white background

This text has color #4D4879 on white background.



Black color preview on #4D4879 background

This text has black color on #4D4879 background.


White color preview on #4D4879 background

This text has white color on #4D4879 background.