COLOR #4559AA

HEX: #4559AA
RGB: (69,89,170)

Color info

#4559AA contains mainly blue color. Web safe color of #4559AA is #336699 (or #369).

RGB color model

#4559AA color RGB value is (69,89,170).

  • red value is 69;
  • green value is 89;
  • blue value is 170.
RGB:
(69,89,170)
(27%,35%,67%)

RGB channels and saturation

R 69 of 255 = 27%
G 89 of 255 = 35%
B 170 of 255 = 67%

69
89
170

R + G + B ~ 43%. #4559AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 89 + 170 = 328 (100%)
R 69 of 328 ~ 21.04%
G 89 of 328 ~ 27.13%
B 170 of 328 ~ 51.83%

%21.04
%27.13
%51.83

CMYK color model

#4559AA color CMYK value is (59,48,0,33).

  • cyan value is 59.41%
  • magenta value is 47.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(59,48,0,33)
C59M48Y0K33 
(59%,48%,0%,33%)
(0.59/0.48/0.00/0.33)	

CMYK percentages

%59.41
%47.65
%0
%33.33

Codes

Color #4559AA in popluar color models

4559AA
RGB6989170
HSL228°42.26%46.86%
HSB/HSV228°59.41%66.67%
CMYK59.41%47.65%0.00%
33.33%

Color #4559AA in popluar number systems.

HEX4559AA
Decimal6989170
Binary1000101101100110101010
Octal105131252

Shades and tints

Shades of #4559AA

#4559AA
(69,89,170)
#3F519B
(63,81,155)
#39498C
(57,73,140)
#33417D
(51,65,125)
#2D396E
(45,57,110)
#27315F
(39,49,95)
#212950
(33,41,80)
#1B2141
(27,33,65)
#151932
(21,25,50)
#0F1123
(15,17,35)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #4559AA

#4559AA
(69,89,170)
#5568B1
(85,104,177)
#6577B8
(101,119,184)
#7586BF
(117,134,191)
#8595C6
(133,149,198)
#95A4CD
(149,164,205)
#A5B3D4
(165,179,212)
#B5C2DB
(181,194,219)
#C5D1E2
(197,209,226)
#D5E0E9
(213,224,233)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4559AA color. Also use rgb(69,89,170) instead hex code.

Text Font Color

.myTextColor { color: #4559AA; }

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

This text font color is #4559AA.


Background Color

.myBgColor { background-color: #4559AA; }

<div style="background-color:#4559AA">Inner text</div>

This div background color is #4559AA.


Border color

.myBorderColor { border: 1px solid #4559AA; }

<div style="border:3px solid #4559AA">Div</div>

This div border color is #4559AA.


Opacity

.myOpacity80 { color: #4559AA; opacity: 0.8; }

<p style="color:#4559AA;opacity:0.8;">80%</p>

Text with #4559AA 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 #4559AA;}

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

This text has shadow with #4559AA color.

.textShadow {text-shadow: 3px 3px 1px #4559AA, 3px 3px 1px red;}

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

This text has shadow with #4559AA primary color and red secondary color.


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

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

This text has shadow with #4559AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4559AA on black background.


Color preview on white background

This text has color #4559AA on white background.



Black color preview on #4559AA background

This text has black color on #4559AA background.


White color preview on #4559AA background

This text has white color on #4559AA background.