COLOR #4D4766

HEX: #4D4766
RGB: (77,71,102)

Renk bilgisi

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

RGB renk modeli

#4D4766 color RGB value is (77,71,102).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 102 of 255 = 40%

77
71
102

R + G + B ~ 33%. #4D4766 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 102 = 250 (100%)
R 77 of 250 ~ 30.8%
G 71 of 250 ~ 28.4%
B 102 of 250 ~ 40.8%

%30.8
%28.4
%40.8

CMYK RENK MODELİ

#4D4766 rengi CMYK tonu (25,30,0,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 30.39%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(25,30,0,60)
C25M30Y0K60 
(25%,30%,0%,60%)
(0.25/0.30/0.00/0.60)	

CMYK yüzdeleri

%24.51
%30.39
%0
%60

Codes

Color #4D4766 in popluar color models

4D4766
RGB7771102
HSL252°17.92%33.92%
HSB/HSV252°30.39%40.00%
CMYK24.51%30.39%0.00%
60.00%

Color #4D4766 in popluar number systems.

HEX4D4766
Decimal7771102
Binary100110110001111100110
Octal115107146

Shades and tints

Shades of #4D4766

#4D4766
(77,71,102)
#46415D
(70,65,93)
#3F3B54
(63,59,84)
#38354B
(56,53,75)
#312F42
(49,47,66)
#2A2939
(42,41,57)
#232330
(35,35,48)
#1C1D27
(28,29,39)
#15171E
(21,23,30)
#0E1115
(14,17,21)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D4766

#4D4766
(77,71,102)
#5D5773
(93,87,115)
#6D6780
(109,103,128)
#7D778D
(125,119,141)
#8D879A
(141,135,154)
#9D97A7
(157,151,167)
#ADA7B4
(173,167,180)
#BDB7C1
(189,183,193)
#CDC7CE
(205,199,206)
#DDD7DB
(221,215,219)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4766; }

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

This text font color is #4D4766.


Background Color

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

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

This div background color is #4D4766.


Border color

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

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

This div border color is #4D4766.


Opacity

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

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

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

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

This text has shadow with #4D4766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4766 on black background.


Color preview on white background

This text has color #4D4766 on white background.



Black color preview on #4D4766 background

This text has black color on #4D4766 background.


White color preview on #4D4766 background

This text has white color on #4D4766 background.