COLOR #4D53A4

HEX: #4D53A4
RGB: (77,83,164)

Renk bilgisi

#4D53A4 contains mainly blue color. #4D53A4 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D53A4 color RGB value is (77,83,164).

  • kırmız ton 77;
  • yeşil ton 83;
  • mavi ton 164.
RGB:
(77,83,164)
(30%,33%,64%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 83 of 255 = 33%
B 164 of 255 = 64%

77
83
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 83 + 164 = 324 (100%)
R 77 of 324 ~ 23.77%
G 83 of 324 ~ 25.62%
B 164 of 324 ~ 50.62%

%23.77
%25.62
%50.62

CMYK RENK MODELİ

#4D53A4 rengi CMYK tonu (53,49,0,36).

  • camgöbeği tonu 53.05%
  • eflatun tonu 49.39%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(53,49,0,36)
C53M49Y0K36 
(53%,49%,0%,36%)
(0.53/0.49/0.00/0.36)	

CMYK yüzdeleri

%53.05
%49.39
%0
%35.69

Codes

Color #4D53A4 in popluar color models

4D53A4
RGB7783164
HSL236°36.10%47.25%
HSB/HSV236°53.05%64.31%
CMYK53.05%49.39%0.00%
35.69%

Color #4D53A4 in popluar number systems.

HEX4D53A4
Decimal7783164
Binary1001101101001110100100
Octal115123244

Shades and tints

Shades of #4D53A4

#4D53A4
(77,83,164)
#464C96
(70,76,150)
#3F4588
(63,69,136)
#383E7A
(56,62,122)
#31376C
(49,55,108)
#2A305E
(42,48,94)
#232950
(35,41,80)
#1C2242
(28,34,66)
#151B34
(21,27,52)
#0E1426
(14,20,38)
#070D18
(7,13,24)
#000000
(0,0,0)

Tints of #4D53A4

#4D53A4
(77,83,164)
#5D62AC
(93,98,172)
#6D71B4
(109,113,180)
#7D80BC
(125,128,188)
#8D8FC4
(141,143,196)
#9D9ECC
(157,158,204)
#ADADD4
(173,173,212)
#BDBCDC
(189,188,220)
#CDCBE4
(205,203,228)
#DDDAEC
(221,218,236)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D53A4 color. Also use rgb(77,83,164) instead hex code.

Text Font Color

.myTextColor { color: #4D53A4; }

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

This text font color is #4D53A4.


Background Color

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

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

This div background color is #4D53A4.


Border color

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

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

This div border color is #4D53A4.


Opacity

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

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

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

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

This text has shadow with #4D53A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D53A4 on black background.


Color preview on white background

This text has color #4D53A4 on white background.



Black color preview on #4D53A4 background

This text has black color on #4D53A4 background.


White color preview on #4D53A4 background

This text has white color on #4D53A4 background.