COLOR #4D64BF

HEX: #4D64BF RGB: (77,100,191)

Color info

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

RGB color model

#4D64BF color RGB value is (77,100,191).

RGB: (77,100,191) (30%, 39%, 75%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 191 of 255 = 75%

77
100
191

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

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 191 = 368 (100%)
R 77 of 368 ~ 20.92%
G 100 of 368 ~ 27.17%
B 191 of 368 ~ 51.9'%

%20.92
%27.17
%51.9

CMYK color model

#4D64BF color CMYK value is (60,48,0,25).

  • cyan value is 59.69%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (60,48,0,25)
C60M48Y0K25 (60%, 48%, 0%, 25%)
(0.60 / 0.48 / 0.00 / 0.25)

CMYK percentages

%59.69
%47.64
%0
%25.1

Codes

Color #4D64BF in popluar color models

4D 64 BF
RGB 77 100 191
HSL 228° 47.11% 52.55%
HSB/HSV 228° 59.69% 74.90%
CMYK 59.69% 47.64% 0.00%
25.10%

Color #4D64BF in popluar number systems.

HEX 4D 64 BF
Decimal 77 100 191
Binary 1001101 1100100 10111111
Octal 115 144 277

Shades and tints

Shades of #4D64BF

#4D64BF
(77,100,191)
#465BAE
(70,91,174)
#3F529D
(63,82,157)
#38498C
(56,73,140)
#31407B
(49,64,123)
#2A376A
(42,55,106)
#232E59
(35,46,89)
#1C2548
(28,37,72)
#151C37
(21,28,55)
#0E1326
(14,19,38)
#070A15
(7,10,21)
#000000
(0,0,0)

Tints of #4D64BF

#4D64BF
(77,100,191)
#5D72C4
(93,114,196)
#6D80C9
(109,128,201)
#7D8ECE
(125,142,206)
#8D9CD3
(141,156,211)
#9DAAD8
(157,170,216)
#ADB8DD
(173,184,221)
#BDC6E2
(189,198,226)
#CDD4E7
(205,212,231)
#DDE2EC
(221,226,236)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D64BF color. Also use rgb(77,100,191) instead hex code.

Text Font Color

.myTextColor { color: #4D64BF; }

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

This text font color is #4D64BF.

Background Color

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

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

This div background color is #4D64BF.

Border color

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

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

This div border color is #4D64BF.

Opacity

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

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

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

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

This text has shadow with #4D64BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D64BF.

Preview

Color preview on black background

This text has color #4D64BF on black background.


Color preview on white background

This text has color #4D64BF on white background.


Black color preview on #4D64BF background

This text has black color on #4D64BF background.


White color preview on #4D64BF background

This text has white color on #4D64BF background.


Related colors

Complementary color

Complementary color for #hex is #B29B40.


I love getcolorcode.com

Triadic colors

1 #BF4D64 and #64BF4D with #4D64BF are triadic colors.

2 #BF644D and #644DBF with #4D64BF are triadic colors.