COLOR #4D417C

HEX: #4D417C
RGB: (77,65,124)

Renk bilgisi

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

RGB renk modeli

#4D417C color RGB value is (77,65,124).

  • kırmız ton 77;
  • yeşil ton 65;
  • mavi ton 124.
RGB:
(77,65,124)
(30%,25%,49%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 65 of 255 = 25%
B 124 of 255 = 49%

77
65
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 65 + 124 = 266 (100%)
R 77 of 266 ~ 28.95%
G 65 of 266 ~ 24.44%
B 124 of 266 ~ 46.62%

%28.95
%24.44
%46.62

CMYK RENK MODELİ

#4D417C rengi CMYK tonu (38,48,0,51).

  • camgöbeği tonu 37.90%
  • eflatun tonu 47.58%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(38,48,0,51)
C38M48Y0K51 
(38%,48%,0%,51%)
(0.38/0.48/0.00/0.51)	

CMYK yüzdeleri

%37.9
%47.58
%0
%51.37

Codes

Color #4D417C in popluar color models

4D417C
RGB7765124
HSL252°31.22%37.06%
HSB/HSV252°47.58%48.63%
CMYK37.90%47.58%0.00%
51.37%

Color #4D417C in popluar number systems.

HEX4D417C
Decimal7765124
Binary100110110000011111100
Octal115101174

Shades and tints

Shades of #4D417C

#4D417C
(77,65,124)
#463C71
(70,60,113)
#3F3766
(63,55,102)
#38325B
(56,50,91)
#312D50
(49,45,80)
#2A2845
(42,40,69)
#23233A
(35,35,58)
#1C1E2F
(28,30,47)
#151924
(21,25,36)
#0E1419
(14,20,25)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D417C

#4D417C
(77,65,124)
#5D5287
(93,82,135)
#6D6392
(109,99,146)
#7D749D
(125,116,157)
#8D85A8
(141,133,168)
#9D96B3
(157,150,179)
#ADA7BE
(173,167,190)
#BDB8C9
(189,184,201)
#CDC9D4
(205,201,212)
#DDDADF
(221,218,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D417C color. Also use rgb(77,65,124) instead hex code.

Text Font Color

.myTextColor { color: #4D417C; }

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

This text font color is #4D417C.


Background Color

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

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

This div background color is #4D417C.


Border color

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

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

This div border color is #4D417C.


Opacity

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

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

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

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

This text has shadow with #4D417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D417C on black background.


Color preview on white background

This text has color #4D417C on white background.



Black color preview on #4D417C background

This text has black color on #4D417C background.


White color preview on #4D417C background

This text has white color on #4D417C background.