COLOR #486471

HEX: #486471
RGB: (72,100,113)

Color info

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

RGB color model

#486471 color RGB value is (72,100,113).

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

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 113 of 255 = 44%

72
100
113

R + G + B ~ 37%. #486471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 113 = 285 (100%)
R 72 of 285 ~ 25.26%
G 100 of 285 ~ 35.09%
B 113 of 285 ~ 39.65%

%25.26
%35.09
%39.65

CMYK color model

#486471 color CMYK value is (36,12,0,56).

  • cyan value is 36.28%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,12,0,56)
C36M12Y0K56 
(36%,12%,0%,56%)
(0.36/0.12/0.00/0.56)	

CMYK percentages

%36.28
%11.5
%0
%55.69

Codes

Color #486471 in popluar color models

486471
RGB72100113
HSL199°22.16%36.27%
HSB/HSV199°36.28%44.31%
CMYK36.28%11.50%0.00%
55.69%

Color #486471 in popluar number systems.

HEX486471
Decimal72100113
Binary100100011001001110001
Octal110144161

Shades and tints

Shades of #486471

#486471
(72,100,113)
#425B67
(66,91,103)
#3C525D
(60,82,93)
#364953
(54,73,83)
#304049
(48,64,73)
#2A373F
(42,55,63)
#242E35
(36,46,53)
#1E252B
(30,37,43)
#181C21
(24,28,33)
#121317
(18,19,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #486471

#486471
(72,100,113)
#58727D
(88,114,125)
#688089
(104,128,137)
#788E95
(120,142,149)
#889CA1
(136,156,161)
#98AAAD
(152,170,173)
#A8B8B9
(168,184,185)
#B8C6C5
(184,198,197)
#C8D4D1
(200,212,209)
#D8E2DD
(216,226,221)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486471; }

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

This text font color is #486471.


Background Color

.myBgColor { background-color: #486471; }

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

This div background color is #486471.


Border color

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

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

This div border color is #486471.


Opacity

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

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

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

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

This text has shadow with #486471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486471 on black background.


Color preview on white background

This text has color #486471 on white background.



Black color preview on #486471 background

This text has black color on #486471 background.


White color preview on #486471 background

This text has white color on #486471 background.