COLOR #487886

HEX: #487886
RGB: (72,120,134)

Color info

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

RGB color model

#487886 color RGB value is (72,120,134).

  • red value is 72;
  • green value is 120;
  • blue value is 134.
RGB:
(72,120,134)
(28%,47%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 120 of 255 = 47%
B 134 of 255 = 53%

72
120
134

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

Portions of RGB colors in percentages

R + G + B =
72 + 120 + 134 = 326 (100%)
R 72 of 326 ~ 22.09%
G 120 of 326 ~ 36.81%
B 134 of 326 ~ 41.1%

%22.09
%36.81
%41.1

CMYK color model

#487886 color CMYK value is (46,10,0,47).

  • cyan value is 46.27%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,10,0,47)
C46M10Y0K47 
(46%,10%,0%,47%)
(0.46/0.10/0.00/0.47)	

CMYK percentages

%46.27
%10.45
%0
%47.45

Codes

Color #487886 in popluar color models

487886
RGB72120134
HSL194°30.10%40.39%
HSB/HSV194°46.27%52.55%
CMYK46.27%10.45%0.00%
47.45%

Color #487886 in popluar number systems.

HEX487886
Decimal72120134
Binary1001000111100010000110
Octal110170206

Shades and tints

Shades of #487886

#487886
(72,120,134)
#426E7A
(66,110,122)
#3C646E
(60,100,110)
#365A62
(54,90,98)
#305056
(48,80,86)
#2A464A
(42,70,74)
#243C3E
(36,60,62)
#1E3232
(30,50,50)
#182826
(24,40,38)
#121E1A
(18,30,26)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #487886

#487886
(72,120,134)
#588491
(88,132,145)
#68909C
(104,144,156)
#789CA7
(120,156,167)
#88A8B2
(136,168,178)
#98B4BD
(152,180,189)
#A8C0C8
(168,192,200)
#B8CCD3
(184,204,211)
#C8D8DE
(200,216,222)
#D8E4E9
(216,228,233)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487886 color. Also use rgb(72,120,134) instead hex code.

Text Font Color

.myTextColor { color: #487886; }

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

This text font color is #487886.


Background Color

.myBgColor { background-color: #487886; }

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

This div background color is #487886.


Border color

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

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

This div border color is #487886.


Opacity

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

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

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

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

This text has shadow with #487886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487886 on black background.


Color preview on white background

This text has color #487886 on white background.



Black color preview on #487886 background

This text has black color on #487886 background.


White color preview on #487886 background

This text has white color on #487886 background.