COLOR #486F7B

HEX: #486F7B
RGB: (72,111,123)

Color info

#486F7B contains red, green and blue colors in about the same proportion. Web safe color of #486F7B is #336666 (or #366).

RGB color model

#486F7B color RGB value is (72,111,123).

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

RGB channels and saturation

R 72 of 255 = 28%
G 111 of 255 = 44%
B 123 of 255 = 48%

72
111
123

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

Portions of RGB colors in percentages

R + G + B =
72 + 111 + 123 = 306 (100%)
R 72 of 306 ~ 23.53%
G 111 of 306 ~ 36.27%
B 123 of 306 ~ 40.2%

%23.53
%36.27
%40.2

CMYK color model

#486F7B color CMYK value is (41,10,0,52).

  • cyan value is 41.46%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,10,0,52)
C41M10Y0K52 
(41%,10%,0%,52%)
(0.41/0.10/0.00/0.52)	

CMYK percentages

%41.46
%9.76
%0
%51.76

Codes

Color #486F7B in popluar color models

486F7B
RGB72111123
HSL194°26.15%38.24%
HSB/HSV194°41.46%48.24%
CMYK41.46%9.76%0.00%
51.76%

Color #486F7B in popluar number systems.

HEX486F7B
Decimal72111123
Binary100100011011111111011
Octal110157173

Shades and tints

Shades of #486F7B

#486F7B
(72,111,123)
#426570
(66,101,112)
#3C5B65
(60,91,101)
#36515A
(54,81,90)
#30474F
(48,71,79)
#2A3D44
(42,61,68)
#243339
(36,51,57)
#1E292E
(30,41,46)
#181F23
(24,31,35)
#121518
(18,21,24)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #486F7B

#486F7B
(72,111,123)
#587C87
(88,124,135)
#688993
(104,137,147)
#78969F
(120,150,159)
#88A3AB
(136,163,171)
#98B0B7
(152,176,183)
#A8BDC3
(168,189,195)
#B8CACF
(184,202,207)
#C8D7DB
(200,215,219)
#D8E4E7
(216,228,231)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486F7B; }

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

This text font color is #486F7B.


Background Color

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

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

This div background color is #486F7B.


Border color

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

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

This div border color is #486F7B.


Opacity

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

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

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

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

This text has shadow with #486F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486F7B on black background.


Color preview on white background

This text has color #486F7B on white background.



Black color preview on #486F7B background

This text has black color on #486F7B background.


White color preview on #486F7B background

This text has white color on #486F7B background.