COLOR #4AA6C2

HEX: #4AA6C2
RGB: (74,166,194)

Color info

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

RGB color model

#4AA6C2 color RGB value is (74,166,194).

  • red value is 74;
  • green value is 166;
  • blue value is 194.
RGB:
(74,166,194)
(29%,65%,76%)

RGB channels and saturation

R 74 of 255 = 29%
G 166 of 255 = 65%
B 194 of 255 = 76%

74
166
194

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

Portions of RGB colors in percentages

R + G + B =
74 + 166 + 194 = 434 (100%)
R 74 of 434 ~ 17.05%
G 166 of 434 ~ 38.25%
B 194 of 434 ~ 44.7%

%17.05
%38.25
%44.7

CMYK color model

#4AA6C2 color CMYK value is (62,14,0,24).

  • cyan value is 61.86%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(62,14,0,24)
C62M14Y0K24 
(62%,14%,0%,24%)
(0.62/0.14/0.00/0.24)	

CMYK percentages

%61.86
%14.43
%0
%23.92

Codes

Color #4AA6C2 in popluar color models

4AA6C2
RGB74166194
HSL194°49.59%52.55%
HSB/HSV194°61.86%76.08%
CMYK61.86%14.43%0.00%
23.92%

Color #4AA6C2 in popluar number systems.

HEX4AA6C2
Decimal74166194
Binary10010101010011011000010
Octal112246302

Shades and tints

Shades of #4AA6C2

#4AA6C2
(74,166,194)
#4497B1
(68,151,177)
#3E88A0
(62,136,160)
#38798F
(56,121,143)
#326A7E
(50,106,126)
#2C5B6D
(44,91,109)
#264C5C
(38,76,92)
#203D4B
(32,61,75)
#1A2E3A
(26,46,58)
#141F29
(20,31,41)
#0E1018
(14,16,24)
#000000
(0,0,0)

Tints of #4AA6C2

#4AA6C2
(74,166,194)
#5AAEC7
(90,174,199)
#6AB6CC
(106,182,204)
#7ABED1
(122,190,209)
#8AC6D6
(138,198,214)
#9ACEDB
(154,206,219)
#AAD6E0
(170,214,224)
#BADEE5
(186,222,229)
#CAE6EA
(202,230,234)
#DAEEEF
(218,238,239)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA6C2 color. Also use rgb(74,166,194) instead hex code.

Text Font Color

.myTextColor { color: #4AA6C2; }

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

This text font color is #4AA6C2.


Background Color

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

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

This div background color is #4AA6C2.


Border color

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

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

This div border color is #4AA6C2.


Opacity

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

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

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

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

This text has shadow with #4AA6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA6C2 on black background.


Color preview on white background

This text has color #4AA6C2 on white background.



Black color preview on #4AA6C2 background

This text has black color on #4AA6C2 background.


White color preview on #4AA6C2 background

This text has white color on #4AA6C2 background.