COLOR #4D5399

HEX: #4D5399
RGB: (77,83,153)

Renk bilgisi

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

RGB renk modeli

#4D5399 color RGB value is (77,83,153).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 83 of 255 = 33%
B 153 of 255 = 60%

77
83
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 83 + 153 = 313 (100%)
R 77 of 313 ~ 24.6%
G 83 of 313 ~ 26.52%
B 153 of 313 ~ 48.88%

%24.6
%26.52
%48.88

CMYK RENK MODELİ

#4D5399 rengi CMYK tonu (50,46,0,40).

  • camgöbeği tonu 49.67%
  • eflatun tonu 45.75%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(50,46,0,40)
C50M46Y0K40 
(50%,46%,0%,40%)
(0.50/0.46/0.00/0.40)	

CMYK yüzdeleri

%49.67
%45.75
%0
%40

Codes

Color #4D5399 in popluar color models

4D5399
RGB7783153
HSL235°33.04%45.10%
HSB/HSV235°49.67%60.00%
CMYK49.67%45.75%0.00%
40.00%

Color #4D5399 in popluar number systems.

HEX4D5399
Decimal7783153
Binary1001101101001110011001
Octal115123231

Shades and tints

Shades of #4D5399

#4D5399
(77,83,153)
#464C8C
(70,76,140)
#3F457F
(63,69,127)
#383E72
(56,62,114)
#313765
(49,55,101)
#2A3058
(42,48,88)
#23294B
(35,41,75)
#1C223E
(28,34,62)
#151B31
(21,27,49)
#0E1424
(14,20,36)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #4D5399

#4D5399
(77,83,153)
#5D62A2
(93,98,162)
#6D71AB
(109,113,171)
#7D80B4
(125,128,180)
#8D8FBD
(141,143,189)
#9D9EC6
(157,158,198)
#ADADCF
(173,173,207)
#BDBCD8
(189,188,216)
#CDCBE1
(205,203,225)
#DDDAEA
(221,218,234)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5399; }

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

This text font color is #4D5399.


Background Color

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

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

This div background color is #4D5399.


Border color

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

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

This div border color is #4D5399.


Opacity

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

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

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

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

This text has shadow with #4D5399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5399 on black background.


Color preview on white background

This text has color #4D5399 on white background.



Black color preview on #4D5399 background

This text has black color on #4D5399 background.


White color preview on #4D5399 background

This text has white color on #4D5399 background.