COLOR #487289

HEX: #487289
RGB: (72,114,137)

Color info

#487289 contains mainly green and blue colors. Web safe color of #487289 is #336699 (or #369).

RGB color model

#487289 color RGB value is (72,114,137).

  • red value is 72;
  • green value is 114;
  • blue value is 137.
RGB: (72,114,137) (28%,45%,54%)

RGB channels and saturation

R 72 of 255 = 28%
G 114 of 255 = 45%
B 137 of 255 = 54%

72
114
137

R + G + B ~ 42%. #487289 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 114 + 137 = 323 (100%)
R 72 of 323 ~ 22.29%
G 114 of 323 ~ 35.29%
B 137 of 323 ~ 42.41%

%22.29
%35.29
%42.41

CMYK color model

#487289 color CMYK value is (47,17,0,46).

  • cyan value is 47.45%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (47,17,0,46) C47M17Y0K46 (47%,17%,0%,46%) (0.47/0.17/0.00/0.46)

CMYK percentages

%47.45
%16.79
%0
%46.27

Codes

Color #487289 in popluar color models

487289
RGB72114137
HSL201°31.10%40.98%
HSB/HSV201°47.45%53.73%
CMYK47.45%16.79%0.00%
46.27%

Color #487289 in popluar number systems.

HEX487289
Decimal72114137
Binary1001000111001010001001
Octal110162211

Shades and tints

Shades of #487289

#487289
(72,114,137)
#42687D
(66,104,125)
#3C5E71
(60,94,113)
#365465
(54,84,101)
#304A59
(48,74,89)
#2A404D
(42,64,77)
#243641
(36,54,65)
#1E2C35
(30,44,53)
#182229
(24,34,41)
#12181D
(18,24,29)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #487289

#487289
(72,114,137)
#587E93
(88,126,147)
#688A9D
(104,138,157)
#7896A7
(120,150,167)
#88A2B1
(136,162,177)
#98AEBB
(152,174,187)
#A8BAC5
(168,186,197)
#B8C6CF
(184,198,207)
#C8D2D9
(200,210,217)
#D8DEE3
(216,222,227)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487289 color. Also use rgb(72,114,137) instead hex code.

Text Font Color

.myTextColor { color: #487289; }

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

This text font color is #487289.


Background Color

.myBgColor { background-color: #487289; }

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

This div background color is #487289.


Border color

.myBorderColor { border: 1px solid #487289; }

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

This div border color is #487289.


Opacity

.myOpacity80 { color: #487289; opacity: 0.8; }

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

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

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

This text has shadow with #487289 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #487289 on black background.


Color preview on white background

This text has color #487289 on white background.



Black color preview on #487289 background

This text has black color on #487289 background.


White color preview on #487289 background

This text has white color on #487289 background.