COLOR #486F84

HEX: #486F84
RGB: (72,111,132)

Color info

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

RGB color model

#486F84 color RGB value is (72,111,132).

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

RGB channels and saturation

R 72 of 255 = 28%
G 111 of 255 = 44%
B 132 of 255 = 52%

72
111
132

R + G + B ~ 41%. #486F84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 111 + 132 = 315 (100%)
R 72 of 315 ~ 22.86%
G 111 of 315 ~ 35.24%
B 132 of 315 ~ 41.9%

%22.86
%35.24
%41.9

CMYK color model

#486F84 color CMYK value is (45,16,0,48).

  • cyan value is 45.45%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,16,0,48)
C45M16Y0K48 
(45%,16%,0%,48%)
(0.45/0.16/0.00/0.48)	

CMYK percentages

%45.45
%15.91
%0
%48.24

Codes

Color #486F84 in popluar color models

486F84
RGB72111132
HSL201°29.41%40.00%
HSB/HSV201°45.45%51.76%
CMYK45.45%15.91%0.00%
48.24%

Color #486F84 in popluar number systems.

HEX486F84
Decimal72111132
Binary1001000110111110000100
Octal110157204

Shades and tints

Shades of #486F84

#486F84
(72,111,132)
#426578
(66,101,120)
#3C5B6C
(60,91,108)
#365160
(54,81,96)
#304754
(48,71,84)
#2A3D48
(42,61,72)
#24333C
(36,51,60)
#1E2930
(30,41,48)
#181F24
(24,31,36)
#121518
(18,21,24)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #486F84

#486F84
(72,111,132)
#587C8F
(88,124,143)
#68899A
(104,137,154)
#7896A5
(120,150,165)
#88A3B0
(136,163,176)
#98B0BB
(152,176,187)
#A8BDC6
(168,189,198)
#B8CAD1
(184,202,209)
#C8D7DC
(200,215,220)
#D8E4E7
(216,228,231)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486F84; }

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

This text font color is #486F84.


Background Color

.myBgColor { background-color: #486F84; }

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

This div background color is #486F84.


Border color

.myBorderColor { border: 1px solid #486F84; }

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

This div border color is #486F84.


Opacity

.myOpacity80 { color: #486F84; opacity: 0.8; }

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

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

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

This text has shadow with #486F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486F84 on black background.


Color preview on white background

This text has color #486F84 on white background.



Black color preview on #486F84 background

This text has black color on #486F84 background.


White color preview on #486F84 background

This text has white color on #486F84 background.