COLOR #4AAFC4

HEX: #4AAFC4
RGB: (74,175,196)

Color info

#4AAFC4 contains mainly green and blue colors. Web safe color of #4AAFC4 is #3399CC (or #39C).

RGB color model

#4AAFC4 color RGB value is (74,175,196).

  • red value is 74;
  • green value is 175;
  • blue value is 196.
RGB:
(74,175,196)
(29%,69%,77%)

RGB channels and saturation

R 74 of 255 = 29%
G 175 of 255 = 69%
B 196 of 255 = 77%

74
175
196

R + G + B ~ 58%. #4AAFC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 175 + 196 = 445 (100%)
R 74 of 445 ~ 16.63%
G 175 of 445 ~ 39.33%
B 196 of 445 ~ 44.04%

%16.63
%39.33
%44.04

CMYK color model

#4AAFC4 color CMYK value is (62,11,0,23).

  • cyan value is 62.24%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(62,11,0,23)
C62M11Y0K23 
(62%,11%,0%,23%)
(0.62/0.11/0.00/0.23)	

CMYK percentages

%62.24
%10.71
%0
%23.14

Codes

Color #4AAFC4 in popluar color models

4AAFC4
RGB74175196
HSL190°50.83%52.94%
HSB/HSV190°62.24%76.86%
CMYK62.24%10.71%0.00%
23.14%

Color #4AAFC4 in popluar number systems.

HEX4AAFC4
Decimal74175196
Binary10010101010111111000100
Octal112257304

Shades and tints

Shades of #4AAFC4

#4AAFC4
(74,175,196)
#44A0B3
(68,160,179)
#3E91A2
(62,145,162)
#388291
(56,130,145)
#327380
(50,115,128)
#2C646F
(44,100,111)
#26555E
(38,85,94)
#20464D
(32,70,77)
#1A373C
(26,55,60)
#14282B
(20,40,43)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #4AAFC4

#4AAFC4
(74,175,196)
#5AB6C9
(90,182,201)
#6ABDCE
(106,189,206)
#7AC4D3
(122,196,211)
#8ACBD8
(138,203,216)
#9AD2DD
(154,210,221)
#AAD9E2
(170,217,226)
#BAE0E7
(186,224,231)
#CAE7EC
(202,231,236)
#DAEEF1
(218,238,241)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AAFC4; }

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

This text font color is #4AAFC4.


Background Color

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

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

This div background color is #4AAFC4.


Border color

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

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

This div border color is #4AAFC4.


Opacity

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

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

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

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

This text has shadow with #4AAFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AAFC4 on black background.


Color preview on white background

This text has color #4AAFC4 on white background.



Black color preview on #4AAFC4 background

This text has black color on #4AAFC4 background.


White color preview on #4AAFC4 background

This text has white color on #4AAFC4 background.