COLOR #487C96

HEX: #487C96 RGB: (72,124,150)

Color info

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

RGB color model

#487C96 color RGB value is (72,124,150).

RGB: (72,124,150) (28%, 49%, 59%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 150 of 255 = 59%

72
124
150

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

Portions of RGB colors in percentages

R + G + B = 72 + 124 + 150 = 346 (100%)
R 72 of 346 ~ 20.81%
G 124 of 346 ~ 35.84%
B 150 of 346 ~ 43.35'%

%20.81
%35.84
%43.35

CMYK color model

#487C96 color CMYK value is (52,17,0,41).

  • cyan value is 52.00%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (52,17,0,41)
C52M17Y0K41 (52%, 17%, 0%, 41%)
(0.52 / 0.17 / 0.00 / 0.41)

CMYK percentages

%52
%17.33
%0
%41.18

Codes

Color #487C96 in popluar color models

48 7C 96
RGB 72 124 150
HSL 200° 35.14% 43.53%
HSB/HSV 200° 52.00% 58.82%
CMYK 52.00% 17.33% 0.00%
41.18%

Color #487C96 in popluar number systems.

HEX 48 7C 96
Decimal 72 124 150
Binary 1001000 1111100 10010110
Octal 110 174 226

Shades and tints

Shades of #487C96

#487C96
(72,124,150)
#427189
(66,113,137)
#3C667C
(60,102,124)
#365B6F
(54,91,111)
#305062
(48,80,98)
#2A4555
(42,69,85)
#243A48
(36,58,72)
#1E2F3B
(30,47,59)
#18242E
(24,36,46)
#121921
(18,25,33)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #487C96

#487C96
(72,124,150)
#58879F
(88,135,159)
#6892A8
(104,146,168)
#789DB1
(120,157,177)
#88A8BA
(136,168,186)
#98B3C3
(152,179,195)
#A8BECC
(168,190,204)
#B8C9D5
(184,201,213)
#C8D4DE
(200,212,222)
#D8DFE7
(216,223,231)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C96 color. Also use rgb(72,124,150) instead hex code.

Text Font Color

.myTextColor { color: #487C96; }

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

This text font color is #487C96.

Background Color

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

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

This div background color is #487C96.

Border color

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

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

This div border color is #487C96.

Opacity

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

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

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

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

This text has shadow with #487C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487C96.

Preview

Color preview on black background

This text has color #487C96 on black background.


Color preview on white background

This text has color #487C96 on white background.


Black color preview on #487C96 background

This text has black color on #487C96 background.


White color preview on #487C96 background

This text has white color on #487C96 background.


Related colors

Complementary color

Complementary color for #hex is #B78369.


I love getcolorcode.com

Triadic colors

1 #96487C and #7C9648 with #487C96 are triadic colors.

2 #967C48 and #7C4896 with #487C96 are triadic colors.