COLOR #4775BD

HEX: #4775BD
RGB: (71,117,189)

Color info

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

RGB color model

#4775BD color RGB value is (71,117,189).

  • red value is 71;
  • green value is 117;
  • blue value is 189.
RGB:
(71,117,189)
(28%,46%,74%)

RGB channels and saturation

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

71
117
189

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

Portions of RGB colors in percentages

R + G + B =
71 + 117 + 189 = 377 (100%)
R 71 of 377 ~ 18.83%
G 117 of 377 ~ 31.03%
B 189 of 377 ~ 50.13%

%18.83
%31.03
%50.13

CMYK color model

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

  • cyan value is 62.43%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(62,38,0,26)
C62M38Y0K26 
(62%,38%,0%,26%)
(0.62/0.38/0.00/0.26)	

CMYK percentages

%62.43
%38.1
%0
%25.88

Codes

Color #4775BD in popluar color models

4775BD
RGB71117189
HSL217°47.20%50.98%
HSB/HSV217°62.43%74.12%
CMYK62.43%38.10%0.00%
25.88%

Color #4775BD in popluar number systems.

HEX4775BD
Decimal71117189
Binary1000111111010110111101
Octal107165275

Shades and tints

Shades of #4775BD

#4775BD
(71,117,189)
#416BAC
(65,107,172)
#3B619B
(59,97,155)
#35578A
(53,87,138)
#2F4D79
(47,77,121)
#294368
(41,67,104)
#233957
(35,57,87)
#1D2F46
(29,47,70)
#172535
(23,37,53)
#111B24
(17,27,36)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #4775BD

#4775BD
(71,117,189)
#5781C3
(87,129,195)
#678DC9
(103,141,201)
#7799CF
(119,153,207)
#87A5D5
(135,165,213)
#97B1DB
(151,177,219)
#A7BDE1
(167,189,225)
#B7C9E7
(183,201,231)
#C7D5ED
(199,213,237)
#D7E1F3
(215,225,243)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4775BD; }

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

This text font color is #4775BD.


Background Color

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

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

This div background color is #4775BD.


Border color

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

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

This div border color is #4775BD.


Opacity

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

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

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

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

This text has shadow with #4775BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4775BD on black background.


Color preview on white background

This text has color #4775BD on white background.



Black color preview on #4775BD background

This text has black color on #4775BD background.


White color preview on #4775BD background

This text has white color on #4775BD background.