COLOR #4AC0E3

HEX: #4AC0E3
RGB: (74,192,227)

Color info

#4AC0E3 contains mainly green and blue colors. Web safe color of #4AC0E3 is #33CCCC (or #3CC).

RGB color model

#4AC0E3 color RGB value is (74,192,227).

  • red value is 74;
  • green value is 192;
  • blue value is 227.
RGB:
(74,192,227)
(29%,75%,89%)

RGB channels and saturation

R 74 of 255 = 29%
G 192 of 255 = 75%
B 227 of 255 = 89%

74
192
227

R + G + B ~ 64%. #4AC0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 192 + 227 = 493 (100%)
R 74 of 493 ~ 15.01%
G 192 of 493 ~ 38.95%
B 227 of 493 ~ 46.04%

%15.01
%38.95
%46.04

CMYK color model

#4AC0E3 color CMYK value is (67,15,0,11).

  • cyan value is 67.40%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(67,15,0,11)
C67M15Y0K11 
(67%,15%,0%,11%)
(0.67/0.15/0.00/0.11)	

CMYK percentages

%67.4
%15.42
%0
%10.98

Codes

Color #4AC0E3 in popluar color models

4AC0E3
RGB74192227
HSL194°73.21%59.02%
HSB/HSV194°67.40%89.02%
CMYK67.40%15.42%0.00%
10.98%

Color #4AC0E3 in popluar number systems.

HEX4AC0E3
Decimal74192227
Binary10010101100000011100011
Octal112300343

Shades and tints

Shades of #4AC0E3

#4AC0E3
(74,192,227)
#44AFCF
(68,175,207)
#3E9EBB
(62,158,187)
#388DA7
(56,141,167)
#327C93
(50,124,147)
#2C6B7F
(44,107,127)
#265A6B
(38,90,107)
#204957
(32,73,87)
#1A3843
(26,56,67)
#14272F
(20,39,47)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #4AC0E3

#4AC0E3
(74,192,227)
#5AC5E5
(90,197,229)
#6ACAE7
(106,202,231)
#7ACFE9
(122,207,233)
#8AD4EB
(138,212,235)
#9AD9ED
(154,217,237)
#AADEEF
(170,222,239)
#BAE3F1
(186,227,241)
#CAE8F3
(202,232,243)
#DAEDF5
(218,237,245)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC0E3 color. Also use rgb(74,192,227) instead hex code.

Text Font Color

.myTextColor { color: #4AC0E3; }

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

This text font color is #4AC0E3.


Background Color

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

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

This div background color is #4AC0E3.


Border color

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

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

This div border color is #4AC0E3.


Opacity

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

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

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

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

This text has shadow with #4AC0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC0E3 on black background.


Color preview on white background

This text has color #4AC0E3 on white background.



Black color preview on #4AC0E3 background

This text has black color on #4AC0E3 background.


White color preview on #4AC0E3 background

This text has white color on #4AC0E3 background.