COLOR #474E63

HEX: #474E63
RGB: (71,78,99)

Color info

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

RGB color model

#474E63 color RGB value is (71,78,99).

  • red value is 71;
  • green value is 78;
  • blue value is 99.
RGB:
(71,78,99)
(28%,31%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 99 of 255 = 39%

71
78
99

R + G + B ~ 33%. #474E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 99 = 248 (100%)
R 71 of 248 ~ 28.63%
G 78 of 248 ~ 31.45%
B 99 of 248 ~ 39.92%

%28.63
%31.45
%39.92

CMYK color model

#474E63 color CMYK value is (28,21,0,61).

  • cyan value is 28.28%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(28,21,0,61)
C28M21Y0K61 
(28%,21%,0%,61%)
(0.28/0.21/0.00/0.61)	

CMYK percentages

%28.28
%21.21
%0
%61.18

Codes

Color #474E63 in popluar color models

474E63
RGB717899
HSL225°16.47%33.33%
HSB/HSV225°28.28%38.82%
CMYK28.28%21.21%0.00%
61.18%

Color #474E63 in popluar number systems.

HEX474E63
Decimal717899
Binary100011110011101100011
Octal107116143

Shades and tints

Shades of #474E63

#474E63
(71,78,99)
#41475A
(65,71,90)
#3B4051
(59,64,81)
#353948
(53,57,72)
#2F323F
(47,50,63)
#292B36
(41,43,54)
#23242D
(35,36,45)
#1D1D24
(29,29,36)
#17161B
(23,22,27)
#110F12
(17,15,18)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474E63

#474E63
(71,78,99)
#575E71
(87,94,113)
#676E7F
(103,110,127)
#777E8D
(119,126,141)
#878E9B
(135,142,155)
#979EA9
(151,158,169)
#A7AEB7
(167,174,183)
#B7BEC5
(183,190,197)
#C7CED3
(199,206,211)
#D7DEE1
(215,222,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E63 color. Also use rgb(71,78,99) instead hex code.

Text Font Color

.myTextColor { color: #474E63; }

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

This text font color is #474E63.


Background Color

.myBgColor { background-color: #474E63; }

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

This div background color is #474E63.


Border color

.myBorderColor { border: 1px solid #474E63; }

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

This div border color is #474E63.


Opacity

.myOpacity80 { color: #474E63; opacity: 0.8; }

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

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

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

This text has shadow with #474E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E63 on black background.


Color preview on white background

This text has color #474E63 on white background.



Black color preview on #474E63 background

This text has black color on #474E63 background.


White color preview on #474E63 background

This text has white color on #474E63 background.