COLOR #486084

HEX: #486084
RGB: (72,96,132)

Color info

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

RGB color model

#486084 color RGB value is (72,96,132).

  • red value is 72;
  • green value is 96;
  • blue value is 132.
RGB:
(72,96,132)
(28%,38%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 132 of 255 = 52%

72
96
132

R + G + B ~ 39%. #486084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 132 = 300 (100%)
R 72 of 300 ~ 24%
G 96 of 300 ~ 32%
B 132 of 300 ~ 44%

%24
%32
%44

CMYK color model

#486084 color CMYK value is (45,27,0,48).

  • cyan value is 45.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,27,0,48)
C45M27Y0K48 
(45%,27%,0%,48%)
(0.45/0.27/0.00/0.48)	

CMYK percentages

%45.45
%27.27
%0
%48.24

Codes

Color #486084 in popluar color models

486084
RGB7296132
HSL216°29.41%40.00%
HSB/HSV216°45.45%51.76%
CMYK45.45%27.27%0.00%
48.24%

Color #486084 in popluar number systems.

HEX486084
Decimal7296132
Binary1001000110000010000100
Octal110140204

Shades and tints

Shades of #486084

#486084
(72,96,132)
#425878
(66,88,120)
#3C506C
(60,80,108)
#364860
(54,72,96)
#304054
(48,64,84)
#2A3848
(42,56,72)
#24303C
(36,48,60)
#1E2830
(30,40,48)
#182024
(24,32,36)
#121818
(18,24,24)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #486084

#486084
(72,96,132)
#586E8F
(88,110,143)
#687C9A
(104,124,154)
#788AA5
(120,138,165)
#8898B0
(136,152,176)
#98A6BB
(152,166,187)
#A8B4C6
(168,180,198)
#B8C2D1
(184,194,209)
#C8D0DC
(200,208,220)
#D8DEE7
(216,222,231)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486084 color. Also use rgb(72,96,132) instead hex code.

Text Font Color

.myTextColor { color: #486084; }

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

This text font color is #486084.


Background Color

.myBgColor { background-color: #486084; }

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

This div background color is #486084.


Border color

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

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

This div border color is #486084.


Opacity

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

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

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

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

This text has shadow with #486084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486084 on black background.


Color preview on white background

This text has color #486084 on white background.



Black color preview on #486084 background

This text has black color on #486084 background.


White color preview on #486084 background

This text has white color on #486084 background.