COLOR #474B65

HEX: #474B65 RGB: (71,75,101)

Color info

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

RGB color model

#474B65 color RGB value is (71,75,101).

RGB: (71,75,101) (28%, 29%, 40%)

RGB channels and saturation

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

71
75
101

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

Portions of RGB colors in percentages

R + G + B = 71 + 75 + 101 = 247 (100%)
R 71 of 247 ~ 28.74%
G 75 of 247 ~ 30.36%
B 101 of 247 ~ 40.89'%

%28.74
%30.36
%40.89

CMYK color model

#474B65 color CMYK value is (30,26,0,60).

  • cyan value is 29.70%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (30,26,0,60) C30M26Y0K60 (30%,26%,0%,60%) (0.30/0.26/0.00/0.60) 

CMYK percentages

%29.7
%25.74
%0
%60.39

Codes

Color #474B65 in popluar color models

47 4B 65
RGB 71 75 101
HSL 232° 17.44% 33.73%
HSB/HSV 232° 29.70% 39.61%
CMYK 29.70% 25.74% 0.00%
60.39%

Color #474B65 in popluar number systems.

HEX 47 4B 65
Decimal 71 75 101
Binary 1000111 1001011 1100101
Octal 107 113 145

Shades and tints

Shades of #474B65

#474B65
(71,75,101)
#41455C
(65,69,92)
#3B3F53
(59,63,83)
#35394A
(53,57,74)
#2F3341
(47,51,65)
#292D38
(41,45,56)
#23272F
(35,39,47)
#1D2126
(29,33,38)
#171B1D
(23,27,29)
#111514
(17,21,20)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #474B65

#474B65
(71,75,101)
#575B73
(87,91,115)
#676B81
(103,107,129)
#777B8F
(119,123,143)
#878B9D
(135,139,157)
#979BAB
(151,155,171)
#A7ABB9
(167,171,185)
#B7BBC7
(183,187,199)
#C7CBD5
(199,203,213)
#D7DBE3
(215,219,227)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B65; }

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

This text font color is #474B65.

Background Color

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

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

This div background color is #474B65.

Border color

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

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

This div border color is #474B65.

Opacity

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

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

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

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

This text has shadow with #474B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474B65.

Preview

Color preview on black background

This text has color #474B65 on black background.


Color preview on white background

This text has color #474B65 on white background.


Black color preview on #474B65 background

This text has black color on #474B65 background.


White color preview on #474B65 background

This text has white color on #474B65 background.


Related colors

Complementary color

Complementary color for #hex is #B8B49A.


I love getcolorcode.com

Triadic colors

1 #65474B and #4B6547 with #474B65 are triadic colors.

2 #654B47 and #4B4765 with #474B65 are triadic colors.