COLOR #4D6EAE

HEX: #4D6EAE
RGB: (77,110,174)

Renk bilgisi

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

RGB renk modeli

#4D6EAE color RGB value is (77,110,174).

  • kırmız ton 77;
  • yeşil ton 110;
  • mavi ton 174.
RGB:
(77,110,174)
(30%,43%,68%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 110 of 255 = 43%
B 174 of 255 = 68%

77
110
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 110 + 174 = 361 (100%)
R 77 of 361 ~ 21.33%
G 110 of 361 ~ 30.47%
B 174 of 361 ~ 48.2%

%21.33
%30.47
%48.2

CMYK RENK MODELİ

#4D6EAE rengi CMYK tonu (56,37,0,32).

  • camgöbeği tonu 55.75%
  • eflatun tonu 36.78%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(56,37,0,32)
C56M37Y0K32 
(56%,37%,0%,32%)
(0.56/0.37/0.00/0.32)	

CMYK yüzdeleri

%55.75
%36.78
%0
%31.76

Codes

Color #4D6EAE in popluar color models

4D6EAE
RGB77110174
HSL220°38.65%49.22%
HSB/HSV220°55.75%68.24%
CMYK55.75%36.78%0.00%
31.76%

Color #4D6EAE in popluar number systems.

HEX4D6EAE
Decimal77110174
Binary1001101110111010101110
Octal115156256

Shades and tints

Shades of #4D6EAE

#4D6EAE
(77,110,174)
#46649F
(70,100,159)
#3F5A90
(63,90,144)
#385081
(56,80,129)
#314672
(49,70,114)
#2A3C63
(42,60,99)
#233254
(35,50,84)
#1C2845
(28,40,69)
#151E36
(21,30,54)
#0E1427
(14,20,39)
#070A18
(7,10,24)
#000000
(0,0,0)

Tints of #4D6EAE

#4D6EAE
(77,110,174)
#5D7BB5
(93,123,181)
#6D88BC
(109,136,188)
#7D95C3
(125,149,195)
#8DA2CA
(141,162,202)
#9DAFD1
(157,175,209)
#ADBCD8
(173,188,216)
#BDC9DF
(189,201,223)
#CDD6E6
(205,214,230)
#DDE3ED
(221,227,237)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6EAE color. Also use rgb(77,110,174) instead hex code.

Text Font Color

.myTextColor { color: #4D6EAE; }

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

This text font color is #4D6EAE.


Background Color

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

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

This div background color is #4D6EAE.


Border color

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

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

This div border color is #4D6EAE.


Opacity

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

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

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

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

This text has shadow with #4D6EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6EAE on black background.


Color preview on white background

This text has color #4D6EAE on white background.



Black color preview on #4D6EAE background

This text has black color on #4D6EAE background.


White color preview on #4D6EAE background

This text has white color on #4D6EAE background.