COLOR #474F8C

HEX: #474F8C RGB: (71,79,140)

Color info

#474F8C contains mainly blue color. Web safe color of #474F8C is #336699 (or #369).

RGB color model

#474F8C color RGB value is (71,79,140).

RGB: (71,79,140) (28%, 31%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 79 of 255 = 31%
B 140 of 255 = 55%

71
79
140

R + G + B ~ 38%. #474F8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 79 + 140 = 290 (100%)
R 71 of 290 ~ 24.48%
G 79 of 290 ~ 27.24%
B 140 of 290 ~ 48.28'%

%24.48
%27.24
%48.28

CMYK color model

#474F8C color CMYK value is (49,44,0,45).

  • cyan value is 49.29%
  • magenta value is 43.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (49,44,0,45)
C49M44Y0K45 (49%, 44%, 0%, 45%)
(0.49 / 0.44 / 0.00 / 0.45)

CMYK percentages

%49.29
%43.57
%0
%45.1

Codes

Color #474F8C in popluar color models

47 4F 8C
RGB 71 79 140
HSL 233° 32.70% 41.37%
HSB/HSV 233° 49.29% 54.90%
CMYK 49.29% 43.57% 0.00%
45.10%

Color #474F8C in popluar number systems.

HEX 47 4F 8C
Decimal 71 79 140
Binary 1000111 1001111 10001100
Octal 107 117 214

Shades and tints

Shades of #474F8C

#474F8C
(71,79,140)
#414880
(65,72,128)
#3B4174
(59,65,116)
#353A68
(53,58,104)
#2F335C
(47,51,92)
#292C50
(41,44,80)
#232544
(35,37,68)
#1D1E38
(29,30,56)
#17172C
(23,23,44)
#111020
(17,16,32)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #474F8C

#474F8C
(71,79,140)
#575F96
(87,95,150)
#676FA0
(103,111,160)
#777FAA
(119,127,170)
#878FB4
(135,143,180)
#979FBE
(151,159,190)
#A7AFC8
(167,175,200)
#B7BFD2
(183,191,210)
#C7CFDC
(199,207,220)
#D7DFE6
(215,223,230)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F8C; }

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

This text font color is #474F8C.

Background Color

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

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

This div background color is #474F8C.

Border color

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

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

This div border color is #474F8C.

Opacity

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

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

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

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

This text has shadow with #474F8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474F8C.

Preview

Color preview on black background

This text has color #474F8C on black background.


Color preview on white background

This text has color #474F8C on white background.


Black color preview on #474F8C background

This text has black color on #474F8C background.


White color preview on #474F8C background

This text has white color on #474F8C background.


Related colors

Complementary color

Complementary color for #hex is #B8B073.


I love getcolorcode.com

Triadic colors

1 #8C474F and #4F8C47 with #474F8C are triadic colors.

2 #8C4F47 and #4F478C with #474F8C are triadic colors.