COLOR #486274

HEX: #486274
RGB: (72,98,116)

Color info

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

RGB color model

#486274 color RGB value is (72,98,116).

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

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 116 of 255 = 45%

72
98
116

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 116 = 286 (100%)
R 72 of 286 ~ 25.17%
G 98 of 286 ~ 34.27%
B 116 of 286 ~ 40.56%

%25.17
%34.27
%40.56

CMYK color model

#486274 color CMYK value is (38,16,0,55).

  • cyan value is 37.93%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,16,0,55)
C38M16Y0K55 
(38%,16%,0%,55%)
(0.38/0.16/0.00/0.55)	

CMYK percentages

%37.93
%15.52
%0
%54.51

Codes

Color #486274 in popluar color models

486274
RGB7298116
HSL205°23.40%36.86%
HSB/HSV205°37.93%45.49%
CMYK37.93%15.52%0.00%
54.51%

Color #486274 in popluar number systems.

HEX486274
Decimal7298116
Binary100100011000101110100
Octal110142164

Shades and tints

Shades of #486274

#486274
(72,98,116)
#425A6A
(66,90,106)
#3C5260
(60,82,96)
#364A56
(54,74,86)
#30424C
(48,66,76)
#2A3A42
(42,58,66)
#243238
(36,50,56)
#1E2A2E
(30,42,46)
#182224
(24,34,36)
#121A1A
(18,26,26)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #486274

#486274
(72,98,116)
#587080
(88,112,128)
#687E8C
(104,126,140)
#788C98
(120,140,152)
#889AA4
(136,154,164)
#98A8B0
(152,168,176)
#A8B6BC
(168,182,188)
#B8C4C8
(184,196,200)
#C8D2D4
(200,210,212)
#D8E0E0
(216,224,224)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486274; }

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

This text font color is #486274.


Background Color

.myBgColor { background-color: #486274; }

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

This div background color is #486274.


Border color

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

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

This div border color is #486274.


Opacity

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

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

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

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

This text has shadow with #486274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486274 on black background.


Color preview on white background

This text has color #486274 on white background.



Black color preview on #486274 background

This text has black color on #486274 background.


White color preview on #486274 background

This text has white color on #486274 background.