COLOR #4D469A

HEX: #4D469A
RGB: (77,70,154)

Renk bilgisi

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

RGB renk modeli

#4D469A color RGB value is (77,70,154).

  • kırmız ton 77;
  • yeşil ton 70;
  • mavi ton 154.
RGB:
(77,70,154)
(30%,27%,60%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 70 of 255 = 27%
B 154 of 255 = 60%

77
70
154

R + G + B ~ 39%. #4D469A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 70 + 154 = 301 (100%)
R 77 of 301 ~ 25.58%
G 70 of 301 ~ 23.26%
B 154 of 301 ~ 51.16%

%25.58
%23.26
%51.16

CMYK RENK MODELİ

#4D469A rengi CMYK tonu (50,55,0,40).

  • camgöbeği tonu 50.00%
  • eflatun tonu 54.55%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(50,55,0,40)
C50M55Y0K40 
(50%,55%,0%,40%)
(0.50/0.55/0.00/0.40)	

CMYK yüzdeleri

%50
%54.55
%0
%39.61

Codes

Color #4D469A in popluar color models

4D469A
RGB7770154
HSL245°37.50%43.92%
HSB/HSV245°54.55%60.39%
CMYK50.00%54.55%0.00%
39.61%

Color #4D469A in popluar number systems.

HEX4D469A
Decimal7770154
Binary1001101100011010011010
Octal115106232

Shades and tints

Shades of #4D469A

#4D469A
(77,70,154)
#46408C
(70,64,140)
#3F3A7E
(63,58,126)
#383470
(56,52,112)
#312E62
(49,46,98)
#2A2854
(42,40,84)
#232246
(35,34,70)
#1C1C38
(28,28,56)
#15162A
(21,22,42)
#0E101C
(14,16,28)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D469A

#4D469A
(77,70,154)
#5D56A3
(93,86,163)
#6D66AC
(109,102,172)
#7D76B5
(125,118,181)
#8D86BE
(141,134,190)
#9D96C7
(157,150,199)
#ADA6D0
(173,166,208)
#BDB6D9
(189,182,217)
#CDC6E2
(205,198,226)
#DDD6EB
(221,214,235)
#EDE6F4
(237,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D469A color. Also use rgb(77,70,154) instead hex code.

Text Font Color

.myTextColor { color: #4D469A; }

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

This text font color is #4D469A.


Background Color

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

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

This div background color is #4D469A.


Border color

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

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

This div border color is #4D469A.


Opacity

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

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

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

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

This text has shadow with #4D469A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D469A on black background.


Color preview on white background

This text has color #4D469A on white background.



Black color preview on #4D469A background

This text has black color on #4D469A background.


White color preview on #4D469A background

This text has white color on #4D469A background.