COLOR #474A65

HEX: #474A65
RGB: (71,74,101)

Color info

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

RGB color model

#474A65 color RGB value is (71,74,101).

  • red value is 71;
  • green value is 74;
  • blue value is 101.
RGB:
(71,74,101)
(28%,29%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 101 of 255 = 40%

71
74
101

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 101 = 246 (100%)
R 71 of 246 ~ 28.86%
G 74 of 246 ~ 30.08%
B 101 of 246 ~ 41.06%

%28.86
%30.08
%41.06

CMYK color model

#474A65 color CMYK value is (30,27,0,60).

  • cyan value is 29.70%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(30,27,0,60)
C30M27Y0K60 
(30%,27%,0%,60%)
(0.30/0.27/0.00/0.60)	

CMYK percentages

%29.7
%26.73
%0
%60.39

Codes

Color #474A65 in popluar color models

474A65
RGB7174101
HSL234°17.44%33.73%
HSB/HSV234°29.70%39.61%
CMYK29.70%26.73%0.00%
60.39%

Color #474A65 in popluar number systems.

HEX474A65
Decimal7174101
Binary100011110010101100101
Octal107112145

Shades and tints

Shades of #474A65

#474A65
(71,74,101)
#41445C
(65,68,92)
#3B3E53
(59,62,83)
#35384A
(53,56,74)
#2F3241
(47,50,65)
#292C38
(41,44,56)
#23262F
(35,38,47)
#1D2026
(29,32,38)
#171A1D
(23,26,29)
#111414
(17,20,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #474A65

#474A65
(71,74,101)
#575A73
(87,90,115)
#676A81
(103,106,129)
#777A8F
(119,122,143)
#878A9D
(135,138,157)
#979AAB
(151,154,171)
#A7AAB9
(167,170,185)
#B7BAC7
(183,186,199)
#C7CAD5
(199,202,213)
#D7DAE3
(215,218,227)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A65 color. Also use rgb(71,74,101) instead hex code.

Text Font Color

.myTextColor { color: #474A65; }

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

This text font color is #474A65.


Background Color

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

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

This div background color is #474A65.


Border color

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

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

This div border color is #474A65.


Opacity

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

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

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

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

This text has shadow with #474A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A65 on black background.


Color preview on white background

This text has color #474A65 on white background.



Black color preview on #474A65 background

This text has black color on #474A65 background.


White color preview on #474A65 background

This text has white color on #474A65 background.