COLOR #4EB4E0

HEX: #4EB4E0
RGB: (78,180,224)

Color info

#4EB4E0 contains mainly green and blue colors. Web safe color of #4EB4E0 is #66CCCC (or #6CC).

RGB color model

#4EB4E0 color RGB value is (78,180,224).

  • red value is 78;
  • green value is 180;
  • blue value is 224.
RGB:
(78,180,224)
(31%,71%,88%)

RGB channels and saturation

R 78 of 255 = 31%
G 180 of 255 = 71%
B 224 of 255 = 88%

78
180
224

R + G + B ~ 63%. #4EB4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 180 + 224 = 482 (100%)
R 78 of 482 ~ 16.18%
G 180 of 482 ~ 37.34%
B 224 of 482 ~ 46.47%

%16.18
%37.34
%46.47

CMYK color model

#4EB4E0 color CMYK value is (65,20,0,12).

  • cyan value is 65.18%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(65,20,0,12)
C65M20Y0K12 
(65%,20%,0%,12%)
(0.65/0.20/0.00/0.12)	

CMYK percentages

%65.18
%19.64
%0
%12.16

Codes

Color #4EB4E0 in popluar color models

4EB4E0
RGB78180224
HSL198°70.19%59.22%
HSB/HSV198°65.18%87.84%
CMYK65.18%19.64%0.00%
12.16%

Color #4EB4E0 in popluar number systems.

HEX4EB4E0
Decimal78180224
Binary10011101011010011100000
Octal116264340

Shades and tints

Shades of #4EB4E0

#4EB4E0
(78,180,224)
#47A4CC
(71,164,204)
#4094B8
(64,148,184)
#3984A4
(57,132,164)
#327490
(50,116,144)
#2B647C
(43,100,124)
#245468
(36,84,104)
#1D4454
(29,68,84)
#163440
(22,52,64)
#0F242C
(15,36,44)
#081418
(8,20,24)
#000000
(0,0,0)

Tints of #4EB4E0

#4EB4E0
(78,180,224)
#5EBAE2
(94,186,226)
#6EC0E4
(110,192,228)
#7EC6E6
(126,198,230)
#8ECCE8
(142,204,232)
#9ED2EA
(158,210,234)
#AED8EC
(174,216,236)
#BEDEEE
(190,222,238)
#CEE4F0
(206,228,240)
#DEEAF2
(222,234,242)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB4E0 color. Also use rgb(78,180,224) instead hex code.

Text Font Color

.myTextColor { color: #4EB4E0; }

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

This text font color is #4EB4E0.


Background Color

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

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

This div background color is #4EB4E0.


Border color

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

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

This div border color is #4EB4E0.


Opacity

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

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

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

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

This text has shadow with #4EB4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EB4E0 on black background.


Color preview on white background

This text has color #4EB4E0 on white background.



Black color preview on #4EB4E0 background

This text has black color on #4EB4E0 background.


White color preview on #4EB4E0 background

This text has white color on #4EB4E0 background.