COLOR #486975

HEX: #486975
RGB: (72,105,117)

Color info

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

RGB color model

#486975 color RGB value is (72,105,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 117 of 255 = 46%

72
105
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 117 = 294 (100%)
R 72 of 294 ~ 24.49%
G 105 of 294 ~ 35.71%
B 117 of 294 ~ 39.8%

%24.49
%35.71
%39.8

CMYK color model

#486975 color CMYK value is (38,10,0,54).

  • cyan value is 38.46%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,10,0,54)
C38M10Y0K54 
(38%,10%,0%,54%)
(0.38/0.10/0.00/0.54)	

CMYK percentages

%38.46
%10.26
%0
%54.12

Codes

Color #486975 in popluar color models

486975
RGB72105117
HSL196°23.81%37.06%
HSB/HSV196°38.46%45.88%
CMYK38.46%10.26%0.00%
54.12%

Color #486975 in popluar number systems.

HEX486975
Decimal72105117
Binary100100011010011110101
Octal110151165

Shades and tints

Shades of #486975

#486975
(72,105,117)
#42606B
(66,96,107)
#3C5761
(60,87,97)
#364E57
(54,78,87)
#30454D
(48,69,77)
#2A3C43
(42,60,67)
#243339
(36,51,57)
#1E2A2F
(30,42,47)
#182125
(24,33,37)
#12181B
(18,24,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #486975

#486975
(72,105,117)
#587681
(88,118,129)
#68838D
(104,131,141)
#789099
(120,144,153)
#889DA5
(136,157,165)
#98AAB1
(152,170,177)
#A8B7BD
(168,183,189)
#B8C4C9
(184,196,201)
#C8D1D5
(200,209,213)
#D8DEE1
(216,222,225)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486975; }

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

This text font color is #486975.


Background Color

.myBgColor { background-color: #486975; }

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

This div background color is #486975.


Border color

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

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

This div border color is #486975.


Opacity

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

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

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

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

This text has shadow with #486975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486975 on black background.


Color preview on white background

This text has color #486975 on white background.



Black color preview on #486975 background

This text has black color on #486975 background.


White color preview on #486975 background

This text has white color on #486975 background.