COLOR #486394

HEX: #486394
RGB: (72,99,148)

Color info

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

RGB color model

#486394 color RGB value is (72,99,148).

  • red value is 72;
  • green value is 99;
  • blue value is 148.
RGB:
(72,99,148)
(28%,39%,58%)

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 148 of 255 = 58%

72
99
148

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

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 148 = 319 (100%)
R 72 of 319 ~ 22.57%
G 99 of 319 ~ 31.03%
B 148 of 319 ~ 46.39%

%22.57
%31.03
%46.39

CMYK color model

#486394 color CMYK value is (51,33,0,42).

  • cyan value is 51.35%
  • magenta value is 33.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(51,33,0,42)
C51M33Y0K42 
(51%,33%,0%,42%)
(0.51/0.33/0.00/0.42)	

CMYK percentages

%51.35
%33.11
%0
%41.96

Codes

Color #486394 in popluar color models

486394
RGB7299148
HSL219°34.55%43.14%
HSB/HSV219°51.35%58.04%
CMYK51.35%33.11%0.00%
41.96%

Color #486394 in popluar number systems.

HEX486394
Decimal7299148
Binary1001000110001110010100
Octal110143224

Shades and tints

Shades of #486394

#486394
(72,99,148)
#425A87
(66,90,135)
#3C517A
(60,81,122)
#36486D
(54,72,109)
#303F60
(48,63,96)
#2A3653
(42,54,83)
#242D46
(36,45,70)
#1E2439
(30,36,57)
#181B2C
(24,27,44)
#12121F
(18,18,31)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #486394

#486394
(72,99,148)
#58719D
(88,113,157)
#687FA6
(104,127,166)
#788DAF
(120,141,175)
#889BB8
(136,155,184)
#98A9C1
(152,169,193)
#A8B7CA
(168,183,202)
#B8C5D3
(184,197,211)
#C8D3DC
(200,211,220)
#D8E1E5
(216,225,229)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486394 color. Also use rgb(72,99,148) instead hex code.

Text Font Color

.myTextColor { color: #486394; }

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

This text font color is #486394.


Background Color

.myBgColor { background-color: #486394; }

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

This div background color is #486394.


Border color

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

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

This div border color is #486394.


Opacity

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

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

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

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

This text has shadow with #486394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486394 on black background.


Color preview on white background

This text has color #486394 on white background.



Black color preview on #486394 background

This text has black color on #486394 background.


White color preview on #486394 background

This text has white color on #486394 background.