COLOR #474F68

HEX: #474F68
RGB: (71,79,104)

Color info

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

RGB color model

#474F68 color RGB value is (71,79,104).

  • red value is 71;
  • green value is 79;
  • blue value is 104.
RGB:
(71,79,104)
(28%,31%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 79 of 255 = 31%
B 104 of 255 = 41%

71
79
104

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

Portions of RGB colors in percentages

R + G + B =
71 + 79 + 104 = 254 (100%)
R 71 of 254 ~ 27.95%
G 79 of 254 ~ 31.1%
B 104 of 254 ~ 40.94%

%27.95
%31.1
%40.94

CMYK color model

#474F68 color CMYK value is (32,24,0,59).

  • cyan value is 31.73%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,24,0,59)
C32M24Y0K59 
(32%,24%,0%,59%)
(0.32/0.24/0.00/0.59)	

CMYK percentages

%31.73
%24.04
%0
%59.22

Codes

Color #474F68 in popluar color models

474F68
RGB7179104
HSL225°18.86%34.31%
HSB/HSV225°31.73%40.78%
CMYK31.73%24.04%0.00%
59.22%

Color #474F68 in popluar number systems.

HEX474F68
Decimal7179104
Binary100011110011111101000
Octal107117150

Shades and tints

Shades of #474F68

#474F68
(71,79,104)
#41485F
(65,72,95)
#3B4156
(59,65,86)
#353A4D
(53,58,77)
#2F3344
(47,51,68)
#292C3B
(41,44,59)
#232532
(35,37,50)
#1D1E29
(29,30,41)
#171720
(23,23,32)
#111017
(17,16,23)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #474F68

#474F68
(71,79,104)
#575F75
(87,95,117)
#676F82
(103,111,130)
#777F8F
(119,127,143)
#878F9C
(135,143,156)
#979FA9
(151,159,169)
#A7AFB6
(167,175,182)
#B7BFC3
(183,191,195)
#C7CFD0
(199,207,208)
#D7DFDD
(215,223,221)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F68 color. Also use rgb(71,79,104) instead hex code.

Text Font Color

.myTextColor { color: #474F68; }

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

This text font color is #474F68.


Background Color

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

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

This div background color is #474F68.


Border color

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

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

This div border color is #474F68.


Opacity

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

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

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

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

This text has shadow with #474F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F68 on black background.


Color preview on white background

This text has color #474F68 on white background.



Black color preview on #474F68 background

This text has black color on #474F68 background.


White color preview on #474F68 background

This text has white color on #474F68 background.