COLOR #4D4676

HEX: #4D4676
RGB: (77,70,118)

Renk bilgisi

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

RGB renk modeli

#4D4676 color RGB value is (77,70,118).

  • kırmız ton 77;
  • yeşil ton 70;
  • mavi ton 118.
RGB:
(77,70,118)
(30%,27%,46%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 70 of 255 = 27%
B 118 of 255 = 46%

77
70
118

R + G + B ~ 34%. #4D4676 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 70 + 118 = 265 (100%)
R 77 of 265 ~ 29.06%
G 70 of 265 ~ 26.42%
B 118 of 265 ~ 44.53%

%29.06
%26.42
%44.53

CMYK RENK MODELİ

#4D4676 rengi CMYK tonu (35,41,0,54).

  • camgöbeği tonu 34.75%
  • eflatun tonu 40.68%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(35,41,0,54)
C35M41Y0K54 
(35%,41%,0%,54%)
(0.35/0.41/0.00/0.54)	

CMYK yüzdeleri

%34.75
%40.68
%0
%53.73

Codes

Color #4D4676 in popluar color models

4D4676
RGB7770118
HSL249°25.53%36.86%
HSB/HSV249°40.68%46.27%
CMYK34.75%40.68%0.00%
53.73%

Color #4D4676 in popluar number systems.

HEX4D4676
Decimal7770118
Binary100110110001101110110
Octal115106166

Shades and tints

Shades of #4D4676

#4D4676
(77,70,118)
#46406C
(70,64,108)
#3F3A62
(63,58,98)
#383458
(56,52,88)
#312E4E
(49,46,78)
#2A2844
(42,40,68)
#23223A
(35,34,58)
#1C1C30
(28,28,48)
#151626
(21,22,38)
#0E101C
(14,16,28)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #4D4676

#4D4676
(77,70,118)
#5D5682
(93,86,130)
#6D668E
(109,102,142)
#7D769A
(125,118,154)
#8D86A6
(141,134,166)
#9D96B2
(157,150,178)
#ADA6BE
(173,166,190)
#BDB6CA
(189,182,202)
#CDC6D6
(205,198,214)
#DDD6E2
(221,214,226)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4676 color. Also use rgb(77,70,118) instead hex code.

Text Font Color

.myTextColor { color: #4D4676; }

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

This text font color is #4D4676.


Background Color

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

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

This div background color is #4D4676.


Border color

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

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

This div border color is #4D4676.


Opacity

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

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

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

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

This text has shadow with #4D4676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4676 on black background.


Color preview on white background

This text has color #4D4676 on white background.



Black color preview on #4D4676 background

This text has black color on #4D4676 background.


White color preview on #4D4676 background

This text has white color on #4D4676 background.