COLOR #4A8CC5

HEX: #4A8CC5 RGB: (74,140,197)

Color info

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

RGB color model

#4A8CC5 color RGB value is (74,140,197).

RGB: (74,140,197) (29%, 55%, 77%)

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 197 of 255 = 77%

74
140
197

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

Portions of RGB colors in percentages

R + G + B = 74 + 140 + 197 = 411 (100%)
R 74 of 411 ~ 18%
G 140 of 411 ~ 34.06%
B 197 of 411 ~ 47.93'%

%18
%34.06
%47.93

CMYK color model

#4A8CC5 color CMYK value is (62,29,0,23).

  • cyan value is 62.44%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (62,29,0,23)
C62M29Y0K23 (62%, 29%, 0%, 23%)
(0.62 / 0.29 / 0.00 / 0.23)

CMYK percentages

%62.44
%28.93
%0
%22.75

Codes

Color #4A8CC5 in popluar color models

4A 8C C5
RGB 74 140 197
HSL 208° 51.46% 53.14%
HSB/HSV 208° 62.44% 77.25%
CMYK 62.44% 28.93% 0.00%
22.75%

Color #4A8CC5 in popluar number systems.

HEX 4A 8C C5
Decimal 74 140 197
Binary 1001010 10001100 11000101
Octal 112 214 305

Shades and tints

Shades of #4A8CC5

#4A8CC5
(74,140,197)
#4480B4
(68,128,180)
#3E74A3
(62,116,163)
#386892
(56,104,146)
#325C81
(50,92,129)
#2C5070
(44,80,112)
#26445F
(38,68,95)
#20384E
(32,56,78)
#1A2C3D
(26,44,61)
#14202C
(20,32,44)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #4A8CC5

#4A8CC5
(74,140,197)
#5A96CA
(90,150,202)
#6AA0CF
(106,160,207)
#7AAAD4
(122,170,212)
#8AB4D9
(138,180,217)
#9ABEDE
(154,190,222)
#AAC8E3
(170,200,227)
#BAD2E8
(186,210,232)
#CADCED
(202,220,237)
#DAE6F2
(218,230,242)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8CC5 color. Also use rgb(74,140,197) instead hex code.

Text Font Color

.myTextColor { color: #4A8CC5; }

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

This text font color is #4A8CC5.

Background Color

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

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

This div background color is #4A8CC5.

Border color

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

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

This div border color is #4A8CC5.

Opacity

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

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

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

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

This text has shadow with #4A8CC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8CC5.

Preview

Color preview on black background

This text has color #4A8CC5 on black background.


Color preview on white background

This text has color #4A8CC5 on white background.


Black color preview on #4A8CC5 background

This text has black color on #4A8CC5 background.


White color preview on #4A8CC5 background

This text has white color on #4A8CC5 background.


Related colors

Complementary color

Complementary color for #hex is #B5733A.


I love getcolorcode.com

Triadic colors

1 #C54A8C and #8CC54A with #4A8CC5 are triadic colors.

2 #C58C4A and #8C4AC5 with #4A8CC5 are triadic colors.