COLOR #4AEFF1

HEX: #4AEFF1
RGB: (74,239,241)

Color info

#4AEFF1 contains mainly green and blue colors. Web safe color of #4AEFF1 is #33FFFF (or #3FF).

RGB color model

#4AEFF1 color RGB value is (74,239,241).

  • red value is 74;
  • green value is 239;
  • blue value is 241.
RGB:
(74,239,241)
(29%,94%,95%)

RGB channels and saturation

R 74 of 255 = 29%
G 239 of 255 = 94%
B 241 of 255 = 95%

74
239
241

R + G + B ~ 73%. #4AEFF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 239 + 241 = 554 (100%)
R 74 of 554 ~ 13.36%
G 239 of 554 ~ 43.14%
B 241 of 554 ~ 43.5%

%13.36
%43.14
%43.5

CMYK color model

#4AEFF1 color CMYK value is (69,1,0,5).

  • cyan value is 69.29%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(69,1,0,5)
C69M1Y0K5 
(69%,1%,0%,5%)
(0.69/0.01/0.00/0.05)	

CMYK percentages

%69.29
%0.83
%0
%5.49

Codes

Color #4AEFF1 in popluar color models

4AEFF1
RGB74239241
HSL181°85.64%61.76%
HSB/HSV181°69.29%94.51%
CMYK69.29%0.83%0.00%
5.49%

Color #4AEFF1 in popluar number systems.

HEX4AEFF1
Decimal74239241
Binary10010101110111111110001
Octal112357361

Shades and tints

Shades of #4AEFF1

#4AEFF1
(74,239,241)
#44DADC
(68,218,220)
#3EC5C7
(62,197,199)
#38B0B2
(56,176,178)
#329B9D
(50,155,157)
#2C8688
(44,134,136)
#267173
(38,113,115)
#205C5E
(32,92,94)
#1A4749
(26,71,73)
#143234
(20,50,52)
#0E1D1F
(14,29,31)
#000000
(0,0,0)

Tints of #4AEFF1

#4AEFF1
(74,239,241)
#5AF0F2
(90,240,242)
#6AF1F3
(106,241,243)
#7AF2F4
(122,242,244)
#8AF3F5
(138,243,245)
#9AF4F6
(154,244,246)
#AAF5F7
(170,245,247)
#BAF6F8
(186,246,248)
#CAF7F9
(202,247,249)
#DAF8FA
(218,248,250)
#EAF9FB
(234,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AEFF1 color. Also use rgb(74,239,241) instead hex code.

Text Font Color

.myTextColor { color: #4AEFF1; }

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

This text font color is #4AEFF1.


Background Color

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

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

This div background color is #4AEFF1.


Border color

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

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

This div border color is #4AEFF1.


Opacity

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

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

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

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

This text has shadow with #4AEFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AEFF1 on black background.


Color preview on white background

This text has color #4AEFF1 on white background.



Black color preview on #4AEFF1 background

This text has black color on #4AEFF1 background.


White color preview on #4AEFF1 background

This text has white color on #4AEFF1 background.