COLOR #4775BC

HEX: #4775BC RGB: (71,117,188)

Color info

#4775BC contains mainly blue color. Web safe color of #4775BC is #3366CC (or #36C).

RGB color model

#4775BC color RGB value is (71,117,188).

RGB: (71,117,188) (28%, 46%, 74%)

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 188 of 255 = 74%

71
117
188

R + G + B ~ 49%. #4775BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 117 + 188 = 376 (100%)
R 71 of 376 ~ 18.88%
G 117 of 376 ~ 31.12%
B 188 of 376 ~ 50'%

%18.88
%31.12
%50

CMYK color model

#4775BC color CMYK value is (62,38,0,26).

  • cyan value is 62.23%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (62,38,0,26)
C62M38Y0K26 (62%, 38%, 0%, 26%)
(0.62 / 0.38 / 0.00 / 0.26)

CMYK percentages

%62.23
%37.77
%0
%26.27

Codes

Color #4775BC in popluar color models

47 75 BC
RGB 71 117 188
HSL 216° 46.61% 50.78%
HSB/HSV 216° 62.23% 73.73%
CMYK 62.23% 37.77% 0.00%
26.27%

Color #4775BC in popluar number systems.

HEX 47 75 BC
Decimal 71 117 188
Binary 1000111 1110101 10111100
Octal 107 165 274

Shades and tints

Shades of #4775BC

#4775BC
(71,117,188)
#416BAB
(65,107,171)
#3B619A
(59,97,154)
#355789
(53,87,137)
#2F4D78
(47,77,120)
#294367
(41,67,103)
#233956
(35,57,86)
#1D2F45
(29,47,69)
#172534
(23,37,52)
#111B23
(17,27,35)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #4775BC

#4775BC
(71,117,188)
#5781C2
(87,129,194)
#678DC8
(103,141,200)
#7799CE
(119,153,206)
#87A5D4
(135,165,212)
#97B1DA
(151,177,218)
#A7BDE0
(167,189,224)
#B7C9E6
(183,201,230)
#C7D5EC
(199,213,236)
#D7E1F2
(215,225,242)
#E7EDF8
(231,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4775BC color. Also use rgb(71,117,188) instead hex code.

Text Font Color

.myTextColor { color: #4775BC; }

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

This text font color is #4775BC.

Background Color

.myBgColor { background-color: #4775BC; }

<div style="background-color:#4775BC">Inner text</div>

This div background color is #4775BC.

Border color

.myBorderColor { border: 1px solid #4775BC; }

<div style="border:3px solid #4775BC">Div</div>

This div border color is #4775BC.

Opacity

.myOpacity80 { color: #4775BC; opacity: 0.8; }

<p style="color:#4775BC;opacity:0.8;">80%</p>

Text with #4775BC 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 #4775BC;}

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

This text has shadow with #4775BC color.


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

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

This text has shadow with #4775BC primary color and red secondary color.


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

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

This text has shadow with #4775BC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4775BC.

Preview

Color preview on black background

This text has color #4775BC on black background.


Color preview on white background

This text has color #4775BC on white background.


Black color preview on #4775BC background

This text has black color on #4775BC background.


White color preview on #4775BC background

This text has white color on #4775BC background.


Related colors

Complementary color

Complementary color for #hex is #B88A43.


I love getcolorcode.com

Triadic colors

1 #BC4775 and #75BC47 with #4775BC are triadic colors.

2 #BC7547 and #7547BC with #4775BC are triadic colors.