COLOR #486673

HEX: #486673
RGB: (72,102,115)

Color info

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

RGB color model

#486673 color RGB value is (72,102,115).

  • red value is 72;
  • green value is 102;
  • blue value is 115.
RGB:
(72,102,115)
(28%,40%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 115 of 255 = 45%

72
102
115

R + G + B ~ 38%. #486673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 115 = 289 (100%)
R 72 of 289 ~ 24.91%
G 102 of 289 ~ 35.29%
B 115 of 289 ~ 39.79%

%24.91
%35.29
%39.79

CMYK color model

#486673 color CMYK value is (37,11,0,55).

  • cyan value is 37.39%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,11,0,55)
C37M11Y0K55 
(37%,11%,0%,55%)
(0.37/0.11/0.00/0.55)	

CMYK percentages

%37.39
%11.3
%0
%54.9

Codes

Color #486673 in popluar color models

486673
RGB72102115
HSL198°22.99%36.67%
HSB/HSV198°37.39%45.10%
CMYK37.39%11.30%0.00%
54.90%

Color #486673 in popluar number systems.

HEX486673
Decimal72102115
Binary100100011001101110011
Octal110146163

Shades and tints

Shades of #486673

#486673
(72,102,115)
#425D69
(66,93,105)
#3C545F
(60,84,95)
#364B55
(54,75,85)
#30424B
(48,66,75)
#2A3941
(42,57,65)
#243037
(36,48,55)
#1E272D
(30,39,45)
#181E23
(24,30,35)
#121519
(18,21,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #486673

#486673
(72,102,115)
#58737F
(88,115,127)
#68808B
(104,128,139)
#788D97
(120,141,151)
#889AA3
(136,154,163)
#98A7AF
(152,167,175)
#A8B4BB
(168,180,187)
#B8C1C7
(184,193,199)
#C8CED3
(200,206,211)
#D8DBDF
(216,219,223)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486673 color. Also use rgb(72,102,115) instead hex code.

Text Font Color

.myTextColor { color: #486673; }

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

This text font color is #486673.


Background Color

.myBgColor { background-color: #486673; }

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

This div background color is #486673.


Border color

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

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

This div border color is #486673.


Opacity

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

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

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

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

This text has shadow with #486673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486673 on black background.


Color preview on white background

This text has color #486673 on white background.



Black color preview on #486673 background

This text has black color on #486673 background.


White color preview on #486673 background

This text has white color on #486673 background.