COLOR #4898A4

HEX: #4898A4
RGB: (72,152,164)

Color info

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

RGB color model

#4898A4 color RGB value is (72,152,164).

  • red value is 72;
  • green value is 152;
  • blue value is 164.
RGB:
(72,152,164)
(28%,60%,64%)

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 164 of 255 = 64%

72
152
164

R + G + B ~ 51%. #4898A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 152 + 164 = 388 (100%)
R 72 of 388 ~ 18.56%
G 152 of 388 ~ 39.18%
B 164 of 388 ~ 42.27%

%18.56
%39.18
%42.27

CMYK color model

#4898A4 color CMYK value is (56,7,0,36).

  • cyan value is 56.10%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(56,7,0,36)
C56M7Y0K36 
(56%,7%,0%,36%)
(0.56/0.07/0.00/0.36)	

CMYK percentages

%56.1
%7.32
%0
%35.69

Codes

Color #4898A4 in popluar color models

4898A4
RGB72152164
HSL188°38.98%46.27%
HSB/HSV188°56.10%64.31%
CMYK56.10%7.32%0.00%
35.69%

Color #4898A4 in popluar number systems.

HEX4898A4
Decimal72152164
Binary10010001001100010100100
Octal110230244

Shades and tints

Shades of #4898A4

#4898A4
(72,152,164)
#428B96
(66,139,150)
#3C7E88
(60,126,136)
#36717A
(54,113,122)
#30646C
(48,100,108)
#2A575E
(42,87,94)
#244A50
(36,74,80)
#1E3D42
(30,61,66)
#183034
(24,48,52)
#122326
(18,35,38)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #4898A4

#4898A4
(72,152,164)
#58A1AC
(88,161,172)
#68AAB4
(104,170,180)
#78B3BC
(120,179,188)
#88BCC4
(136,188,196)
#98C5CC
(152,197,204)
#A8CED4
(168,206,212)
#B8D7DC
(184,215,220)
#C8E0E4
(200,224,228)
#D8E9EC
(216,233,236)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4898A4 color. Also use rgb(72,152,164) instead hex code.

Text Font Color

.myTextColor { color: #4898A4; }

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

This text font color is #4898A4.


Background Color

.myBgColor { background-color: #4898A4; }

<div style="background-color:#4898A4">Inner text</div>

This div background color is #4898A4.


Border color

.myBorderColor { border: 1px solid #4898A4; }

<div style="border:3px solid #4898A4">Div</div>

This div border color is #4898A4.


Opacity

.myOpacity80 { color: #4898A4; opacity: 0.8; }

<p style="color:#4898A4;opacity:0.8;">80%</p>

Text with #4898A4 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 #4898A4;}

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

This text has shadow with #4898A4 color.

.textShadow {text-shadow: 3px 3px 1px #4898A4, 3px 3px 1px red;}

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

This text has shadow with #4898A4 primary color and red secondary color.


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

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

This text has shadow with #4898A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4898A4 on black background.


Color preview on white background

This text has color #4898A4 on white background.



Black color preview on #4898A4 background

This text has black color on #4898A4 background.


White color preview on #4898A4 background

This text has white color on #4898A4 background.