COLOR #4D488F

HEX: #4D488F
RGB: (77,72,143)

Renk bilgisi

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

RGB renk modeli

#4D488F color RGB value is (77,72,143).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 143 of 255 = 56%

77
72
143

R + G + B ~ 38%. #4D488F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 143 = 292 (100%)
R 77 of 292 ~ 26.37%
G 72 of 292 ~ 24.66%
B 143 of 292 ~ 48.97%

%26.37
%24.66
%48.97

CMYK RENK MODELİ

#4D488F rengi CMYK tonu (46,50,0,44).

  • camgöbeği tonu 46.15%
  • eflatun tonu 49.65%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(46,50,0,44)
C46M50Y0K44 
(46%,50%,0%,44%)
(0.46/0.50/0.00/0.44)	

CMYK yüzdeleri

%46.15
%49.65
%0
%43.92

Codes

Color #4D488F in popluar color models

4D488F
RGB7772143
HSL244°33.02%42.16%
HSB/HSV244°49.65%56.08%
CMYK46.15%49.65%0.00%
43.92%

Color #4D488F in popluar number systems.

HEX4D488F
Decimal7772143
Binary1001101100100010001111
Octal115110217

Shades and tints

Shades of #4D488F

#4D488F
(77,72,143)
#464282
(70,66,130)
#3F3C75
(63,60,117)
#383668
(56,54,104)
#31305B
(49,48,91)
#2A2A4E
(42,42,78)
#232441
(35,36,65)
#1C1E34
(28,30,52)
#151827
(21,24,39)
#0E121A
(14,18,26)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D488F

#4D488F
(77,72,143)
#5D5899
(93,88,153)
#6D68A3
(109,104,163)
#7D78AD
(125,120,173)
#8D88B7
(141,136,183)
#9D98C1
(157,152,193)
#ADA8CB
(173,168,203)
#BDB8D5
(189,184,213)
#CDC8DF
(205,200,223)
#DDD8E9
(221,216,233)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D488F; }

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

This text font color is #4D488F.


Background Color

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

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

This div background color is #4D488F.


Border color

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

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

This div border color is #4D488F.


Opacity

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

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

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

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

This text has shadow with #4D488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D488F on black background.


Color preview on white background

This text has color #4D488F on white background.



Black color preview on #4D488F background

This text has black color on #4D488F background.


White color preview on #4D488F background

This text has white color on #4D488F background.