COLOR #4D4C74

HEX: #4D4C74
RGB: (77,76,116)

Renk bilgisi

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

RGB renk modeli

#4D4C74 color RGB value is (77,76,116).

  • kırmız ton 77;
  • yeşil ton 76;
  • mavi ton 116.
RGB:
(77,76,116)
(30%,30%,45%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 76 of 255 = 30%
B 116 of 255 = 45%

77
76
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 76 + 116 = 269 (100%)
R 77 of 269 ~ 28.62%
G 76 of 269 ~ 28.25%
B 116 of 269 ~ 43.12%

%28.62
%28.25
%43.12

CMYK RENK MODELİ

#4D4C74 rengi CMYK tonu (34,34,0,55).

  • camgöbeği tonu 33.62%
  • eflatun tonu 34.48%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(34,34,0,55)
C34M34Y0K55 
(34%,34%,0%,55%)
(0.34/0.34/0.00/0.55)	

CMYK yüzdeleri

%33.62
%34.48
%0
%54.51

Codes

Color #4D4C74 in popluar color models

4D4C74
RGB7776116
HSL242°20.83%37.65%
HSB/HSV242°34.48%45.49%
CMYK33.62%34.48%0.00%
54.51%

Color #4D4C74 in popluar number systems.

HEX4D4C74
Decimal7776116
Binary100110110011001110100
Octal115114164

Shades and tints

Shades of #4D4C74

#4D4C74
(77,76,116)
#46466A
(70,70,106)
#3F4060
(63,64,96)
#383A56
(56,58,86)
#31344C
(49,52,76)
#2A2E42
(42,46,66)
#232838
(35,40,56)
#1C222E
(28,34,46)
#151C24
(21,28,36)
#0E161A
(14,22,26)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #4D4C74

#4D4C74
(77,76,116)
#5D5C80
(93,92,128)
#6D6C8C
(109,108,140)
#7D7C98
(125,124,152)
#8D8CA4
(141,140,164)
#9D9CB0
(157,156,176)
#ADACBC
(173,172,188)
#BDBCC8
(189,188,200)
#CDCCD4
(205,204,212)
#DDDCE0
(221,220,224)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4C74 color. Also use rgb(77,76,116) instead hex code.

Text Font Color

.myTextColor { color: #4D4C74; }

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

This text font color is #4D4C74.


Background Color

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

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

This div background color is #4D4C74.


Border color

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

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

This div border color is #4D4C74.


Opacity

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

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

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

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

This text has shadow with #4D4C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C74 on black background.


Color preview on white background

This text has color #4D4C74 on white background.



Black color preview on #4D4C74 background

This text has black color on #4D4C74 background.


White color preview on #4D4C74 background

This text has white color on #4D4C74 background.