COLOR #4D48A2

HEX: #4D48A2
RGB: (77,72,162)

Renk bilgisi

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

RGB renk modeli

#4D48A2 color RGB value is (77,72,162).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 162 of 255 = 64%

77
72
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 162 = 311 (100%)
R 77 of 311 ~ 24.76%
G 72 of 311 ~ 23.15%
B 162 of 311 ~ 52.09%

%24.76
%23.15
%52.09

CMYK RENK MODELİ

#4D48A2 rengi CMYK tonu (52,56,0,36).

  • camgöbeği tonu 52.47%
  • eflatun tonu 55.56%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(52,56,0,36)
C52M56Y0K36 
(52%,56%,0%,36%)
(0.52/0.56/0.00/0.36)	

CMYK yüzdeleri

%52.47
%55.56
%0
%36.47

Codes

Color #4D48A2 in popluar color models

4D48A2
RGB7772162
HSL243°38.46%45.88%
HSB/HSV243°55.56%63.53%
CMYK52.47%55.56%0.00%
36.47%

Color #4D48A2 in popluar number systems.

HEX4D48A2
Decimal7772162
Binary1001101100100010100010
Octal115110242

Shades and tints

Shades of #4D48A2

#4D48A2
(77,72,162)
#464294
(70,66,148)
#3F3C86
(63,60,134)
#383678
(56,54,120)
#31306A
(49,48,106)
#2A2A5C
(42,42,92)
#23244E
(35,36,78)
#1C1E40
(28,30,64)
#151832
(21,24,50)
#0E1224
(14,18,36)
#070C16
(7,12,22)
#000000
(0,0,0)

Tints of #4D48A2

#4D48A2
(77,72,162)
#5D58AA
(93,88,170)
#6D68B2
(109,104,178)
#7D78BA
(125,120,186)
#8D88C2
(141,136,194)
#9D98CA
(157,152,202)
#ADA8D2
(173,168,210)
#BDB8DA
(189,184,218)
#CDC8E2
(205,200,226)
#DDD8EA
(221,216,234)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D48A2; }

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

This text font color is #4D48A2.


Background Color

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

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

This div background color is #4D48A2.


Border color

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

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

This div border color is #4D48A2.


Opacity

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

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

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

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

This text has shadow with #4D48A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D48A2 on black background.


Color preview on white background

This text has color #4D48A2 on white background.



Black color preview on #4D48A2 background

This text has black color on #4D48A2 background.


White color preview on #4D48A2 background

This text has white color on #4D48A2 background.