COLOR #486576

HEX: #486576
RGB: (72,101,118)

Color info

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

RGB color model

#486576 color RGB value is (72,101,118).

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

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 118 of 255 = 46%

72
101
118

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 118 = 291 (100%)
R 72 of 291 ~ 24.74%
G 101 of 291 ~ 34.71%
B 118 of 291 ~ 40.55%

%24.74
%34.71
%40.55

CMYK color model

#486576 color CMYK value is (39,14,0,54).

  • cyan value is 38.98%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(39,14,0,54)
C39M14Y0K54 
(39%,14%,0%,54%)
(0.39/0.14/0.00/0.54)	

CMYK percentages

%38.98
%14.41
%0
%53.73

Codes

Color #486576 in popluar color models

486576
RGB72101118
HSL202°24.21%37.25%
HSB/HSV202°38.98%46.27%
CMYK38.98%14.41%0.00%
53.73%

Color #486576 in popluar number systems.

HEX486576
Decimal72101118
Binary100100011001011110110
Octal110145166

Shades and tints

Shades of #486576

#486576
(72,101,118)
#425C6C
(66,92,108)
#3C5362
(60,83,98)
#364A58
(54,74,88)
#30414E
(48,65,78)
#2A3844
(42,56,68)
#242F3A
(36,47,58)
#1E2630
(30,38,48)
#181D26
(24,29,38)
#12141C
(18,20,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #486576

#486576
(72,101,118)
#587382
(88,115,130)
#68818E
(104,129,142)
#788F9A
(120,143,154)
#889DA6
(136,157,166)
#98ABB2
(152,171,178)
#A8B9BE
(168,185,190)
#B8C7CA
(184,199,202)
#C8D5D6
(200,213,214)
#D8E3E2
(216,227,226)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486576; }

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

This text font color is #486576.


Background Color

.myBgColor { background-color: #486576; }

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

This div background color is #486576.


Border color

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

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

This div border color is #486576.


Opacity

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

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

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

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

This text has shadow with #486576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486576 on black background.


Color preview on white background

This text has color #486576 on white background.



Black color preview on #486576 background

This text has black color on #486576 background.


White color preview on #486576 background

This text has white color on #486576 background.