COLOR #486875

HEX: #486875
RGB: (72,104,117)

Color info

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

RGB color model

#486875 color RGB value is (72,104,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 117 of 255 = 46%

72
104
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 117 = 293 (100%)
R 72 of 293 ~ 24.57%
G 104 of 293 ~ 35.49%
B 117 of 293 ~ 39.93%

%24.57
%35.49
%39.93

CMYK color model

#486875 color CMYK value is (38,11,0,54).

  • cyan value is 38.46%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,11,0,54)
C38M11Y0K54 
(38%,11%,0%,54%)
(0.38/0.11/0.00/0.54)	

CMYK percentages

%38.46
%11.11
%0
%54.12

Codes

Color #486875 in popluar color models

486875
RGB72104117
HSL197°23.81%37.06%
HSB/HSV197°38.46%45.88%
CMYK38.46%11.11%0.00%
54.12%

Color #486875 in popluar number systems.

HEX486875
Decimal72104117
Binary100100011010001110101
Octal110150165

Shades and tints

Shades of #486875

#486875
(72,104,117)
#425F6B
(66,95,107)
#3C5661
(60,86,97)
#364D57
(54,77,87)
#30444D
(48,68,77)
#2A3B43
(42,59,67)
#243239
(36,50,57)
#1E292F
(30,41,47)
#182025
(24,32,37)
#12171B
(18,23,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #486875

#486875
(72,104,117)
#587581
(88,117,129)
#68828D
(104,130,141)
#788F99
(120,143,153)
#889CA5
(136,156,165)
#98A9B1
(152,169,177)
#A8B6BD
(168,182,189)
#B8C3C9
(184,195,201)
#C8D0D5
(200,208,213)
#D8DDE1
(216,221,225)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486875; }

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

This text font color is #486875.


Background Color

.myBgColor { background-color: #486875; }

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

This div background color is #486875.


Border color

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

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

This div border color is #486875.


Opacity

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

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

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

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

This text has shadow with #486875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486875 on black background.


Color preview on white background

This text has color #486875 on white background.



Black color preview on #486875 background

This text has black color on #486875 background.


White color preview on #486875 background

This text has white color on #486875 background.