COLOR #4D66A1

HEX: #4D66A1
RGB: (77,102,161)

Renk bilgisi

#4D66A1 contains mainly green and blue colors. #4D66A1 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D66A1 color RGB value is (77,102,161).

  • kırmız ton 77;
  • yeşil ton 102;
  • mavi ton 161.
RGB:
(77,102,161)
(30%,40%,63%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 102 of 255 = 40%
B 161 of 255 = 63%

77
102
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 102 + 161 = 340 (100%)
R 77 of 340 ~ 22.65%
G 102 of 340 ~ 30%
B 161 of 340 ~ 47.35%

%22.65
%30
%47.35

CMYK RENK MODELİ

#4D66A1 rengi CMYK tonu (52,37,0,37).

  • camgöbeği tonu 52.17%
  • eflatun tonu 36.65%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(52,37,0,37)
C52M37Y0K37 
(52%,37%,0%,37%)
(0.52/0.37/0.00/0.37)	

CMYK yüzdeleri

%52.17
%36.65
%0
%36.86

Codes

Color #4D66A1 in popluar color models

4D66A1
RGB77102161
HSL222°35.29%46.67%
HSB/HSV222°52.17%63.14%
CMYK52.17%36.65%0.00%
36.86%

Color #4D66A1 in popluar number systems.

HEX4D66A1
Decimal77102161
Binary1001101110011010100001
Octal115146241

Shades and tints

Shades of #4D66A1

#4D66A1
(77,102,161)
#465D93
(70,93,147)
#3F5485
(63,84,133)
#384B77
(56,75,119)
#314269
(49,66,105)
#2A395B
(42,57,91)
#23304D
(35,48,77)
#1C273F
(28,39,63)
#151E31
(21,30,49)
#0E1523
(14,21,35)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #4D66A1

#4D66A1
(77,102,161)
#5D73A9
(93,115,169)
#6D80B1
(109,128,177)
#7D8DB9
(125,141,185)
#8D9AC1
(141,154,193)
#9DA7C9
(157,167,201)
#ADB4D1
(173,180,209)
#BDC1D9
(189,193,217)
#CDCEE1
(205,206,225)
#DDDBE9
(221,219,233)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D66A1 color. Also use rgb(77,102,161) instead hex code.

Text Font Color

.myTextColor { color: #4D66A1; }

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

This text font color is #4D66A1.


Background Color

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

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

This div background color is #4D66A1.


Border color

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

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

This div border color is #4D66A1.


Opacity

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

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

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

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

This text has shadow with #4D66A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D66A1 on black background.


Color preview on white background

This text has color #4D66A1 on white background.



Black color preview on #4D66A1 background

This text has black color on #4D66A1 background.


White color preview on #4D66A1 background

This text has white color on #4D66A1 background.