COLOR #486696

HEX: #486696
RGB: (72,102,150)

Color info

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

RGB color model

#486696 color RGB value is (72,102,150).

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

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 150 of 255 = 59%

72
102
150

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

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 150 = 324 (100%)
R 72 of 324 ~ 22.22%
G 102 of 324 ~ 31.48%
B 150 of 324 ~ 46.3%

%22.22
%31.48
%46.3

CMYK color model

#486696 color CMYK value is (52,32,0,41).

  • cyan value is 52.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(52,32,0,41)
C52M32Y0K41 
(52%,32%,0%,41%)
(0.52/0.32/0.00/0.41)	

CMYK percentages

%52
%32
%0
%41.18

Codes

Color #486696 in popluar color models

486696
RGB72102150
HSL217°35.14%43.53%
HSB/HSV217°52.00%58.82%
CMYK52.00%32.00%0.00%
41.18%

Color #486696 in popluar number systems.

HEX486696
Decimal72102150
Binary1001000110011010010110
Octal110146226

Shades and tints

Shades of #486696

#486696
(72,102,150)
#425D89
(66,93,137)
#3C547C
(60,84,124)
#364B6F
(54,75,111)
#304262
(48,66,98)
#2A3955
(42,57,85)
#243048
(36,48,72)
#1E273B
(30,39,59)
#181E2E
(24,30,46)
#121521
(18,21,33)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #486696

#486696
(72,102,150)
#58739F
(88,115,159)
#6880A8
(104,128,168)
#788DB1
(120,141,177)
#889ABA
(136,154,186)
#98A7C3
(152,167,195)
#A8B4CC
(168,180,204)
#B8C1D5
(184,193,213)
#C8CEDE
(200,206,222)
#D8DBE7
(216,219,231)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486696; }

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

This text font color is #486696.


Background Color

.myBgColor { background-color: #486696; }

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

This div background color is #486696.


Border color

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

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

This div border color is #486696.


Opacity

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

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

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

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

This text has shadow with #486696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486696 on black background.


Color preview on white background

This text has color #486696 on white background.



Black color preview on #486696 background

This text has black color on #486696 background.


White color preview on #486696 background

This text has white color on #486696 background.