COLOR #486580

HEX: #486580
RGB: (72,101,128)

Color info

#486580 contains red, green and blue colors in about the same proportion. Web safe color of #486580 is #336666 (or #366).

RGB color model

#486580 color RGB value is (72,101,128).

  • red value is 72;
  • green value is 101;
  • blue value is 128.
RGB:
(72,101,128)
(28%,40%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 128 of 255 = 50%

72
101
128

R + G + B ~ 39%. #486580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 128 = 301 (100%)
R 72 of 301 ~ 23.92%
G 101 of 301 ~ 33.55%
B 128 of 301 ~ 42.52%

%23.92
%33.55
%42.52

CMYK color model

#486580 color CMYK value is (44,21,0,50).

  • cyan value is 43.75%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(44,21,0,50)
C44M21Y0K50 
(44%,21%,0%,50%)
(0.44/0.21/0.00/0.50)	

CMYK percentages

%43.75
%21.09
%0
%49.8

Codes

Color #486580 in popluar color models

486580
RGB72101128
HSL209°28.00%39.22%
HSB/HSV209°43.75%50.20%
CMYK43.75%21.09%0.00%
49.80%

Color #486580 in popluar number systems.

HEX486580
Decimal72101128
Binary1001000110010110000000
Octal110145200

Shades and tints

Shades of #486580

#486580
(72,101,128)
#425C75
(66,92,117)
#3C536A
(60,83,106)
#364A5F
(54,74,95)
#304154
(48,65,84)
#2A3849
(42,56,73)
#242F3E
(36,47,62)
#1E2633
(30,38,51)
#181D28
(24,29,40)
#12141D
(18,20,29)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #486580

#486580
(72,101,128)
#58738B
(88,115,139)
#688196
(104,129,150)
#788FA1
(120,143,161)
#889DAC
(136,157,172)
#98ABB7
(152,171,183)
#A8B9C2
(168,185,194)
#B8C7CD
(184,199,205)
#C8D5D8
(200,213,216)
#D8E3E3
(216,227,227)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486580 color. Also use rgb(72,101,128) instead hex code.

Text Font Color

.myTextColor { color: #486580; }

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

This text font color is #486580.


Background Color

.myBgColor { background-color: #486580; }

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

This div background color is #486580.


Border color

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

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

This div border color is #486580.


Opacity

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

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

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

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

This text has shadow with #486580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486580 on black background.


Color preview on white background

This text has color #486580 on white background.



Black color preview on #486580 background

This text has black color on #486580 background.


White color preview on #486580 background

This text has white color on #486580 background.