COLOR #4A68AD

HEX: #4A68AD RGB: (74,104,173)

Color info

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

RGB color model

#4A68AD color RGB value is (74,104,173).

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

RGB channels and saturation

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

74
104
173

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

Portions of RGB colors in percentages

R + G + B = 74 + 104 + 173 = 351 (100%)
R 74 of 351 ~ 21.08%
G 104 of 351 ~ 29.63%
B 173 of 351 ~ 49.29'%

%21.08
%29.63
%49.29

CMYK color model

#4A68AD color CMYK value is (57,40,0,32).

  • cyan value is 57.23%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (57,40,0,32) C57M40Y0K32 (57%,40%,0%,32%) (0.57/0.40/0.00/0.32) 

CMYK percentages

%57.23
%39.88
%0
%32.16

Codes

Color #4A68AD in popluar color models

4A 68 AD
RGB 74 104 173
HSL 222° 40.08% 48.43%
HSB/HSV 222° 57.23% 67.84%
CMYK 57.23% 39.88% 0.00%
32.16%

Color #4A68AD in popluar number systems.

HEX 4A 68 AD
Decimal 74 104 173
Binary 1001010 1101000 10101101
Octal 112 150 255

Shades and tints

Shades of #4A68AD

#4A68AD
(74,104,173)
#445F9E
(68,95,158)
#3E568F
(62,86,143)
#384D80
(56,77,128)
#324471
(50,68,113)
#2C3B62
(44,59,98)
#263253
(38,50,83)
#202944
(32,41,68)
#1A2035
(26,32,53)
#141726
(20,23,38)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #4A68AD

#4A68AD
(74,104,173)
#5A75B4
(90,117,180)
#6A82BB
(106,130,187)
#7A8FC2
(122,143,194)
#8A9CC9
(138,156,201)
#9AA9D0
(154,169,208)
#AAB6D7
(170,182,215)
#BAC3DE
(186,195,222)
#CAD0E5
(202,208,229)
#DADDEC
(218,221,236)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A68AD color. Also use rgb(74,104,173) instead hex code.

Text Font Color

.myTextColor { color: #4A68AD; }

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

This text font color is #4A68AD.

Background Color

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

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

This div background color is #4A68AD.

Border color

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

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

This div border color is #4A68AD.

Opacity

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

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

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

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

This text has shadow with #4A68AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A68AD.

Preview

Color preview on black background

This text has color #4A68AD on black background.


Color preview on white background

This text has color #4A68AD on white background.


Black color preview on #4A68AD background

This text has black color on #4A68AD background.


White color preview on #4A68AD background

This text has white color on #4A68AD background.


Related colors

Complementary color

Complementary color for #hex is #B59752.


I love getcolorcode.com

Triadic colors

1 #AD4A68 and #68AD4A with #4A68AD are triadic colors.

2 #AD684A and #684AAD with #4A68AD are triadic colors.