COLOR #486589

HEX: #486589
RGB: (72,101,137)

Color info

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

RGB color model

#486589 color RGB value is (72,101,137).

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

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 137 of 255 = 54%

72
101
137

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 137 = 310 (100%)
R 72 of 310 ~ 23.23%
G 101 of 310 ~ 32.58%
B 137 of 310 ~ 44.19%

%23.23
%32.58
%44.19

CMYK color model

#486589 color CMYK value is (47,26,0,46).

  • cyan value is 47.45%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (47,26,0,46) C47M26Y0K46 (47%,26%,0%,46%) (0.47/0.26/0.00/0.46)

CMYK percentages

%47.45
%26.28
%0
%46.27

Codes

Color #486589 in popluar color models

486589
RGB72101137
HSL213°31.10%40.98%
HSB/HSV213°47.45%53.73%
CMYK47.45%26.28%0.00%
46.27%

Color #486589 in popluar number systems.

HEX486589
Decimal72101137
Binary1001000110010110001001
Octal110145211

Shades and tints

Shades of #486589

#486589
(72,101,137)
#425C7D
(66,92,125)
#3C5371
(60,83,113)
#364A65
(54,74,101)
#304159
(48,65,89)
#2A384D
(42,56,77)
#242F41
(36,47,65)
#1E2635
(30,38,53)
#181D29
(24,29,41)
#12141D
(18,20,29)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #486589

#486589
(72,101,137)
#587393
(88,115,147)
#68819D
(104,129,157)
#788FA7
(120,143,167)
#889DB1
(136,157,177)
#98ABBB
(152,171,187)
#A8B9C5
(168,185,197)
#B8C7CF
(184,199,207)
#C8D5D9
(200,213,217)
#D8E3E3
(216,227,227)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486589; }

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

This text font color is #486589.


Background Color

.myBgColor { background-color: #486589; }

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

This div background color is #486589.


Border color

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

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

This div border color is #486589.


Opacity

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

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

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

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

This text has shadow with #486589 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #486589 on black background.


Color preview on white background

This text has color #486589 on white background.



Black color preview on #486589 background

This text has black color on #486589 background.


White color preview on #486589 background

This text has white color on #486589 background.