COLOR #486475

HEX: #486475
RGB: (72,100,117)

Color info

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

RGB color model

#486475 color RGB value is (72,100,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 117 of 255 = 46%

72
100
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 117 = 289 (100%)
R 72 of 289 ~ 24.91%
G 100 of 289 ~ 34.6%
B 117 of 289 ~ 40.48%

%24.91
%34.6
%40.48

CMYK color model

#486475 color CMYK value is (38,15,0,54).

  • cyan value is 38.46%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,15,0,54)
C38M15Y0K54 
(38%,15%,0%,54%)
(0.38/0.15/0.00/0.54)	

CMYK percentages

%38.46
%14.53
%0
%54.12

Codes

Color #486475 in popluar color models

486475
RGB72100117
HSL203°23.81%37.06%
HSB/HSV203°38.46%45.88%
CMYK38.46%14.53%0.00%
54.12%

Color #486475 in popluar number systems.

HEX486475
Decimal72100117
Binary100100011001001110101
Octal110144165

Shades and tints

Shades of #486475

#486475
(72,100,117)
#425B6B
(66,91,107)
#3C5261
(60,82,97)
#364957
(54,73,87)
#30404D
(48,64,77)
#2A3743
(42,55,67)
#242E39
(36,46,57)
#1E252F
(30,37,47)
#181C25
(24,28,37)
#12131B
(18,19,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #486475

#486475
(72,100,117)
#587281
(88,114,129)
#68808D
(104,128,141)
#788E99
(120,142,153)
#889CA5
(136,156,165)
#98AAB1
(152,170,177)
#A8B8BD
(168,184,189)
#B8C6C9
(184,198,201)
#C8D4D5
(200,212,213)
#D8E2E1
(216,226,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486475; }

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

This text font color is #486475.


Background Color

.myBgColor { background-color: #486475; }

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

This div background color is #486475.


Border color

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

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

This div border color is #486475.


Opacity

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

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

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

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

This text has shadow with #486475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486475 on black background.


Color preview on white background

This text has color #486475 on white background.



Black color preview on #486475 background

This text has black color on #486475 background.


White color preview on #486475 background

This text has white color on #486475 background.