COLOR #4561AD

HEX: #4561AD
RGB: (69,97,173)

Color info

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

RGB color model

#4561AD color RGB value is (69,97,173).

  • red value is 69;
  • green value is 97;
  • blue value is 173.
RGB:
(69,97,173)
(27%,38%,68%)

RGB channels and saturation

R 69 of 255 = 27%
G 97 of 255 = 38%
B 173 of 255 = 68%

69
97
173

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

Portions of RGB colors in percentages

R + G + B =
69 + 97 + 173 = 339 (100%)
R 69 of 339 ~ 20.35%
G 97 of 339 ~ 28.61%
B 173 of 339 ~ 51.03%

%20.35
%28.61
%51.03

CMYK color model

#4561AD color CMYK value is (60,44,0,32).

  • cyan value is 60.12%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(60,44,0,32)
C60M44Y0K32 
(60%,44%,0%,32%)
(0.60/0.44/0.00/0.32)	

CMYK percentages

%60.12
%43.93
%0
%32.16

Codes

Color #4561AD in popluar color models

4561AD
RGB6997173
HSL224°42.98%47.45%
HSB/HSV224°60.12%67.84%
CMYK60.12%43.93%0.00%
32.16%

Color #4561AD in popluar number systems.

HEX4561AD
Decimal6997173
Binary1000101110000110101101
Octal105141255

Shades and tints

Shades of #4561AD

#4561AD
(69,97,173)
#3F599E
(63,89,158)
#39518F
(57,81,143)
#334980
(51,73,128)
#2D4171
(45,65,113)
#273962
(39,57,98)
#213153
(33,49,83)
#1B2944
(27,41,68)
#152135
(21,33,53)
#0F1926
(15,25,38)
#091117
(9,17,23)
#000000
(0,0,0)

Tints of #4561AD

#4561AD
(69,97,173)
#556FB4
(85,111,180)
#657DBB
(101,125,187)
#758BC2
(117,139,194)
#8599C9
(133,153,201)
#95A7D0
(149,167,208)
#A5B5D7
(165,181,215)
#B5C3DE
(181,195,222)
#C5D1E5
(197,209,229)
#D5DFEC
(213,223,236)
#E5EDF3
(229,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4561AD color. Also use rgb(69,97,173) instead hex code.

Text Font Color

.myTextColor { color: #4561AD; }

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

This text font color is #4561AD.


Background Color

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

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

This div background color is #4561AD.


Border color

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

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

This div border color is #4561AD.


Opacity

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

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

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

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

This text has shadow with #4561AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4561AD on black background.


Color preview on white background

This text has color #4561AD on white background.



Black color preview on #4561AD background

This text has black color on #4561AD background.


White color preview on #4561AD background

This text has white color on #4561AD background.