COLOR #487585

HEX: #487585
RGB: (72,117,133)

Color info

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

RGB color model

#487585 color RGB value is (72,117,133).

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

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 133 of 255 = 52%

72
117
133

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 133 = 322 (100%)
R 72 of 322 ~ 22.36%
G 117 of 322 ~ 36.34%
B 133 of 322 ~ 41.3%

%22.36
%36.34
%41.3

CMYK color model

#487585 color CMYK value is (46,12,0,48).

  • cyan value is 45.86%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(46,12,0,48)
C46M12Y0K48 
(46%,12%,0%,48%)
(0.46/0.12/0.00/0.48)	

CMYK percentages

%45.86
%12.03
%0
%47.84

Codes

Color #487585 in popluar color models

487585
RGB72117133
HSL196°29.76%40.20%
HSB/HSV196°45.86%52.16%
CMYK45.86%12.03%0.00%
47.84%

Color #487585 in popluar number systems.

HEX487585
Decimal72117133
Binary1001000111010110000101
Octal110165205

Shades and tints

Shades of #487585

#487585
(72,117,133)
#426B79
(66,107,121)
#3C616D
(60,97,109)
#365761
(54,87,97)
#304D55
(48,77,85)
#2A4349
(42,67,73)
#24393D
(36,57,61)
#1E2F31
(30,47,49)
#182525
(24,37,37)
#121B19
(18,27,25)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #487585

#487585
(72,117,133)
#588190
(88,129,144)
#688D9B
(104,141,155)
#7899A6
(120,153,166)
#88A5B1
(136,165,177)
#98B1BC
(152,177,188)
#A8BDC7
(168,189,199)
#B8C9D2
(184,201,210)
#C8D5DD
(200,213,221)
#D8E1E8
(216,225,232)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487585; }

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

This text font color is #487585.


Background Color

.myBgColor { background-color: #487585; }

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

This div background color is #487585.


Border color

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

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

This div border color is #487585.


Opacity

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

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

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

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

This text has shadow with #487585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487585 on black background.


Color preview on white background

This text has color #487585 on white background.



Black color preview on #487585 background

This text has black color on #487585 background.


White color preview on #487585 background

This text has white color on #487585 background.