COLOR #486275

HEX: #486275
RGB: (72,98,117)

Color info

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

RGB color model

#486275 color RGB value is (72,98,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 117 of 255 = 46%

72
98
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 117 = 287 (100%)
R 72 of 287 ~ 25.09%
G 98 of 287 ~ 34.15%
B 117 of 287 ~ 40.77%

%25.09
%34.15
%40.77

CMYK color model

#486275 color CMYK value is (38,16,0,54).

  • cyan value is 38.46%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,16,0,54)
C38M16Y0K54 
(38%,16%,0%,54%)
(0.38/0.16/0.00/0.54)	

CMYK percentages

%38.46
%16.24
%0
%54.12

Codes

Color #486275 in popluar color models

486275
RGB7298117
HSL205°23.81%37.06%
HSB/HSV205°38.46%45.88%
CMYK38.46%16.24%0.00%
54.12%

Color #486275 in popluar number systems.

HEX486275
Decimal7298117
Binary100100011000101110101
Octal110142165

Shades and tints

Shades of #486275

#486275
(72,98,117)
#425A6B
(66,90,107)
#3C5261
(60,82,97)
#364A57
(54,74,87)
#30424D
(48,66,77)
#2A3A43
(42,58,67)
#243239
(36,50,57)
#1E2A2F
(30,42,47)
#182225
(24,34,37)
#121A1B
(18,26,27)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #486275

#486275
(72,98,117)
#587081
(88,112,129)
#687E8D
(104,126,141)
#788C99
(120,140,153)
#889AA5
(136,154,165)
#98A8B1
(152,168,177)
#A8B6BD
(168,182,189)
#B8C4C9
(184,196,201)
#C8D2D5
(200,210,213)
#D8E0E1
(216,224,225)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486275; }

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

This text font color is #486275.


Background Color

.myBgColor { background-color: #486275; }

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

This div background color is #486275.


Border color

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

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

This div border color is #486275.


Opacity

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

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

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

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

This text has shadow with #486275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486275 on black background.


Color preview on white background

This text has color #486275 on white background.



Black color preview on #486275 background

This text has black color on #486275 background.


White color preview on #486275 background

This text has white color on #486275 background.