COLOR #486675

HEX: #486675
RGB: (72,102,117)

Color info

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

RGB color model

#486675 color RGB value is (72,102,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 117 of 255 = 46%

72
102
117

R + G + B ~ 38%. #486675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 117 = 291 (100%)
R 72 of 291 ~ 24.74%
G 102 of 291 ~ 35.05%
B 117 of 291 ~ 40.21%

%24.74
%35.05
%40.21

CMYK color model

#486675 color CMYK value is (38,13,0,54).

  • cyan value is 38.46%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,13,0,54)
C38M13Y0K54 
(38%,13%,0%,54%)
(0.38/0.13/0.00/0.54)	

CMYK percentages

%38.46
%12.82
%0
%54.12

Codes

Color #486675 in popluar color models

486675
RGB72102117
HSL200°23.81%37.06%
HSB/HSV200°38.46%45.88%
CMYK38.46%12.82%0.00%
54.12%

Color #486675 in popluar number systems.

HEX486675
Decimal72102117
Binary100100011001101110101
Octal110146165

Shades and tints

Shades of #486675

#486675
(72,102,117)
#425D6B
(66,93,107)
#3C5461
(60,84,97)
#364B57
(54,75,87)
#30424D
(48,66,77)
#2A3943
(42,57,67)
#243039
(36,48,57)
#1E272F
(30,39,47)
#181E25
(24,30,37)
#12151B
(18,21,27)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #486675

#486675
(72,102,117)
#587381
(88,115,129)
#68808D
(104,128,141)
#788D99
(120,141,153)
#889AA5
(136,154,165)
#98A7B1
(152,167,177)
#A8B4BD
(168,180,189)
#B8C1C9
(184,193,201)
#C8CED5
(200,206,213)
#D8DBE1
(216,219,225)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486675; }

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

This text font color is #486675.


Background Color

.myBgColor { background-color: #486675; }

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

This div background color is #486675.


Border color

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

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

This div border color is #486675.


Opacity

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

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

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

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

This text has shadow with #486675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486675 on black background.


Color preview on white background

This text has color #486675 on white background.



Black color preview on #486675 background

This text has black color on #486675 background.


White color preview on #486675 background

This text has white color on #486675 background.