COLOR #4D48B0

HEX: #4D48B0
RGB: (77,72,176)

Renk bilgisi

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

RGB renk modeli

#4D48B0 color RGB value is (77,72,176).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 176 of 255 = 69%

77
72
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 176 = 325 (100%)
R 77 of 325 ~ 23.69%
G 72 of 325 ~ 22.15%
B 176 of 325 ~ 54.15%

%23.69
%22.15
%54.15

CMYK RENK MODELİ

#4D48B0 rengi CMYK tonu (56,59,0,31).

  • camgöbeği tonu 56.25%
  • eflatun tonu 59.09%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(56,59,0,31)
C56M59Y0K31 
(56%,59%,0%,31%)
(0.56/0.59/0.00/0.31)	

CMYK yüzdeleri

%56.25
%59.09
%0
%30.98

Codes

Color #4D48B0 in popluar color models

4D48B0
RGB7772176
HSL243°41.94%48.63%
HSB/HSV243°59.09%69.02%
CMYK56.25%59.09%0.00%
30.98%

Color #4D48B0 in popluar number systems.

HEX4D48B0
Decimal7772176
Binary1001101100100010110000
Octal115110260

Shades and tints

Shades of #4D48B0

#4D48B0
(77,72,176)
#4642A0
(70,66,160)
#3F3C90
(63,60,144)
#383680
(56,54,128)
#313070
(49,48,112)
#2A2A60
(42,42,96)
#232450
(35,36,80)
#1C1E40
(28,30,64)
#151830
(21,24,48)
#0E1220
(14,18,32)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #4D48B0

#4D48B0
(77,72,176)
#5D58B7
(93,88,183)
#6D68BE
(109,104,190)
#7D78C5
(125,120,197)
#8D88CC
(141,136,204)
#9D98D3
(157,152,211)
#ADA8DA
(173,168,218)
#BDB8E1
(189,184,225)
#CDC8E8
(205,200,232)
#DDD8EF
(221,216,239)
#EDE8F6
(237,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D48B0; }

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

This text font color is #4D48B0.


Background Color

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

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

This div background color is #4D48B0.


Border color

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

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

This div border color is #4D48B0.


Opacity

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

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

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

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

This text has shadow with #4D48B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D48B0 on black background.


Color preview on white background

This text has color #4D48B0 on white background.



Black color preview on #4D48B0 background

This text has black color on #4D48B0 background.


White color preview on #4D48B0 background

This text has white color on #4D48B0 background.