COLOR #4D75BD

HEX: #4D75BD
RGB: (77,117,189)

Color info

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

RGB color model

#4D75BD color RGB value is (77,117,189).

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

RGB channels and saturation

R 77 of 255 = 30%
G 117 of 255 = 46%
B 189 of 255 = 74%

77
117
189

R + G + B ~ 50%. #4D75BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 117 + 189 = 383 (100%)
R 77 of 383 ~ 20.1%
G 117 of 383 ~ 30.55%
B 189 of 383 ~ 49.35%

%20.1
%30.55
%49.35

CMYK color model

#4D75BD color CMYK value is (59,38,0,26).

  • cyan value is 59.26%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(59,38,0,26)
C59M38Y0K26 
(59%,38%,0%,26%)
(0.59/0.38/0.00/0.26)	

CMYK percentages

%59.26
%38.1
%0
%25.88

Codes

Color #4D75BD in popluar color models

4D75BD
RGB77117189
HSL219°45.90%52.16%
HSB/HSV219°59.26%74.12%
CMYK59.26%38.10%0.00%
25.88%

Color #4D75BD in popluar number systems.

HEX4D75BD
Decimal77117189
Binary1001101111010110111101
Octal115165275

Shades and tints

Shades of #4D75BD

#4D75BD
(77,117,189)
#466BAC
(70,107,172)
#3F619B
(63,97,155)
#38578A
(56,87,138)
#314D79
(49,77,121)
#2A4368
(42,67,104)
#233957
(35,57,87)
#1C2F46
(28,47,70)
#152535
(21,37,53)
#0E1B24
(14,27,36)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #4D75BD

#4D75BD
(77,117,189)
#5D81C3
(93,129,195)
#6D8DC9
(109,141,201)
#7D99CF
(125,153,207)
#8DA5D5
(141,165,213)
#9DB1DB
(157,177,219)
#ADBDE1
(173,189,225)
#BDC9E7
(189,201,231)
#CDD5ED
(205,213,237)
#DDE1F3
(221,225,243)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D75BD color. Also use rgb(77,117,189) instead hex code.

Text Font Color

.myTextColor { color: #4D75BD; }

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

This text font color is #4D75BD.


Background Color

.myBgColor { background-color: #4D75BD; }

<div style="background-color:#4D75BD">Inner text</div>

This div background color is #4D75BD.


Border color

.myBorderColor { border: 1px solid #4D75BD; }

<div style="border:3px solid #4D75BD">Div</div>

This div border color is #4D75BD.


Opacity

.myOpacity80 { color: #4D75BD; opacity: 0.8; }

<p style="color:#4D75BD;opacity:0.8;">80%</p>

Text with #4D75BD 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 #4D75BD;}

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

This text has shadow with #4D75BD color.

.textShadow {text-shadow: 3px 3px 1px #4D75BD, 3px 3px 1px red;}

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

This text has shadow with #4D75BD primary color and red secondary color.


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

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

This text has shadow with #4D75BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D75BD on black background.


Color preview on white background

This text has color #4D75BD on white background.



Black color preview on #4D75BD background

This text has black color on #4D75BD background.


White color preview on #4D75BD background

This text has white color on #4D75BD background.