COLOR #4E6998

HEX: #4E6998
RGB: (78,105,152)

Renk bilgisi

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

RGB renk modeli

#4E6998 color RGB value is (78,105,152).

  • kırmız ton 78;
  • yeşil ton 105;
  • mavi ton 152.
RGB:
(78,105,152)
(31%,41%,60%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 105 of 255 = 41%
B 152 of 255 = 60%

78
105
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 105 + 152 = 335 (100%)
R 78 of 335 ~ 23.28%
G 105 of 335 ~ 31.34%
B 152 of 335 ~ 45.37%

%23.28
%31.34
%45.37

CMYK RENK MODELİ

#4E6998 rengi CMYK tonu (49,31,0,40).

  • camgöbeği tonu 48.68%
  • eflatun tonu 30.92%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(49,31,0,40)
C49M31Y0K40 
(49%,31%,0%,40%)
(0.49/0.31/0.00/0.40)	

CMYK yüzdeleri

%48.68
%30.92
%0
%40.39

Codes

Color #4E6998 in popluar color models

4E6998
RGB78105152
HSL218°32.17%45.10%
HSB/HSV218°48.68%59.61%
CMYK48.68%30.92%0.00%
40.39%

Color #4E6998 in popluar number systems.

HEX4E6998
Decimal78105152
Binary1001110110100110011000
Octal116151230

Shades and tints

Shades of #4E6998

#4E6998
(78,105,152)
#47608B
(71,96,139)
#40577E
(64,87,126)
#394E71
(57,78,113)
#324564
(50,69,100)
#2B3C57
(43,60,87)
#24334A
(36,51,74)
#1D2A3D
(29,42,61)
#162130
(22,33,48)
#0F1823
(15,24,35)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #4E6998

#4E6998
(78,105,152)
#5E76A1
(94,118,161)
#6E83AA
(110,131,170)
#7E90B3
(126,144,179)
#8E9DBC
(142,157,188)
#9EAAC5
(158,170,197)
#AEB7CE
(174,183,206)
#BEC4D7
(190,196,215)
#CED1E0
(206,209,224)
#DEDEE9
(222,222,233)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6998 color. Also use rgb(78,105,152) instead hex code.

Text Font Color

.myTextColor { color: #4E6998; }

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

This text font color is #4E6998.


Background Color

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

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

This div background color is #4E6998.


Border color

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

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

This div border color is #4E6998.


Opacity

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

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

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

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

This text has shadow with #4E6998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6998 on black background.


Color preview on white background

This text has color #4E6998 on white background.



Black color preview on #4E6998 background

This text has black color on #4E6998 background.


White color preview on #4E6998 background

This text has white color on #4E6998 background.