COLOR #4D60A8

HEX: #4D60A8
RGB: (77,96,168)

Color info

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

RGB color model

#4D60A8 color RGB value is (77,96,168).

  • red value is 77;
  • green value is 96;
  • blue value is 168.
RGB:
(77,96,168)
(30%,38%,66%)

RGB channels and saturation

R 77 of 255 = 30%
G 96 of 255 = 38%
B 168 of 255 = 66%

77
96
168

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

Portions of RGB colors in percentages

R + G + B =
77 + 96 + 168 = 341 (100%)
R 77 of 341 ~ 22.58%
G 96 of 341 ~ 28.15%
B 168 of 341 ~ 49.27%

%22.58
%28.15
%49.27

CMYK color model

#4D60A8 color CMYK value is (54,43,0,34).

  • cyan value is 54.17%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(54,43,0,34)
C54M43Y0K34 
(54%,43%,0%,34%)
(0.54/0.43/0.00/0.34)	

CMYK percentages

%54.17
%42.86
%0
%34.12

Codes

Color #4D60A8 in popluar color models

4D60A8
RGB7796168
HSL227°37.14%48.04%
HSB/HSV227°54.17%65.88%
CMYK54.17%42.86%0.00%
34.12%

Color #4D60A8 in popluar number systems.

HEX4D60A8
Decimal7796168
Binary1001101110000010101000
Octal115140250

Shades and tints

Shades of #4D60A8

#4D60A8
(77,96,168)
#465899
(70,88,153)
#3F508A
(63,80,138)
#38487B
(56,72,123)
#31406C
(49,64,108)
#2A385D
(42,56,93)
#23304E
(35,48,78)
#1C283F
(28,40,63)
#152030
(21,32,48)
#0E1821
(14,24,33)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D60A8

#4D60A8
(77,96,168)
#5D6EAF
(93,110,175)
#6D7CB6
(109,124,182)
#7D8ABD
(125,138,189)
#8D98C4
(141,152,196)
#9DA6CB
(157,166,203)
#ADB4D2
(173,180,210)
#BDC2D9
(189,194,217)
#CDD0E0
(205,208,224)
#DDDEE7
(221,222,231)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D60A8 color. Also use rgb(77,96,168) instead hex code.

Text Font Color

.myTextColor { color: #4D60A8; }

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

This text font color is #4D60A8.


Background Color

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

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

This div background color is #4D60A8.


Border color

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

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

This div border color is #4D60A8.


Opacity

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

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

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

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

This text has shadow with #4D60A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D60A8 on black background.


Color preview on white background

This text has color #4D60A8 on white background.



Black color preview on #4D60A8 background

This text has black color on #4D60A8 background.


White color preview on #4D60A8 background

This text has white color on #4D60A8 background.