COLOR #4E90CC

HEX: #4E90CC
RGB: (78,144,204)

Renk bilgisi

#4E90CC contains mainly blue color. #4E90CC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#4E90CC color RGB value is (78,144,204).

  • kırmız ton 78;
  • yeşil ton 144;
  • mavi ton 204.
RGB:
(78,144,204)
(31%,56%,80%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 144 of 255 = 56%
B 204 of 255 = 80%

78
144
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 144 + 204 = 426 (100%)
R 78 of 426 ~ 18.31%
G 144 of 426 ~ 33.8%
B 204 of 426 ~ 47.89%

%18.31
%33.8
%47.89

CMYK RENK MODELİ

#4E90CC rengi CMYK tonu (62,29,0,20).

  • camgöbeği tonu 61.76%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(62,29,0,20)
C62M29Y0K20 
(62%,29%,0%,20%)
(0.62/0.29/0.00/0.20)	

CMYK yüzdeleri

%61.76
%29.41
%0
%20

Codes

Color #4E90CC in popluar color models

4E90CC
RGB78144204
HSL209°55.26%55.29%
HSB/HSV209°61.76%80.00%
CMYK61.76%29.41%0.00%
20.00%

Color #4E90CC in popluar number systems.

HEX4E90CC
Decimal78144204
Binary10011101001000011001100
Octal116220314

Shades and tints

Shades of #4E90CC

#4E90CC
(78,144,204)
#4783BA
(71,131,186)
#4076A8
(64,118,168)
#396996
(57,105,150)
#325C84
(50,92,132)
#2B4F72
(43,79,114)
#244260
(36,66,96)
#1D354E
(29,53,78)
#16283C
(22,40,60)
#0F1B2A
(15,27,42)
#080E18
(8,14,24)
#000000
(0,0,0)

Tints of #4E90CC

#4E90CC
(78,144,204)
#5E9AD0
(94,154,208)
#6EA4D4
(110,164,212)
#7EAED8
(126,174,216)
#8EB8DC
(142,184,220)
#9EC2E0
(158,194,224)
#AECCE4
(174,204,228)
#BED6E8
(190,214,232)
#CEE0EC
(206,224,236)
#DEEAF0
(222,234,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E90CC color. Also use rgb(78,144,204) instead hex code.

Text Font Color

.myTextColor { color: #4E90CC; }

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

This text font color is #4E90CC.


Background Color

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

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

This div background color is #4E90CC.


Border color

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

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

This div border color is #4E90CC.


Opacity

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

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

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

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

This text has shadow with #4E90CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E90CC on black background.


Color preview on white background

This text has color #4E90CC on white background.



Black color preview on #4E90CC background

This text has black color on #4E90CC background.


White color preview on #4E90CC background

This text has white color on #4E90CC background.