COLOR #489CAC

HEX: #489CAC
RGB: (72,156,172)

Color info

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

RGB color model

#489CAC color RGB value is (72,156,172).

  • red value is 72;
  • green value is 156;
  • blue value is 172.
RGB:
(72,156,172)
(28%,61%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 156 of 255 = 61%
B 172 of 255 = 67%

72
156
172

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

Portions of RGB colors in percentages

R + G + B =
72 + 156 + 172 = 400 (100%)
R 72 of 400 ~ 18%
G 156 of 400 ~ 39%
B 172 of 400 ~ 43%

%18
%39
%43

CMYK color model

#489CAC color CMYK value is (58,9,0,33).

  • cyan value is 58.14%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(58,9,0,33)
C58M9Y0K33 
(58%,9%,0%,33%)
(0.58/0.09/0.00/0.33)	

CMYK percentages

%58.14
%9.3
%0
%32.55

Codes

Color #489CAC in popluar color models

489CAC
RGB72156172
HSL190°40.98%47.84%
HSB/HSV190°58.14%67.45%
CMYK58.14%9.30%0.00%
32.55%

Color #489CAC in popluar number systems.

HEX489CAC
Decimal72156172
Binary10010001001110010101100
Octal110234254

Shades and tints

Shades of #489CAC

#489CAC
(72,156,172)
#428E9D
(66,142,157)
#3C808E
(60,128,142)
#36727F
(54,114,127)
#306470
(48,100,112)
#2A5661
(42,86,97)
#244852
(36,72,82)
#1E3A43
(30,58,67)
#182C34
(24,44,52)
#121E25
(18,30,37)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #489CAC

#489CAC
(72,156,172)
#58A5B3
(88,165,179)
#68AEBA
(104,174,186)
#78B7C1
(120,183,193)
#88C0C8
(136,192,200)
#98C9CF
(152,201,207)
#A8D2D6
(168,210,214)
#B8DBDD
(184,219,221)
#C8E4E4
(200,228,228)
#D8EDEB
(216,237,235)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489CAC color. Also use rgb(72,156,172) instead hex code.

Text Font Color

.myTextColor { color: #489CAC; }

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

This text font color is #489CAC.


Background Color

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

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

This div background color is #489CAC.


Border color

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

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

This div border color is #489CAC.


Opacity

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

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

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

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

This text has shadow with #489CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489CAC on black background.


Color preview on white background

This text has color #489CAC on white background.



Black color preview on #489CAC background

This text has black color on #489CAC background.


White color preview on #489CAC background

This text has white color on #489CAC background.