COLOR #4EB9F1

HEX: #4EB9F1
RGB: (78,185,241)

Renk bilgisi

#4EB9F1 contains mainly green and blue colors. #4EB9F1 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#4EB9F1 color RGB value is (78,185,241).

  • kırmız ton 78;
  • yeşil ton 185;
  • mavi ton 241.
RGB:
(78,185,241)
(31%,73%,95%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 185 of 255 = 73%
B 241 of 255 = 95%

78
185
241

R + G + B ~ 66%. #4EB9F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 185 + 241 = 504 (100%)
R 78 of 504 ~ 15.48%
G 185 of 504 ~ 36.71%
B 241 of 504 ~ 47.82%

%15.48
%36.71
%47.82

CMYK RENK MODELİ

#4EB9F1 rengi CMYK tonu (68,23,0,5).

  • camgöbeği tonu 67.63%
  • eflatun tonu 23.24%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(68,23,0,5)
C68M23Y0K5 
(68%,23%,0%,5%)
(0.68/0.23/0.00/0.05)	

CMYK yüzdeleri

%67.63
%23.24
%0
%5.49

Codes

Color #4EB9F1 in popluar color models

4EB9F1
RGB78185241
HSL201°85.34%62.55%
HSB/HSV201°67.63%94.51%
CMYK67.63%23.24%0.00%
5.49%

Color #4EB9F1 in popluar number systems.

HEX4EB9F1
Decimal78185241
Binary10011101011100111110001
Octal116271361

Shades and tints

Shades of #4EB9F1

#4EB9F1
(78,185,241)
#47A9DC
(71,169,220)
#4099C7
(64,153,199)
#3989B2
(57,137,178)
#32799D
(50,121,157)
#2B6988
(43,105,136)
#245973
(36,89,115)
#1D495E
(29,73,94)
#163949
(22,57,73)
#0F2934
(15,41,52)
#08191F
(8,25,31)
#000000
(0,0,0)

Tints of #4EB9F1

#4EB9F1
(78,185,241)
#5EBFF2
(94,191,242)
#6EC5F3
(110,197,243)
#7ECBF4
(126,203,244)
#8ED1F5
(142,209,245)
#9ED7F6
(158,215,246)
#AEDDF7
(174,221,247)
#BEE3F8
(190,227,248)
#CEE9F9
(206,233,249)
#DEEFFA
(222,239,250)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB9F1 color. Also use rgb(78,185,241) instead hex code.

Text Font Color

.myTextColor { color: #4EB9F1; }

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

This text font color is #4EB9F1.


Background Color

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

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

This div background color is #4EB9F1.


Border color

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

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

This div border color is #4EB9F1.


Opacity

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

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

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

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

This text has shadow with #4EB9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EB9F1 on black background.


Color preview on white background

This text has color #4EB9F1 on white background.



Black color preview on #4EB9F1 background

This text has black color on #4EB9F1 background.


White color preview on #4EB9F1 background

This text has white color on #4EB9F1 background.