COLOR #486186

HEX: #486186
RGB: (72,97,134)

Color info

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

RGB color model

#486186 color RGB value is (72,97,134).

  • red value is 72;
  • green value is 97;
  • blue value is 134.
RGB:
(72,97,134)
(28%,38%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 97 of 255 = 38%
B 134 of 255 = 53%

72
97
134

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

Portions of RGB colors in percentages

R + G + B =
72 + 97 + 134 = 303 (100%)
R 72 of 303 ~ 23.76%
G 97 of 303 ~ 32.01%
B 134 of 303 ~ 44.22%

%23.76
%32.01
%44.22

CMYK color model

#486186 color CMYK value is (46,28,0,47).

  • cyan value is 46.27%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,28,0,47)
C46M28Y0K47 
(46%,28%,0%,47%)
(0.46/0.28/0.00/0.47)	

CMYK percentages

%46.27
%27.61
%0
%47.45

Codes

Color #486186 in popluar color models

486186
RGB7297134
HSL216°30.10%40.39%
HSB/HSV216°46.27%52.55%
CMYK46.27%27.61%0.00%
47.45%

Color #486186 in popluar number systems.

HEX486186
Decimal7297134
Binary1001000110000110000110
Octal110141206

Shades and tints

Shades of #486186

#486186
(72,97,134)
#42597A
(66,89,122)
#3C516E
(60,81,110)
#364962
(54,73,98)
#304156
(48,65,86)
#2A394A
(42,57,74)
#24313E
(36,49,62)
#1E2932
(30,41,50)
#182126
(24,33,38)
#12191A
(18,25,26)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #486186

#486186
(72,97,134)
#586F91
(88,111,145)
#687D9C
(104,125,156)
#788BA7
(120,139,167)
#8899B2
(136,153,178)
#98A7BD
(152,167,189)
#A8B5C8
(168,181,200)
#B8C3D3
(184,195,211)
#C8D1DE
(200,209,222)
#D8DFE9
(216,223,233)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486186 color. Also use rgb(72,97,134) instead hex code.

Text Font Color

.myTextColor { color: #486186; }

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

This text font color is #486186.


Background Color

.myBgColor { background-color: #486186; }

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

This div background color is #486186.


Border color

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

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

This div border color is #486186.


Opacity

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

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

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

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

This text has shadow with #486186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486186 on black background.


Color preview on white background

This text has color #486186 on white background.



Black color preview on #486186 background

This text has black color on #486186 background.


White color preview on #486186 background

This text has white color on #486186 background.