COLOR #487D9D

HEX: #487D9D RGB: (72,125,157)

Color info

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

RGB color model

#487D9D color RGB value is (72,125,157).

RGB: (72,125,157) (28%, 49%, 62%)

RGB channels and saturation

R 72 of 255 = 28%
G 125 of 255 = 49%
B 157 of 255 = 62%

72
125
157

R + G + B ~ 46%. #487D9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 125 + 157 = 354 (100%)
R 72 of 354 ~ 20.34%
G 125 of 354 ~ 35.31%
B 157 of 354 ~ 44.35'%

%20.34
%35.31
%44.35

CMYK color model

#487D9D color CMYK value is (54,20,0,38).

  • cyan value is 54.14%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (54,20,0,38)
C54M20Y0K38 (54%, 20%, 0%, 38%)
(0.54 / 0.20 / 0.00 / 0.38)

CMYK percentages

%54.14
%20.38
%0
%38.43

Codes

Color #487D9D in popluar color models

48 7D 9D
RGB 72 125 157
HSL 203° 37.12% 44.90%
HSB/HSV 203° 54.14% 61.57%
CMYK 54.14% 20.38% 0.00%
38.43%

Color #487D9D in popluar number systems.

HEX 48 7D 9D
Decimal 72 125 157
Binary 1001000 1111101 10011101
Octal 110 175 235

Shades and tints

Shades of #487D9D

#487D9D
(72,125,157)
#42728F
(66,114,143)
#3C6781
(60,103,129)
#365C73
(54,92,115)
#305165
(48,81,101)
#2A4657
(42,70,87)
#243B49
(36,59,73)
#1E303B
(30,48,59)
#18252D
(24,37,45)
#121A1F
(18,26,31)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #487D9D

#487D9D
(72,125,157)
#5888A5
(88,136,165)
#6893AD
(104,147,173)
#789EB5
(120,158,181)
#88A9BD
(136,169,189)
#98B4C5
(152,180,197)
#A8BFCD
(168,191,205)
#B8CAD5
(184,202,213)
#C8D5DD
(200,213,221)
#D8E0E5
(216,224,229)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487D9D color. Also use rgb(72,125,157) instead hex code.

Text Font Color

.myTextColor { color: #487D9D; }

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

This text font color is #487D9D.

Background Color

.myBgColor { background-color: #487D9D; }

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

This div background color is #487D9D.

Border color

.myBorderColor { border: 1px solid #487D9D; }

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

This div border color is #487D9D.

Opacity

.myOpacity80 { color: #487D9D; opacity: 0.8; }

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

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

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

This text has shadow with #487D9D color.


.textShadow {text-shadow: 3px 3px 1px #487D9D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #487D9D; -webkit-box-shadow: 1px 1px 3px 2px #487D9D; box-shadow:1px 1px 3px 2px #487D9D;">
Div content here
</div>

This div box has shadow with color #487D9D.

Preview

Color preview on black background

This text has color #487D9D on black background.


Color preview on white background

This text has color #487D9D on white background.


Black color preview on #487D9D background

This text has black color on #487D9D background.


White color preview on #487D9D background

This text has white color on #487D9D background.


Related colors

Complementary color

Complementary color for #hex is #B78262.


I love getcolorcode.com

Triadic colors

1 #9D487D and #7D9D48 with #487D9D are triadic colors.

2 #9D7D48 and #7D489D with #487D9D are triadic colors.