COLOR #4D7BCD

HEX: #4D7BCD RGB: (77,123,205)

Color info

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

RGB color model

#4D7BCD color RGB value is (77,123,205).

RGB: (77,123,205) (30%, 48%, 80%)

RGB channels and saturation

R 77 of 255 = 30%
G 123 of 255 = 48%
B 205 of 255 = 80%

77
123
205

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

Portions of RGB colors in percentages

R + G + B = 77 + 123 + 205 = 405 (100%)
R 77 of 405 ~ 19.01%
G 123 of 405 ~ 30.37%
B 205 of 405 ~ 50.62'%

%19.01
%30.37
%50.62

CMYK color model

#4D7BCD color CMYK value is (62,40,0,20).

  • cyan value is 62.44%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (62,40,0,20)
C62M40Y0K20 (62%, 40%, 0%, 20%)
(0.62 / 0.40 / 0.00 / 0.20)

CMYK percentages

%62.44
%40
%0
%19.61

Codes

Color #4D7BCD in popluar color models

4D 7B CD
RGB 77 123 205
HSL 218° 56.14% 55.29%
HSB/HSV 218° 62.44% 80.39%
CMYK 62.44% 40.00% 0.00%
19.61%

Color #4D7BCD in popluar number systems.

HEX 4D 7B CD
Decimal 77 123 205
Binary 1001101 1111011 11001101
Octal 115 173 315

Shades and tints

Shades of #4D7BCD

#4D7BCD
(77,123,205)
#4670BB
(70,112,187)
#3F65A9
(63,101,169)
#385A97
(56,90,151)
#314F85
(49,79,133)
#2A4473
(42,68,115)
#233961
(35,57,97)
#1C2E4F
(28,46,79)
#15233D
(21,35,61)
#0E182B
(14,24,43)
#070D19
(7,13,25)
#000000
(0,0,0)

Tints of #4D7BCD

#4D7BCD
(77,123,205)
#5D87D1
(93,135,209)
#6D93D5
(109,147,213)
#7D9FD9
(125,159,217)
#8DABDD
(141,171,221)
#9DB7E1
(157,183,225)
#ADC3E5
(173,195,229)
#BDCFE9
(189,207,233)
#CDDBED
(205,219,237)
#DDE7F1
(221,231,241)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7BCD color. Also use rgb(77,123,205) instead hex code.

Text Font Color

.myTextColor { color: #4D7BCD; }

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

This text font color is #4D7BCD.

Background Color

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

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

This div background color is #4D7BCD.

Border color

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

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

This div border color is #4D7BCD.

Opacity

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

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

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

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

This text has shadow with #4D7BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7BCD.

Preview

Color preview on black background

This text has color #4D7BCD on black background.


Color preview on white background

This text has color #4D7BCD on white background.


Black color preview on #4D7BCD background

This text has black color on #4D7BCD background.


White color preview on #4D7BCD background

This text has white color on #4D7BCD background.


Related colors

Complementary color

Complementary color for #hex is #B28432.


I love getcolorcode.com

Triadic colors

1 #CD4D7B and #7BCD4D with #4D7BCD are triadic colors.

2 #CD7B4D and #7B4DCD with #4D7BCD are triadic colors.