COLOR #474BBD

HEX: #474BBD RGB: (71,75,189)

Color info

#474BBD contains mainly blue color. Web safe color of #474BBD is #3333CC (or #33C).

RGB color model

#474BBD color RGB value is (71,75,189).

RGB: (71,75,189) (28%, 29%, 74%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 189 of 255 = 74%

71
75
189

R + G + B ~ 44%. #474BBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 75 + 189 = 335 (100%)
R 71 of 335 ~ 21.19%
G 75 of 335 ~ 22.39%
B 189 of 335 ~ 56.42'%

%21.19
%22.39
%56.42

CMYK color model

#474BBD color CMYK value is (62,60,0,26).

  • cyan value is 62.43%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (62,60,0,26)
C62M60Y0K26 (62%, 60%, 0%, 26%)
(0.62 / 0.60 / 0.00 / 0.26)

CMYK percentages

%62.43
%60.32
%0
%25.88

Codes

Color #474BBD in popluar color models

47 4B BD
RGB 71 75 189
HSL 238° 47.20% 50.98%
HSB/HSV 238° 62.43% 74.12%
CMYK 62.43% 60.32% 0.00%
25.88%

Color #474BBD in popluar number systems.

HEX 47 4B BD
Decimal 71 75 189
Binary 1000111 1001011 10111101
Octal 107 113 275

Shades and tints

Shades of #474BBD

#474BBD
(71,75,189)
#4145AC
(65,69,172)
#3B3F9B
(59,63,155)
#35398A
(53,57,138)
#2F3379
(47,51,121)
#292D68
(41,45,104)
#232757
(35,39,87)
#1D2146
(29,33,70)
#171B35
(23,27,53)
#111524
(17,21,36)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #474BBD

#474BBD
(71,75,189)
#575BC3
(87,91,195)
#676BC9
(103,107,201)
#777BCF
(119,123,207)
#878BD5
(135,139,213)
#979BDB
(151,155,219)
#A7ABE1
(167,171,225)
#B7BBE7
(183,187,231)
#C7CBED
(199,203,237)
#D7DBF3
(215,219,243)
#E7EBF9
(231,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474BBD; }

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

This text font color is #474BBD.

Background Color

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

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

This div background color is #474BBD.

Border color

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

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

This div border color is #474BBD.

Opacity

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

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

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

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

This text has shadow with #474BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474BBD.

Preview

Color preview on black background

This text has color #474BBD on black background.


Color preview on white background

This text has color #474BBD on white background.


Black color preview on #474BBD background

This text has black color on #474BBD background.


White color preview on #474BBD background

This text has white color on #474BBD background.


Related colors

Complementary color

Complementary color for #hex is #B8B442.


I love getcolorcode.com

Triadic colors

1 #BD474B and #4BBD47 with #474BBD are triadic colors.

2 #BD4B47 and #4B47BD with #474BBD are triadic colors.