COLOR #474F83

HEX: #474F83 RGB: (71,79,131)

Color info

#474F83 contains mainly green and blue colors. Web safe color of #474F83 is #336699 (or #369).

RGB color model

#474F83 color RGB value is (71,79,131).

RGB: (71,79,131) (28%, 31%, 51%)

RGB channels and saturation

R 71 of 255 = 28%
G 79 of 255 = 31%
B 131 of 255 = 51%

71
79
131

R + G + B ~ 37%. #474F83 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 79 + 131 = 281 (100%)
R 71 of 281 ~ 25.27%
G 79 of 281 ~ 28.11%
B 131 of 281 ~ 46.62'%

%25.27
%28.11
%46.62

CMYK color model

#474F83 color CMYK value is (46,40,0,49).

  • cyan value is 45.80%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (46,40,0,49) C46M40Y0K49 (46%,40%,0%,49%) (0.46/0.40/0.00/0.49) 

CMYK percentages

%45.8
%39.69
%0
%48.63

Codes

Color #474F83 in popluar color models

47 4F 83
RGB 71 79 131
HSL 232° 29.70% 39.61%
HSB/HSV 232° 45.80% 51.37%
CMYK 45.80% 39.69% 0.00%
48.63%

Color #474F83 in popluar number systems.

HEX 47 4F 83
Decimal 71 79 131
Binary 1000111 1001111 10000011
Octal 107 117 203

Shades and tints

Shades of #474F83

#474F83
(71,79,131)
#414878
(65,72,120)
#3B416D
(59,65,109)
#353A62
(53,58,98)
#2F3357
(47,51,87)
#292C4C
(41,44,76)
#232541
(35,37,65)
#1D1E36
(29,30,54)
#17172B
(23,23,43)
#111020
(17,16,32)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #474F83

#474F83
(71,79,131)
#575F8E
(87,95,142)
#676F99
(103,111,153)
#777FA4
(119,127,164)
#878FAF
(135,143,175)
#979FBA
(151,159,186)
#A7AFC5
(167,175,197)
#B7BFD0
(183,191,208)
#C7CFDB
(199,207,219)
#D7DFE6
(215,223,230)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F83 color. Also use rgb(71,79,131) instead hex code.

Text Font Color

.myTextColor { color: #474F83; }

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

This text font color is #474F83.

Background Color

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

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

This div background color is #474F83.

Border color

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

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

This div border color is #474F83.

Opacity

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

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

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

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

This text has shadow with #474F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474F83.

Preview

Color preview on black background

This text has color #474F83 on black background.


Color preview on white background

This text has color #474F83 on white background.


Black color preview on #474F83 background

This text has black color on #474F83 background.


White color preview on #474F83 background

This text has white color on #474F83 background.


Related colors

Complementary color

Complementary color for #hex is #B8B07C.


I love getcolorcode.com

Triadic colors

1 #83474F and #4F8347 with #474F83 are triadic colors.

2 #834F47 and #4F4783 with #474F83 are triadic colors.