COLOR #474B5D

HEX: #474B5D RGB: (71,75,93)

Color info

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

RGB color model

#474B5D color RGB value is (71,75,93).

RGB: (71,75,93) (28%, 29%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 93 of 255 = 36%

71
75
93

R + G + B ~ 31%. #474B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 75 + 93 = 239 (100%)
R 71 of 239 ~ 29.71%
G 75 of 239 ~ 31.38%
B 93 of 239 ~ 38.91'%

%29.71
%31.38
%38.91

CMYK color model

#474B5D color CMYK value is (24,19,0,64).

  • cyan value is 23.66%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (24,19,0,64)
C24M19Y0K64 (24%, 19%, 0%, 64%)
(0.24 / 0.19 / 0.00 / 0.64)

CMYK percentages

%23.66
%19.35
%0
%63.53

Codes

Color #474B5D in popluar color models

47 4B 5D
RGB 71 75 93
HSL 229° 13.41% 32.16%
HSB/HSV 229° 23.66% 36.47%
CMYK 23.66% 19.35% 0.00%
63.53%

Color #474B5D in popluar number systems.

HEX 47 4B 5D
Decimal 71 75 93
Binary 1000111 1001011 1011101
Octal 107 113 135

Shades and tints

Shades of #474B5D

#474B5D
(71,75,93)
#414555
(65,69,85)
#3B3F4D
(59,63,77)
#353945
(53,57,69)
#2F333D
(47,51,61)
#292D35
(41,45,53)
#23272D
(35,39,45)
#1D2125
(29,33,37)
#171B1D
(23,27,29)
#111515
(17,21,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #474B5D

#474B5D
(71,75,93)
#575B6B
(87,91,107)
#676B79
(103,107,121)
#777B87
(119,123,135)
#878B95
(135,139,149)
#979BA3
(151,155,163)
#A7ABB1
(167,171,177)
#B7BBBF
(183,187,191)
#C7CBCD
(199,203,205)
#D7DBDB
(215,219,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B5D; }

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

This text font color is #474B5D.

Background Color

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

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

This div background color is #474B5D.

Border color

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

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

This div border color is #474B5D.

Opacity

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

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

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

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

This text has shadow with #474B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474B5D.

Preview

Color preview on black background

This text has color #474B5D on black background.


Color preview on white background

This text has color #474B5D on white background.


Black color preview on #474B5D background

This text has black color on #474B5D background.


White color preview on #474B5D background

This text has white color on #474B5D background.


Related colors

Complementary color

Complementary color for #hex is #B8B4A2.


I love getcolorcode.com

Triadic colors

1 #5D474B and #4B5D47 with #474B5D are triadic colors.

2 #5D4B47 and #4B475D with #474B5D are triadic colors.