COLOR #4AC4FC

HEX: #4AC4FC RGB: (74,196,252)

Color info

#4AC4FC contains mainly green and blue colors. Web safe color of #4AC4FC is #33CCFF (or #3CF).

RGB color model

#4AC4FC color RGB value is (74,196,252).

RGB: (74,196,252) (29%, 77%, 99%)

RGB channels and saturation

R 74 of 255 = 29%
G 196 of 255 = 77%
B 252 of 255 = 99%

74
196
252

R + G + B ~ 68%. #4AC4FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 74 + 196 + 252 = 522 (100%)
R 74 of 522 ~ 14.18%
G 196 of 522 ~ 37.55%
B 252 of 522 ~ 48.28'%

%14.18
%37.55
%48.28

CMYK color model

#4AC4FC color CMYK value is (71,22,0,1).

  • cyan value is 70.63%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (71,22,0,1)
C71M22Y0K1 (71%, 22%, 0%, 1%)
(0.71 / 0.22 / 0.00 / 0.01)

CMYK percentages

%70.63
%22.22
%0
%1.18

Codes

Color #4AC4FC in popluar color models

4A C4 FC
RGB 74 196 252
HSL 199° 96.74% 63.92%
HSB/HSV 199° 70.63% 98.82%
CMYK 70.63% 22.22% 0.00%
1.18%

Color #4AC4FC in popluar number systems.

HEX 4A C4 FC
Decimal 74 196 252
Binary 1001010 11000100 11111100
Octal 112 304 374

Shades and tints

Shades of #4AC4FC

#4AC4FC
(74,196,252)
#44B3E6
(68,179,230)
#3EA2D0
(62,162,208)
#3891BA
(56,145,186)
#3280A4
(50,128,164)
#2C6F8E
(44,111,142)
#265E78
(38,94,120)
#204D62
(32,77,98)
#1A3C4C
(26,60,76)
#142B36
(20,43,54)
#0E1A20
(14,26,32)
#000000
(0,0,0)

Tints of #4AC4FC

#4AC4FC
(74,196,252)
#5AC9FC
(90,201,252)
#6ACEFC
(106,206,252)
#7AD3FC
(122,211,252)
#8AD8FC
(138,216,252)
#9ADDFC
(154,221,252)
#AAE2FC
(170,226,252)
#BAE7FC
(186,231,252)
#CAECFC
(202,236,252)
#DAF1FC
(218,241,252)
#EAF6FC
(234,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC4FC color. Also use rgb(74,196,252) instead hex code.

Text Font Color

.myTextColor { color: #4AC4FC; }

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

This text font color is #4AC4FC.

Background Color

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

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

This div background color is #4AC4FC.

Border color

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

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

This div border color is #4AC4FC.

Opacity

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

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

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

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

This text has shadow with #4AC4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AC4FC.

Preview

Color preview on black background

This text has color #4AC4FC on black background.


Color preview on white background

This text has color #4AC4FC on white background.


Black color preview on #4AC4FC background

This text has black color on #4AC4FC background.


White color preview on #4AC4FC background

This text has white color on #4AC4FC background.


Related colors

Complementary color

Complementary color for #hex is #B53B03.


I love getcolorcode.com

Triadic colors

1 #FC4AC4 and #C4FC4A with #4AC4FC are triadic colors.

2 #FCC44A and #C44AFC with #4AC4FC are triadic colors.