COLOR #4968AD

HEX: #4968AD RGB: (73,104,173)

Color info

#4968AD contains mainly blue color. Web safe color of #4968AD is #336699 (or #369).

RGB color model

#4968AD color RGB value is (73,104,173).

RGB: (73,104,173) (29%, 41%, 68%)

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 173 of 255 = 68%

73
104
173

R + G + B ~ 46%. #4968AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 104 + 173 = 350 (100%)
R 73 of 350 ~ 20.86%
G 104 of 350 ~ 29.71%
B 173 of 350 ~ 49.43'%

%20.86
%29.71
%49.43

CMYK color model

#4968AD color CMYK value is (58,40,0,32).

  • cyan value is 57.80%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (58,40,0,32) C58M40Y0K32 (58%,40%,0%,32%) (0.58/0.40/0.00/0.32) 

CMYK percentages

%57.8
%39.88
%0
%32.16

Codes

Color #4968AD in popluar color models

49 68 AD
RGB 73 104 173
HSL 221° 40.65% 48.24%
HSB/HSV 221° 57.80% 67.84%
CMYK 57.80% 39.88% 0.00%
32.16%

Color #4968AD in popluar number systems.

HEX 49 68 AD
Decimal 73 104 173
Binary 1001001 1101000 10101101
Octal 111 150 255

Shades and tints

Shades of #4968AD

#4968AD
(73,104,173)
#435F9E
(67,95,158)
#3D568F
(61,86,143)
#374D80
(55,77,128)
#314471
(49,68,113)
#2B3B62
(43,59,98)
#253253
(37,50,83)
#1F2944
(31,41,68)
#192035
(25,32,53)
#131726
(19,23,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #4968AD

#4968AD
(73,104,173)
#5975B4
(89,117,180)
#6982BB
(105,130,187)
#798FC2
(121,143,194)
#899CC9
(137,156,201)
#99A9D0
(153,169,208)
#A9B6D7
(169,182,215)
#B9C3DE
(185,195,222)
#C9D0E5
(201,208,229)
#D9DDEC
(217,221,236)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4968AD color. Also use rgb(73,104,173) instead hex code.

Text Font Color

.myTextColor { color: #4968AD; }

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

This text font color is #4968AD.

Background Color

.myBgColor { background-color: #4968AD; }

<div style="background-color:#4968AD">Inner text</div>

This div background color is #4968AD.

Border color

.myBorderColor { border: 1px solid #4968AD; }

<div style="border:3px solid #4968AD">Div</div>

This div border color is #4968AD.

Opacity

.myOpacity80 { color: #4968AD; opacity: 0.8; }

<p style="color:#4968AD;opacity:0.8;">80%</p>

Text with #4968AD 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 #4968AD;}

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

This text has shadow with #4968AD color.


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

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

This text has shadow with #4968AD primary color and red secondary color.


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

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

This text has shadow with #4968AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4968AD.

Preview

Color preview on black background

This text has color #4968AD on black background.


Color preview on white background

This text has color #4968AD on white background.


Black color preview on #4968AD background

This text has black color on #4968AD background.


White color preview on #4968AD background

This text has white color on #4968AD background.


Related colors

Complementary color

Complementary color for #hex is #B69752.


I love getcolorcode.com

Triadic colors

1 #AD4968 and #68AD49 with #4968AD are triadic colors.

2 #AD6849 and #6849AD with #4968AD are triadic colors.