COLOR #489FB7

HEX: #489FB7
RGB: (72,159,183)

Color info

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

RGB color model

#489FB7 color RGB value is (72,159,183).

  • red value is 72;
  • green value is 159;
  • blue value is 183.
RGB:
(72,159,183)
(28%,62%,72%)

RGB channels and saturation

R 72 of 255 = 28%
G 159 of 255 = 62%
B 183 of 255 = 72%

72
159
183

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

Portions of RGB colors in percentages

R + G + B =
72 + 159 + 183 = 414 (100%)
R 72 of 414 ~ 17.39%
G 159 of 414 ~ 38.41%
B 183 of 414 ~ 44.2%

%17.39
%38.41
%44.2

CMYK color model

#489FB7 color CMYK value is (61,13,0,28).

  • cyan value is 60.66%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(61,13,0,28)
C61M13Y0K28 
(61%,13%,0%,28%)
(0.61/0.13/0.00/0.28)	

CMYK percentages

%60.66
%13.11
%0
%28.24

Codes

Color #489FB7 in popluar color models

489FB7
RGB72159183
HSL193°43.53%50.00%
HSB/HSV193°60.66%71.76%
CMYK60.66%13.11%0.00%
28.24%

Color #489FB7 in popluar number systems.

HEX489FB7
Decimal72159183
Binary10010001001111110110111
Octal110237267

Shades and tints

Shades of #489FB7

#489FB7
(72,159,183)
#4291A7
(66,145,167)
#3C8397
(60,131,151)
#367587
(54,117,135)
#306777
(48,103,119)
#2A5967
(42,89,103)
#244B57
(36,75,87)
#1E3D47
(30,61,71)
#182F37
(24,47,55)
#122127
(18,33,39)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #489FB7

#489FB7
(72,159,183)
#58A7BD
(88,167,189)
#68AFC3
(104,175,195)
#78B7C9
(120,183,201)
#88BFCF
(136,191,207)
#98C7D5
(152,199,213)
#A8CFDB
(168,207,219)
#B8D7E1
(184,215,225)
#C8DFE7
(200,223,231)
#D8E7ED
(216,231,237)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489FB7 color. Also use rgb(72,159,183) instead hex code.

Text Font Color

.myTextColor { color: #489FB7; }

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

This text font color is #489FB7.


Background Color

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

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

This div background color is #489FB7.


Border color

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

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

This div border color is #489FB7.


Opacity

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

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

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

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

This text has shadow with #489FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489FB7 on black background.


Color preview on white background

This text has color #489FB7 on white background.



Black color preview on #489FB7 background

This text has black color on #489FB7 background.


White color preview on #489FB7 background

This text has white color on #489FB7 background.