COLOR #4D48AA

HEX: #4D48AA
RGB: (77,72,170)

Renk bilgisi

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

RGB renk modeli

#4D48AA color RGB value is (77,72,170).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 170 of 255 = 67%

77
72
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 170 = 319 (100%)
R 77 of 319 ~ 24.14%
G 72 of 319 ~ 22.57%
B 170 of 319 ~ 53.29%

%24.14
%22.57
%53.29

CMYK RENK MODELİ

#4D48AA rengi CMYK tonu (55,58,0,33).

  • camgöbeği tonu 54.71%
  • eflatun tonu 57.65%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(55,58,0,33)
C55M58Y0K33 
(55%,58%,0%,33%)
(0.55/0.58/0.00/0.33)	

CMYK yüzdeleri

%54.71
%57.65
%0
%33.33

Codes

Color #4D48AA in popluar color models

4D48AA
RGB7772170
HSL243°40.50%47.45%
HSB/HSV243°57.65%66.67%
CMYK54.71%57.65%0.00%
33.33%

Color #4D48AA in popluar number systems.

HEX4D48AA
Decimal7772170
Binary1001101100100010101010
Octal115110252

Shades and tints

Shades of #4D48AA

#4D48AA
(77,72,170)
#46429B
(70,66,155)
#3F3C8C
(63,60,140)
#38367D
(56,54,125)
#31306E
(49,48,110)
#2A2A5F
(42,42,95)
#232450
(35,36,80)
#1C1E41
(28,30,65)
#151832
(21,24,50)
#0E1223
(14,18,35)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #4D48AA

#4D48AA
(77,72,170)
#5D58B1
(93,88,177)
#6D68B8
(109,104,184)
#7D78BF
(125,120,191)
#8D88C6
(141,136,198)
#9D98CD
(157,152,205)
#ADA8D4
(173,168,212)
#BDB8DB
(189,184,219)
#CDC8E2
(205,200,226)
#DDD8E9
(221,216,233)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D48AA; }

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

This text font color is #4D48AA.


Background Color

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

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

This div background color is #4D48AA.


Border color

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

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

This div border color is #4D48AA.


Opacity

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

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

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

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

This text has shadow with #4D48AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D48AA on black background.


Color preview on white background

This text has color #4D48AA on white background.



Black color preview on #4D48AA background

This text has black color on #4D48AA background.


White color preview on #4D48AA background

This text has white color on #4D48AA background.