COLOR #4D639B

HEX: #4D639B
RGB: (77,99,155)

Renk bilgisi

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

RGB renk modeli

#4D639B color RGB value is (77,99,155).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 155 of 255 = 61%

77
99
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 155 = 331 (100%)
R 77 of 331 ~ 23.26%
G 99 of 331 ~ 29.91%
B 155 of 331 ~ 46.83%

%23.26
%29.91
%46.83

CMYK RENK MODELİ

#4D639B rengi CMYK tonu (50,36,0,39).

  • camgöbeği tonu 50.32%
  • eflatun tonu 36.13%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(50,36,0,39)
C50M36Y0K39 
(50%,36%,0%,39%)
(0.50/0.36/0.00/0.39)	

CMYK yüzdeleri

%50.32
%36.13
%0
%39.22

Codes

Color #4D639B in popluar color models

4D639B
RGB7799155
HSL223°33.62%45.49%
HSB/HSV223°50.32%60.78%
CMYK50.32%36.13%0.00%
39.22%

Color #4D639B in popluar number systems.

HEX4D639B
Decimal7799155
Binary1001101110001110011011
Octal115143233

Shades and tints

Shades of #4D639B

#4D639B
(77,99,155)
#465A8D
(70,90,141)
#3F517F
(63,81,127)
#384871
(56,72,113)
#313F63
(49,63,99)
#2A3655
(42,54,85)
#232D47
(35,45,71)
#1C2439
(28,36,57)
#151B2B
(21,27,43)
#0E121D
(14,18,29)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D639B

#4D639B
(77,99,155)
#5D71A4
(93,113,164)
#6D7FAD
(109,127,173)
#7D8DB6
(125,141,182)
#8D9BBF
(141,155,191)
#9DA9C8
(157,169,200)
#ADB7D1
(173,183,209)
#BDC5DA
(189,197,218)
#CDD3E3
(205,211,227)
#DDE1EC
(221,225,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D639B; }

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

This text font color is #4D639B.


Background Color

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

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

This div background color is #4D639B.


Border color

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

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

This div border color is #4D639B.


Opacity

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

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

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

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

This text has shadow with #4D639B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D639B on black background.


Color preview on white background

This text has color #4D639B on white background.



Black color preview on #4D639B background

This text has black color on #4D639B background.


White color preview on #4D639B background

This text has white color on #4D639B background.