COLOR #4E739B

HEX: #4E739B
RGB: (78,115,155)

Renk bilgisi

#4E739B contains mainly green and blue colors. #4E739B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4E739B color RGB value is (78,115,155).

  • kırmız ton 78;
  • yeşil ton 115;
  • mavi ton 155.
RGB:
(78,115,155)
(31%,45%,61%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 115 of 255 = 45%
B 155 of 255 = 61%

78
115
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 115 + 155 = 348 (100%)
R 78 of 348 ~ 22.41%
G 115 of 348 ~ 33.05%
B 155 of 348 ~ 44.54%

%22.41
%33.05
%44.54

CMYK RENK MODELİ

#4E739B rengi CMYK tonu (50,26,0,39).

  • camgöbeği tonu 49.68%
  • eflatun tonu 25.81%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(50,26,0,39)
C50M26Y0K39 
(50%,26%,0%,39%)
(0.50/0.26/0.00/0.39)	

CMYK yüzdeleri

%49.68
%25.81
%0
%39.22

Codes

Color #4E739B in popluar color models

4E739B
RGB78115155
HSL211°33.05%45.69%
HSB/HSV211°49.68%60.78%
CMYK49.68%25.81%0.00%
39.22%

Color #4E739B in popluar number systems.

HEX4E739B
Decimal78115155
Binary1001110111001110011011
Octal116163233

Shades and tints

Shades of #4E739B

#4E739B
(78,115,155)
#47698D
(71,105,141)
#405F7F
(64,95,127)
#395571
(57,85,113)
#324B63
(50,75,99)
#2B4155
(43,65,85)
#243747
(36,55,71)
#1D2D39
(29,45,57)
#16232B
(22,35,43)
#0F191D
(15,25,29)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4E739B

#4E739B
(78,115,155)
#5E7FA4
(94,127,164)
#6E8BAD
(110,139,173)
#7E97B6
(126,151,182)
#8EA3BF
(142,163,191)
#9EAFC8
(158,175,200)
#AEBBD1
(174,187,209)
#BEC7DA
(190,199,218)
#CED3E3
(206,211,227)
#DEDFEC
(222,223,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E739B color. Also use rgb(78,115,155) instead hex code.

Text Font Color

.myTextColor { color: #4E739B; }

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

This text font color is #4E739B.


Background Color

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

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

This div background color is #4E739B.


Border color

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

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

This div border color is #4E739B.


Opacity

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

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

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

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

This text has shadow with #4E739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E739B on black background.


Color preview on white background

This text has color #4E739B on white background.



Black color preview on #4E739B background

This text has black color on #4E739B background.


White color preview on #4E739B background

This text has white color on #4E739B background.