COLOR #476275

HEX: #476275
RGB: (71,98,117)

Color info

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

RGB color model

#476275 color RGB value is (71,98,117).

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

RGB channels and saturation

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

71
98
117

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 117 = 286 (100%)
R 71 of 286 ~ 24.83%
G 98 of 286 ~ 34.27%
B 117 of 286 ~ 40.91%

%24.83
%34.27
%40.91

CMYK color model

#476275 color CMYK value is (39,16,0,54).

  • cyan value is 39.32%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,16,0,54)
C39M16Y0K54 
(39%,16%,0%,54%)
(0.39/0.16/0.00/0.54)	

CMYK percentages

%39.32
%16.24
%0
%54.12

Codes

Color #476275 in popluar color models

476275
RGB7198117
HSL205°24.47%36.86%
HSB/HSV205°39.32%45.88%
CMYK39.32%16.24%0.00%
54.12%

Color #476275 in popluar number systems.

HEX476275
Decimal7198117
Binary100011111000101110101
Octal107142165

Shades and tints

Shades of #476275

#476275
(71,98,117)
#415A6B
(65,90,107)
#3B5261
(59,82,97)
#354A57
(53,74,87)
#2F424D
(47,66,77)
#293A43
(41,58,67)
#233239
(35,50,57)
#1D2A2F
(29,42,47)
#172225
(23,34,37)
#111A1B
(17,26,27)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #476275

#476275
(71,98,117)
#577081
(87,112,129)
#677E8D
(103,126,141)
#778C99
(119,140,153)
#879AA5
(135,154,165)
#97A8B1
(151,168,177)
#A7B6BD
(167,182,189)
#B7C4C9
(183,196,201)
#C7D2D5
(199,210,213)
#D7E0E1
(215,224,225)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476275; }

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

This text font color is #476275.


Background Color

.myBgColor { background-color: #476275; }

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

This div background color is #476275.


Border color

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

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

This div border color is #476275.


Opacity

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

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

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

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

This text has shadow with #476275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476275 on black background.


Color preview on white background

This text has color #476275 on white background.



Black color preview on #476275 background

This text has black color on #476275 background.


White color preview on #476275 background

This text has white color on #476275 background.