COLOR #4D479D

HEX: #4D479D
RGB: (77,71,157)

Renk bilgisi

#4D479D contains mainly blue color. #4D479D ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4D479D color RGB value is (77,71,157).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 157 of 255 = 62%

77
71
157

R + G + B ~ 40%. #4D479D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 157 = 305 (100%)
R 77 of 305 ~ 25.25%
G 71 of 305 ~ 23.28%
B 157 of 305 ~ 51.48%

%25.25
%23.28
%51.48

CMYK RENK MODELİ

#4D479D rengi CMYK tonu (51,55,0,38).

  • camgöbeği tonu 50.96%
  • eflatun tonu 54.78%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(51,55,0,38)
C51M55Y0K38 
(51%,55%,0%,38%)
(0.51/0.55/0.00/0.38)	

CMYK yüzdeleri

%50.96
%54.78
%0
%38.43

Codes

Color #4D479D in popluar color models

4D479D
RGB7771157
HSL244°37.72%44.71%
HSB/HSV244°54.78%61.57%
CMYK50.96%54.78%0.00%
38.43%

Color #4D479D in popluar number systems.

HEX4D479D
Decimal7771157
Binary1001101100011110011101
Octal115107235

Shades and tints

Shades of #4D479D

#4D479D
(77,71,157)
#46418F
(70,65,143)
#3F3B81
(63,59,129)
#383573
(56,53,115)
#312F65
(49,47,101)
#2A2957
(42,41,87)
#232349
(35,35,73)
#1C1D3B
(28,29,59)
#15172D
(21,23,45)
#0E111F
(14,17,31)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D479D

#4D479D
(77,71,157)
#5D57A5
(93,87,165)
#6D67AD
(109,103,173)
#7D77B5
(125,119,181)
#8D87BD
(141,135,189)
#9D97C5
(157,151,197)
#ADA7CD
(173,167,205)
#BDB7D5
(189,183,213)
#CDC7DD
(205,199,221)
#DDD7E5
(221,215,229)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D479D; }

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

This text font color is #4D479D.


Background Color

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

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

This div background color is #4D479D.


Border color

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

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

This div border color is #4D479D.


Opacity

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

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

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

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

This text has shadow with #4D479D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D479D on black background.


Color preview on white background

This text has color #4D479D on white background.



Black color preview on #4D479D background

This text has black color on #4D479D background.


White color preview on #4D479D background

This text has white color on #4D479D background.