COLOR #4638AD

HEX: #4638AD
RGB: (70,56,173)

Color info

#4638AD contains mainly blue color. Web safe color of #4638AD is #333399 (or #339).

RGB color model

#4638AD color RGB value is (70,56,173).

  • red value is 70;
  • green value is 56;
  • blue value is 173.
RGB:
(70,56,173)
(27%,22%,68%)

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 173 of 255 = 68%

70
56
173

R + G + B ~ 39%. #4638AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 173 = 299 (100%)
R 70 of 299 ~ 23.41%
G 56 of 299 ~ 18.73%
B 173 of 299 ~ 57.86%

%23.41
%18.73
%57.86

CMYK color model

#4638AD color CMYK value is (60,68,0,32).

  • cyan value is 59.54%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(60,68,0,32)
C60M68Y0K32 
(60%,68%,0%,32%)
(0.60/0.68/0.00/0.32)	

CMYK percentages

%59.54
%67.63
%0
%32.16

Codes

Color #4638AD in popluar color models

4638AD
RGB7056173
HSL247°51.09%44.90%
HSB/HSV247°67.63%67.84%
CMYK59.54%67.63%0.00%
32.16%

Color #4638AD in popluar number systems.

HEX4638AD
Decimal7056173
Binary100011011100010101101
Octal10670255

Shades and tints

Shades of #4638AD

#4638AD
(70,56,173)
#40339E
(64,51,158)
#3A2E8F
(58,46,143)
#342980
(52,41,128)
#2E2471
(46,36,113)
#281F62
(40,31,98)
#221A53
(34,26,83)
#1C1544
(28,21,68)
#161035
(22,16,53)
#100B26
(16,11,38)
#0A0617
(10,6,23)
#000000
(0,0,0)

Tints of #4638AD

#4638AD
(70,56,173)
#564AB4
(86,74,180)
#665CBB
(102,92,187)
#766EC2
(118,110,194)
#8680C9
(134,128,201)
#9692D0
(150,146,208)
#A6A4D7
(166,164,215)
#B6B6DE
(182,182,222)
#C6C8E5
(198,200,229)
#D6DAEC
(214,218,236)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4638AD color. Also use rgb(70,56,173) instead hex code.

Text Font Color

.myTextColor { color: #4638AD; }

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

This text font color is #4638AD.


Background Color

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

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

This div background color is #4638AD.


Border color

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

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

This div border color is #4638AD.


Opacity

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

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

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

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

This text has shadow with #4638AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4638AD on black background.


Color preview on white background

This text has color #4638AD on white background.



Black color preview on #4638AD background

This text has black color on #4638AD background.


White color preview on #4638AD background

This text has white color on #4638AD background.