COLOR #4D6397

HEX: #4D6397
RGB: (77,99,151)

Renk bilgisi

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

RGB renk modeli

#4D6397 color RGB value is (77,99,151).

  • kırmız ton 77;
  • yeşil ton 99;
  • mavi ton 151.
RGB:
(77,99,151)
(30%,39%,59%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 151 of 255 = 59%

77
99
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 151 = 327 (100%)
R 77 of 327 ~ 23.55%
G 99 of 327 ~ 30.28%
B 151 of 327 ~ 46.18%

%23.55
%30.28
%46.18

CMYK RENK MODELİ

#4D6397 rengi CMYK tonu (49,34,0,41).

  • camgöbeği tonu 49.01%
  • eflatun tonu 34.44%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(49,34,0,41)
C49M34Y0K41 
(49%,34%,0%,41%)
(0.49/0.34/0.00/0.41)	

CMYK yüzdeleri

%49.01
%34.44
%0
%40.78

Codes

Color #4D6397 in popluar color models

4D6397
RGB7799151
HSL222°32.46%44.71%
HSB/HSV222°49.01%59.22%
CMYK49.01%34.44%0.00%
40.78%

Color #4D6397 in popluar number systems.

HEX4D6397
Decimal7799151
Binary1001101110001110010111
Octal115143227

Shades and tints

Shades of #4D6397

#4D6397
(77,99,151)
#465A8A
(70,90,138)
#3F517D
(63,81,125)
#384870
(56,72,112)
#313F63
(49,63,99)
#2A3656
(42,54,86)
#232D49
(35,45,73)
#1C243C
(28,36,60)
#151B2F
(21,27,47)
#0E1222
(14,18,34)
#070915
(7,9,21)
#000000
(0,0,0)

Tints of #4D6397

#4D6397
(77,99,151)
#5D71A0
(93,113,160)
#6D7FA9
(109,127,169)
#7D8DB2
(125,141,178)
#8D9BBB
(141,155,187)
#9DA9C4
(157,169,196)
#ADB7CD
(173,183,205)
#BDC5D6
(189,197,214)
#CDD3DF
(205,211,223)
#DDE1E8
(221,225,232)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6397 color. Also use rgb(77,99,151) instead hex code.

Text Font Color

.myTextColor { color: #4D6397; }

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

This text font color is #4D6397.


Background Color

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

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

This div background color is #4D6397.


Border color

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

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

This div border color is #4D6397.


Opacity

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

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

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

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

This text has shadow with #4D6397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6397 on black background.


Color preview on white background

This text has color #4D6397 on white background.



Black color preview on #4D6397 background

This text has black color on #4D6397 background.


White color preview on #4D6397 background

This text has white color on #4D6397 background.