COLOR #4A9ACC

HEX: #4A9ACC RGB: (74,154,204)

Color info

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

RGB color model

#4A9ACC color RGB value is (74,154,204).

RGB: (74,154,204) (29%, 60%, 80%)

RGB channels and saturation

R 74 of 255 = 29%
G 154 of 255 = 60%
B 204 of 255 = 80%

74
154
204

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

Portions of RGB colors in percentages

R + G + B = 74 + 154 + 204 = 432 (100%)
R 74 of 432 ~ 17.13%
G 154 of 432 ~ 35.65%
B 204 of 432 ~ 47.22'%

%17.13
%35.65
%47.22

CMYK color model

#4A9ACC color CMYK value is (64,25,0,20).

  • cyan value is 63.73%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (64,25,0,20) C64M25Y0K20 (64%,25%,0%,20%) (0.64/0.25/0.00/0.20) 

CMYK percentages

%63.73
%24.51
%0
%20

Codes

Color #4A9ACC in popluar color models

4A 9A CC
RGB 74 154 204
HSL 203° 56.03% 54.51%
HSB/HSV 203° 63.73% 80.00%
CMYK 63.73% 24.51% 0.00%
20.00%

Color #4A9ACC in popluar number systems.

HEX 4A 9A CC
Decimal 74 154 204
Binary 1001010 10011010 11001100
Octal 112 232 314

Shades and tints

Shades of #4A9ACC

#4A9ACC
(74,154,204)
#448CBA
(68,140,186)
#3E7EA8
(62,126,168)
#387096
(56,112,150)
#326284
(50,98,132)
#2C5472
(44,84,114)
#264660
(38,70,96)
#20384E
(32,56,78)
#1A2A3C
(26,42,60)
#141C2A
(20,28,42)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #4A9ACC

#4A9ACC
(74,154,204)
#5AA3D0
(90,163,208)
#6AACD4
(106,172,212)
#7AB5D8
(122,181,216)
#8ABEDC
(138,190,220)
#9AC7E0
(154,199,224)
#AAD0E4
(170,208,228)
#BAD9E8
(186,217,232)
#CAE2EC
(202,226,236)
#DAEBF0
(218,235,240)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9ACC color. Also use rgb(74,154,204) instead hex code.

Text Font Color

.myTextColor { color: #4A9ACC; }

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

This text font color is #4A9ACC.

Background Color

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

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

This div background color is #4A9ACC.

Border color

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

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

This div border color is #4A9ACC.

Opacity

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

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

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

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

This text has shadow with #4A9ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9ACC.

Preview

Color preview on black background

This text has color #4A9ACC on black background.


Color preview on white background

This text has color #4A9ACC on white background.


Black color preview on #4A9ACC background

This text has black color on #4A9ACC background.


White color preview on #4A9ACC background

This text has white color on #4A9ACC background.


Related colors

Complementary color

Complementary color for #hex is #B56533.


I love getcolorcode.com

Triadic colors

1 #CC4A9A and #9ACC4A with #4A9ACC are triadic colors.

2 #CC9A4A and #9A4ACC with #4A9ACC are triadic colors.