COLOR #487596

HEX: #487596
RGB: (72,117,150)

Color info

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

RGB color model

#487596 color RGB value is (72,117,150).

  • red value is 72;
  • green value is 117;
  • blue value is 150.
RGB:
(72,117,150)
(28%,46%,59%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 150 of 255 = 59%

72
117
150

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 150 = 339 (100%)
R 72 of 339 ~ 21.24%
G 117 of 339 ~ 34.51%
B 150 of 339 ~ 44.25%

%21.24
%34.51
%44.25

CMYK color model

#487596 color CMYK value is (52,22,0,41).

  • cyan value is 52.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(52,22,0,41)
C52M22Y0K41 
(52%,22%,0%,41%)
(0.52/0.22/0.00/0.41)	

CMYK percentages

%52
%22
%0
%41.18

Codes

Color #487596 in popluar color models

487596
RGB72117150
HSL205°35.14%43.53%
HSB/HSV205°52.00%58.82%
CMYK52.00%22.00%0.00%
41.18%

Color #487596 in popluar number systems.

HEX487596
Decimal72117150
Binary1001000111010110010110
Octal110165226

Shades and tints

Shades of #487596

#487596
(72,117,150)
#426B89
(66,107,137)
#3C617C
(60,97,124)
#36576F
(54,87,111)
#304D62
(48,77,98)
#2A4355
(42,67,85)
#243948
(36,57,72)
#1E2F3B
(30,47,59)
#18252E
(24,37,46)
#121B21
(18,27,33)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #487596

#487596
(72,117,150)
#58819F
(88,129,159)
#688DA8
(104,141,168)
#7899B1
(120,153,177)
#88A5BA
(136,165,186)
#98B1C3
(152,177,195)
#A8BDCC
(168,189,204)
#B8C9D5
(184,201,213)
#C8D5DE
(200,213,222)
#D8E1E7
(216,225,231)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487596; }

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

This text font color is #487596.


Background Color

.myBgColor { background-color: #487596; }

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

This div background color is #487596.


Border color

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

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

This div border color is #487596.


Opacity

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

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

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

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

This text has shadow with #487596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487596 on black background.


Color preview on white background

This text has color #487596 on white background.



Black color preview on #487596 background

This text has black color on #487596 background.


White color preview on #487596 background

This text has white color on #487596 background.