COLOR #4D4865

HEX: #4D4865
RGB: (77,72,101)

Renk bilgisi

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

RGB renk modeli

#4D4865 color RGB value is (77,72,101).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 101 of 255 = 40%

77
72
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 101 = 250 (100%)
R 77 of 250 ~ 30.8%
G 72 of 250 ~ 28.8%
B 101 of 250 ~ 40.4%

%30.8
%28.8
%40.4

CMYK RENK MODELİ

#4D4865 rengi CMYK tonu (24,29,0,60).

  • camgöbeği tonu 23.76%
  • eflatun tonu 28.71%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(24,29,0,60)
C24M29Y0K60 
(24%,29%,0%,60%)
(0.24/0.29/0.00/0.60)	

CMYK yüzdeleri

%23.76
%28.71
%0
%60.39

Codes

Color #4D4865 in popluar color models

4D4865
RGB7772101
HSL250°16.76%33.92%
HSB/HSV250°28.71%39.61%
CMYK23.76%28.71%0.00%
60.39%

Color #4D4865 in popluar number systems.

HEX4D4865
Decimal7772101
Binary100110110010001100101
Octal115110145

Shades and tints

Shades of #4D4865

#4D4865
(77,72,101)
#46425C
(70,66,92)
#3F3C53
(63,60,83)
#38364A
(56,54,74)
#313041
(49,48,65)
#2A2A38
(42,42,56)
#23242F
(35,36,47)
#1C1E26
(28,30,38)
#15181D
(21,24,29)
#0E1214
(14,18,20)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D4865

#4D4865
(77,72,101)
#5D5873
(93,88,115)
#6D6881
(109,104,129)
#7D788F
(125,120,143)
#8D889D
(141,136,157)
#9D98AB
(157,152,171)
#ADA8B9
(173,168,185)
#BDB8C7
(189,184,199)
#CDC8D5
(205,200,213)
#DDD8E3
(221,216,227)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4865; }

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

This text font color is #4D4865.


Background Color

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

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

This div background color is #4D4865.


Border color

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

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

This div border color is #4D4865.


Opacity

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

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

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

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

This text has shadow with #4D4865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4865 on black background.


Color preview on white background

This text has color #4D4865 on white background.



Black color preview on #4D4865 background

This text has black color on #4D4865 background.


White color preview on #4D4865 background

This text has white color on #4D4865 background.