COLOR #4D65B2

HEX: #4D65B2
RGB: (77,101,178)

Color info

#4D65B2 contains mainly blue color. Web safe color of #4D65B2 is #336699 (or #369).

RGB color model

#4D65B2 color RGB value is (77,101,178).

  • red value is 77;
  • green value is 101;
  • blue value is 178.
RGB:
(77,101,178)
(30%,40%,70%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 178 of 255 = 70%

77
101
178

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 178 = 356 (100%)
R 77 of 356 ~ 21.63%
G 101 of 356 ~ 28.37%
B 178 of 356 ~ 50%

%21.63
%28.37
%50

CMYK color model

#4D65B2 color CMYK value is (57,43,0,30).

  • cyan value is 56.74%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(57,43,0,30)
C57M43Y0K30 
(57%,43%,0%,30%)
(0.57/0.43/0.00/0.30)	

CMYK percentages

%56.74
%43.26
%0
%30.2

Codes

Color #4D65B2 in popluar color models

4D65B2
RGB77101178
HSL226°39.61%50.00%
HSB/HSV226°56.74%69.80%
CMYK56.74%43.26%0.00%
30.20%

Color #4D65B2 in popluar number systems.

HEX4D65B2
Decimal77101178
Binary1001101110010110110010
Octal115145262

Shades and tints

Shades of #4D65B2

#4D65B2
(77,101,178)
#465CA2
(70,92,162)
#3F5392
(63,83,146)
#384A82
(56,74,130)
#314172
(49,65,114)
#2A3862
(42,56,98)
#232F52
(35,47,82)
#1C2642
(28,38,66)
#151D32
(21,29,50)
#0E1422
(14,20,34)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #4D65B2

#4D65B2
(77,101,178)
#5D73B9
(93,115,185)
#6D81C0
(109,129,192)
#7D8FC7
(125,143,199)
#8D9DCE
(141,157,206)
#9DABD5
(157,171,213)
#ADB9DC
(173,185,220)
#BDC7E3
(189,199,227)
#CDD5EA
(205,213,234)
#DDE3F1
(221,227,241)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D65B2; }

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

This text font color is #4D65B2.


Background Color

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

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

This div background color is #4D65B2.


Border color

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

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

This div border color is #4D65B2.


Opacity

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

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

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

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

This text has shadow with #4D65B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D65B2 on black background.


Color preview on white background

This text has color #4D65B2 on white background.



Black color preview on #4D65B2 background

This text has black color on #4D65B2 background.


White color preview on #4D65B2 background

This text has white color on #4D65B2 background.