COLOR #474E66

HEX: #474E66 RGB: (71,78,102)

Color info

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

RGB color model

#474E66 color RGB value is (71,78,102).

RGB: (71,78,102) (28%, 31%, 40%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 102 of 255 = 40%

71
78
102

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

Portions of RGB colors in percentages

R + G + B = 71 + 78 + 102 = 251 (100%)
R 71 of 251 ~ 28.29%
G 78 of 251 ~ 31.08%
B 102 of 251 ~ 40.64'%

%28.29
%31.08
%40.64

CMYK color model

#474E66 color CMYK value is (30,24,0,60).

  • cyan value is 30.39%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (30,24,0,60)
C30M24Y0K60 (30%, 24%, 0%, 60%)
(0.30 / 0.24 / 0.00 / 0.60)

CMYK percentages

%30.39
%23.53
%0
%60

Codes

Color #474E66 in popluar color models

47 4E 66
RGB 71 78 102
HSL 226° 17.92% 33.92%
HSB/HSV 226° 30.39% 40.00%
CMYK 30.39% 23.53% 0.00%
60.00%

Color #474E66 in popluar number systems.

HEX 47 4E 66
Decimal 71 78 102
Binary 1000111 1001110 1100110
Octal 107 116 146

Shades and tints

Shades of #474E66

#474E66
(71,78,102)
#41475D
(65,71,93)
#3B4054
(59,64,84)
#35394B
(53,57,75)
#2F3242
(47,50,66)
#292B39
(41,43,57)
#232430
(35,36,48)
#1D1D27
(29,29,39)
#17161E
(23,22,30)
#110F15
(17,15,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #474E66

#474E66
(71,78,102)
#575E73
(87,94,115)
#676E80
(103,110,128)
#777E8D
(119,126,141)
#878E9A
(135,142,154)
#979EA7
(151,158,167)
#A7AEB4
(167,174,180)
#B7BEC1
(183,190,193)
#C7CECE
(199,206,206)
#D7DEDB
(215,222,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E66 color. Also use rgb(71,78,102) instead hex code.

Text Font Color

.myTextColor { color: #474E66; }

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

This text font color is #474E66.

Background Color

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

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

This div background color is #474E66.

Border color

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

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

This div border color is #474E66.

Opacity

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

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

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

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

This text has shadow with #474E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474E66.

Preview

Color preview on black background

This text has color #474E66 on black background.


Color preview on white background

This text has color #474E66 on white background.


Black color preview on #474E66 background

This text has black color on #474E66 background.


White color preview on #474E66 background

This text has white color on #474E66 background.


Related colors

Complementary color

Complementary color for #hex is #B8B199.


I love getcolorcode.com

Triadic colors

1 #66474E and #4E6647 with #474E66 are triadic colors.

2 #664E47 and #4E4766 with #474E66 are triadic colors.