COLOR #487699

HEX: #487699
RGB: (72,118,153)

Color info

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

RGB color model

#487699 color RGB value is (72,118,153).

  • red value is 72;
  • green value is 118;
  • blue value is 153.
RGB:
(72,118,153)
(28%,46%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 153 of 255 = 60%

72
118
153

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

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 153 = 343 (100%)
R 72 of 343 ~ 20.99%
G 118 of 343 ~ 34.4%
B 153 of 343 ~ 44.61%

%20.99
%34.4
%44.61

CMYK color model

#487699 color CMYK value is (53,23,0,40).

  • cyan value is 52.94%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(53,23,0,40)
C53M23Y0K40 
(53%,23%,0%,40%)
(0.53/0.23/0.00/0.40)	

CMYK percentages

%52.94
%22.88
%0
%40

Codes

Color #487699 in popluar color models

487699
RGB72118153
HSL206°36.00%44.12%
HSB/HSV206°52.94%60.00%
CMYK52.94%22.88%0.00%
40.00%

Color #487699 in popluar number systems.

HEX487699
Decimal72118153
Binary1001000111011010011001
Octal110166231

Shades and tints

Shades of #487699

#487699
(72,118,153)
#426C8C
(66,108,140)
#3C627F
(60,98,127)
#365872
(54,88,114)
#304E65
(48,78,101)
#2A4458
(42,68,88)
#243A4B
(36,58,75)
#1E303E
(30,48,62)
#182631
(24,38,49)
#121C24
(18,28,36)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #487699

#487699
(72,118,153)
#5882A2
(88,130,162)
#688EAB
(104,142,171)
#789AB4
(120,154,180)
#88A6BD
(136,166,189)
#98B2C6
(152,178,198)
#A8BECF
(168,190,207)
#B8CAD8
(184,202,216)
#C8D6E1
(200,214,225)
#D8E2EA
(216,226,234)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487699 color. Also use rgb(72,118,153) instead hex code.

Text Font Color

.myTextColor { color: #487699; }

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

This text font color is #487699.


Background Color

.myBgColor { background-color: #487699; }

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

This div background color is #487699.


Border color

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

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

This div border color is #487699.


Opacity

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

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

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

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

This text has shadow with #487699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487699 on black background.


Color preview on white background

This text has color #487699 on white background.



Black color preview on #487699 background

This text has black color on #487699 background.


White color preview on #487699 background

This text has white color on #487699 background.