COLOR #474962

HEX: #474962
RGB: (71,73,98)

Color info

#474962 contains red, green and blue colors in about the same proportion. Web safe color of #474962 is #333366 (or #336).

RGB color model

#474962 color RGB value is (71,73,98).

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

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 98 of 255 = 38%

71
73
98

R + G + B ~ 32%. #474962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 98 = 242 (100%)
R 71 of 242 ~ 29.34%
G 73 of 242 ~ 30.17%
B 98 of 242 ~ 40.5%

%29.34
%30.17
%40.5

CMYK color model

#474962 color CMYK value is (28,26,0,62).

  • cyan value is 27.55%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(28,26,0,62)
C28M26Y0K62 
(28%,26%,0%,62%)
(0.28/0.26/0.00/0.62)	

CMYK percentages

%27.55
%25.51
%0
%61.57

Codes

Color #474962 in popluar color models

474962
RGB717398
HSL236°15.98%33.14%
HSB/HSV236°27.55%38.43%
CMYK27.55%25.51%0.00%
61.57%

Color #474962 in popluar number systems.

HEX474962
Decimal717398
Binary100011110010011100010
Octal107111142

Shades and tints

Shades of #474962

#474962
(71,73,98)
#41435A
(65,67,90)
#3B3D52
(59,61,82)
#35374A
(53,55,74)
#2F3142
(47,49,66)
#292B3A
(41,43,58)
#232532
(35,37,50)
#1D1F2A
(29,31,42)
#171922
(23,25,34)
#11131A
(17,19,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #474962

#474962
(71,73,98)
#575970
(87,89,112)
#67697E
(103,105,126)
#77798C
(119,121,140)
#87899A
(135,137,154)
#9799A8
(151,153,168)
#A7A9B6
(167,169,182)
#B7B9C4
(183,185,196)
#C7C9D2
(199,201,210)
#D7D9E0
(215,217,224)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474962; }

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

This text font color is #474962.


Background Color

.myBgColor { background-color: #474962; }

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

This div background color is #474962.


Border color

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

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

This div border color is #474962.


Opacity

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

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

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

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

This text has shadow with #474962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474962 on black background.


Color preview on white background

This text has color #474962 on white background.



Black color preview on #474962 background

This text has black color on #474962 background.


White color preview on #474962 background

This text has white color on #474962 background.