COLOR #489A94

HEX: #489A94
RGB: (72,154,148)

Color info

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

RGB color model

#489A94 color RGB value is (72,154,148).

  • red value is 72;
  • green value is 154;
  • blue value is 148.
RGB:
(72,154,148)
(28%,60%,58%)

RGB channels and saturation

R 72 of 255 = 28%
G 154 of 255 = 60%
B 148 of 255 = 58%

72
154
148

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

Portions of RGB colors in percentages

R + G + B =
72 + 154 + 148 = 374 (100%)
R 72 of 374 ~ 19.25%
G 154 of 374 ~ 41.18%
B 148 of 374 ~ 39.57%

%19.25
%41.18
%39.57

CMYK color model

#489A94 color CMYK value is (53,0,4,40).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 39.61%
CMYK:
(53,0,4,40)
C53M0Y4K40 
(53%,0%,4%,40%)
(0.53/0.00/0.04/0.40)	

CMYK percentages

%53.25
%0
%3.9
%39.61

Codes

Color #489A94 in popluar color models

489A94
RGB72154148
HSL176°36.28%44.31%
HSB/HSV176°53.25%60.39%
CMYK53.25%0.00%3.90%
39.61%

Color #489A94 in popluar number systems.

HEX489A94
Decimal72154148
Binary10010001001101010010100
Octal110232224

Shades and tints

Shades of #489A94

#489A94
(72,154,148)
#428C87
(66,140,135)
#3C7E7A
(60,126,122)
#36706D
(54,112,109)
#306260
(48,98,96)
#2A5453
(42,84,83)
#244646
(36,70,70)
#1E3839
(30,56,57)
#182A2C
(24,42,44)
#121C1F
(18,28,31)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #489A94

#489A94
(72,154,148)
#58A39D
(88,163,157)
#68ACA6
(104,172,166)
#78B5AF
(120,181,175)
#88BEB8
(136,190,184)
#98C7C1
(152,199,193)
#A8D0CA
(168,208,202)
#B8D9D3
(184,217,211)
#C8E2DC
(200,226,220)
#D8EBE5
(216,235,229)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489A94 color. Also use rgb(72,154,148) instead hex code.

Text Font Color

.myTextColor { color: #489A94; }

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

This text font color is #489A94.


Background Color

.myBgColor { background-color: #489A94; }

<div style="background-color:#489A94">Inner text</div>

This div background color is #489A94.


Border color

.myBorderColor { border: 1px solid #489A94; }

<div style="border:3px solid #489A94">Div</div>

This div border color is #489A94.


Opacity

.myOpacity80 { color: #489A94; opacity: 0.8; }

<p style="color:#489A94;opacity:0.8;">80%</p>

Text with #489A94 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 #489A94;}

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

This text has shadow with #489A94 color.

.textShadow {text-shadow: 3px 3px 1px #489A94, 3px 3px 1px red;}

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

This text has shadow with #489A94 primary color and red secondary color.


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

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

This text has shadow with #489A94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489A94 on black background.


Color preview on white background

This text has color #489A94 on white background.



Black color preview on #489A94 background

This text has black color on #489A94 background.


White color preview on #489A94 background

This text has white color on #489A94 background.