COLOR #487085

HEX: #487085
RGB: (72,112,133)

Color info

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

RGB color model

#487085 color RGB value is (72,112,133).

  • red value is 72;
  • green value is 112;
  • blue value is 133.
RGB: (72,112,133) (28%,44%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 112 of 255 = 44%
B 133 of 255 = 52%

72
112
133

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

Portions of RGB colors in percentages

R + G + B =
72 + 112 + 133 = 317 (100%)
R 72 of 317 ~ 22.71%
G 112 of 317 ~ 35.33%
B 133 of 317 ~ 41.96%

%22.71
%35.33
%41.96

CMYK color model

#487085 color CMYK value is (46,16,0,48).

  • cyan value is 45.86%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (46,16,0,48) C46M16Y0K48 (46%,16%,0%,48%) (0.46/0.16/0.00/0.48)

CMYK percentages

%45.86
%15.79
%0
%47.84

Codes

Color #487085 in popluar color models

487085
RGB72112133
HSL201°29.76%40.20%
HSB/HSV201°45.86%52.16%
CMYK45.86%15.79%0.00%
47.84%

Color #487085 in popluar number systems.

HEX487085
Decimal72112133
Binary1001000111000010000101
Octal110160205

Shades and tints

Shades of #487085

#487085
(72,112,133)
#426679
(66,102,121)
#3C5C6D
(60,92,109)
#365261
(54,82,97)
#304855
(48,72,85)
#2A3E49
(42,62,73)
#24343D
(36,52,61)
#1E2A31
(30,42,49)
#182025
(24,32,37)
#121619
(18,22,25)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #487085

#487085
(72,112,133)
#587D90
(88,125,144)
#688A9B
(104,138,155)
#7897A6
(120,151,166)
#88A4B1
(136,164,177)
#98B1BC
(152,177,188)
#A8BEC7
(168,190,199)
#B8CBD2
(184,203,210)
#C8D8DD
(200,216,221)
#D8E5E8
(216,229,232)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487085 color. Also use rgb(72,112,133) instead hex code.

Text Font Color

.myTextColor { color: #487085; }

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

This text font color is #487085.


Background Color

.myBgColor { background-color: #487085; }

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

This div background color is #487085.


Border color

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

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

This div border color is #487085.


Opacity

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

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

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

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

This text has shadow with #487085 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #487085 on black background.


Color preview on white background

This text has color #487085 on white background.



Black color preview on #487085 background

This text has black color on #487085 background.


White color preview on #487085 background

This text has white color on #487085 background.