COLOR #486974

HEX: #486974
RGB: (72,105,116)

Color info

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

RGB color model

#486974 color RGB value is (72,105,116).

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

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 116 of 255 = 45%

72
105
116

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

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 116 = 293 (100%)
R 72 of 293 ~ 24.57%
G 105 of 293 ~ 35.84%
B 116 of 293 ~ 39.59%

%24.57
%35.84
%39.59

CMYK color model

#486974 color CMYK value is (38,9,0,55).

  • cyan value is 37.93%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,9,0,55)
C38M9Y0K55 
(38%,9%,0%,55%)
(0.38/0.09/0.00/0.55)	

CMYK percentages

%37.93
%9.48
%0
%54.51

Codes

Color #486974 in popluar color models

486974
RGB72105116
HSL195°23.40%36.86%
HSB/HSV195°37.93%45.49%
CMYK37.93%9.48%0.00%
54.51%

Color #486974 in popluar number systems.

HEX486974
Decimal72105116
Binary100100011010011110100
Octal110151164

Shades and tints

Shades of #486974

#486974
(72,105,116)
#42606A
(66,96,106)
#3C5760
(60,87,96)
#364E56
(54,78,86)
#30454C
(48,69,76)
#2A3C42
(42,60,66)
#243338
(36,51,56)
#1E2A2E
(30,42,46)
#182124
(24,33,36)
#12181A
(18,24,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #486974

#486974
(72,105,116)
#587680
(88,118,128)
#68838C
(104,131,140)
#789098
(120,144,152)
#889DA4
(136,157,164)
#98AAB0
(152,170,176)
#A8B7BC
(168,183,188)
#B8C4C8
(184,196,200)
#C8D1D4
(200,209,212)
#D8DEE0
(216,222,224)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486974; }

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

This text font color is #486974.


Background Color

.myBgColor { background-color: #486974; }

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

This div background color is #486974.


Border color

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

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

This div border color is #486974.


Opacity

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

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

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

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

This text has shadow with #486974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486974 on black background.


Color preview on white background

This text has color #486974 on white background.



Black color preview on #486974 background

This text has black color on #486974 background.


White color preview on #486974 background

This text has white color on #486974 background.