COLOR #4A88A2

HEX: #4A88A2 RGB: (74,136,162)

Color info

#4A88A2 contains mainly green and blue colors. Web safe color of #4A88A2 is #339999 (or #399).

RGB color model

#4A88A2 color RGB value is (74,136,162).

RGB: (74,136,162) (29%, 53%, 64%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 162 of 255 = 64%

74
136
162

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

Portions of RGB colors in percentages

R + G + B = 74 + 136 + 162 = 372 (100%)
R 74 of 372 ~ 19.89%
G 136 of 372 ~ 36.56%
B 162 of 372 ~ 43.55'%

%19.89
%36.56
%43.55

CMYK color model

#4A88A2 color CMYK value is (54,16,0,36).

  • cyan value is 54.32%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (54,16,0,36)
C54M16Y0K36 (54%, 16%, 0%, 36%)
(0.54 / 0.16 / 0.00 / 0.36)

CMYK percentages

%54.32
%16.05
%0
%36.47

Codes

Color #4A88A2 in popluar color models

4A 88 A2
RGB 74 136 162
HSL 198° 37.29% 46.27%
HSB/HSV 198° 54.32% 63.53%
CMYK 54.32% 16.05% 0.00%
36.47%

Color #4A88A2 in popluar number systems.

HEX 4A 88 A2
Decimal 74 136 162
Binary 1001010 10001000 10100010
Octal 112 210 242

Shades and tints

Shades of #4A88A2

#4A88A2
(74,136,162)
#447C94
(68,124,148)
#3E7086
(62,112,134)
#386478
(56,100,120)
#32586A
(50,88,106)
#2C4C5C
(44,76,92)
#26404E
(38,64,78)
#203440
(32,52,64)
#1A2832
(26,40,50)
#141C24
(20,28,36)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #4A88A2

#4A88A2
(74,136,162)
#5A92AA
(90,146,170)
#6A9CB2
(106,156,178)
#7AA6BA
(122,166,186)
#8AB0C2
(138,176,194)
#9ABACA
(154,186,202)
#AAC4D2
(170,196,210)
#BACEDA
(186,206,218)
#CAD8E2
(202,216,226)
#DAE2EA
(218,226,234)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A88A2 color. Also use rgb(74,136,162) instead hex code.

Text Font Color

.myTextColor { color: #4A88A2; }

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

This text font color is #4A88A2.

Background Color

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

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

This div background color is #4A88A2.

Border color

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

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

This div border color is #4A88A2.

Opacity

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

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

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

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

This text has shadow with #4A88A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A88A2.

Preview

Color preview on black background

This text has color #4A88A2 on black background.


Color preview on white background

This text has color #4A88A2 on white background.


Black color preview on #4A88A2 background

This text has black color on #4A88A2 background.


White color preview on #4A88A2 background

This text has white color on #4A88A2 background.


Related colors

Complementary color

Complementary color for #hex is #B5775D.


I love getcolorcode.com

Triadic colors

1 #A24A88 and #88A24A with #4A88A2 are triadic colors.

2 #A2884A and #884AA2 with #4A88A2 are triadic colors.