COLOR #4D65DD

HEX: #4D65DD RGB: (77,101,221)

Color info

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

RGB color model

#4D65DD color RGB value is (77,101,221).

RGB: (77,101,221) (30%, 40%, 87%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 221 of 255 = 87%

77
101
221

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

Portions of RGB colors in percentages

R + G + B = 77 + 101 + 221 = 399 (100%)
R 77 of 399 ~ 19.3%
G 101 of 399 ~ 25.31%
B 221 of 399 ~ 55.39'%

%19.3
%25.31
%55.39

CMYK color model

#4D65DD color CMYK value is (65,54,0,13).

  • cyan value is 65.16%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (65,54,0,13) C65M54Y0K13 (65%,54%,0%,13%) (0.65/0.54/0.00/0.13) 

CMYK percentages

%65.16
%54.3
%0
%13.33

Codes

Color #4D65DD in popluar color models

4D 65 DD
RGB 77 101 221
HSL 230° 67.92% 58.43%
HSB/HSV 230° 65.16% 86.67%
CMYK 65.16% 54.30% 0.00%
13.33%

Color #4D65DD in popluar number systems.

HEX 4D 65 DD
Decimal 77 101 221
Binary 1001101 1100101 11011101
Octal 115 145 335

Shades and tints

Shades of #4D65DD

#4D65DD
(77,101,221)
#465CC9
(70,92,201)
#3F53B5
(63,83,181)
#384AA1
(56,74,161)
#31418D
(49,65,141)
#2A3879
(42,56,121)
#232F65
(35,47,101)
#1C2651
(28,38,81)
#151D3D
(21,29,61)
#0E1429
(14,20,41)
#070B15
(7,11,21)
#000000
(0,0,0)

Tints of #4D65DD

#4D65DD
(77,101,221)
#5D73E0
(93,115,224)
#6D81E3
(109,129,227)
#7D8FE6
(125,143,230)
#8D9DE9
(141,157,233)
#9DABEC
(157,171,236)
#ADB9EF
(173,185,239)
#BDC7F2
(189,199,242)
#CDD5F5
(205,213,245)
#DDE3F8
(221,227,248)
#EDF1FB
(237,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D65DD color. Also use rgb(77,101,221) instead hex code.

Text Font Color

.myTextColor { color: #4D65DD; }

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

This text font color is #4D65DD.

Background Color

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

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

This div background color is #4D65DD.

Border color

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

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

This div border color is #4D65DD.

Opacity

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

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

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

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

This text has shadow with #4D65DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D65DD.

Preview

Color preview on black background

This text has color #4D65DD on black background.


Color preview on white background

This text has color #4D65DD on white background.


Black color preview on #4D65DD background

This text has black color on #4D65DD background.


White color preview on #4D65DD background

This text has white color on #4D65DD background.


Related colors

Complementary color

Complementary color for #hex is #B29A22.


I love getcolorcode.com

Triadic colors

1 #DD4D65 and #65DD4D with #4D65DD are triadic colors.

2 #DD654D and #654DDD with #4D65DD are triadic colors.