COLOR #4569B4

HEX: #4569B4
RGB: (69,105,180)

Color info

#4569B4 contains mainly blue color. Web safe color of #4569B4 is #3366CC (or #36C).

RGB color model

#4569B4 color RGB value is (69,105,180).

  • red value is 69;
  • green value is 105;
  • blue value is 180.
RGB:
(69,105,180)
(27%,41%,71%)

RGB channels and saturation

R 69 of 255 = 27%
G 105 of 255 = 41%
B 180 of 255 = 71%

69
105
180

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

Portions of RGB colors in percentages

R + G + B =
69 + 105 + 180 = 354 (100%)
R 69 of 354 ~ 19.49%
G 105 of 354 ~ 29.66%
B 180 of 354 ~ 50.85%

%19.49
%29.66
%50.85

CMYK color model

#4569B4 color CMYK value is (62,42,0,29).

  • cyan value is 61.67%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(62,42,0,29)
C62M42Y0K29 
(62%,42%,0%,29%)
(0.62/0.42/0.00/0.29)	

CMYK percentages

%61.67
%41.67
%0
%29.41

Codes

Color #4569B4 in popluar color models

4569B4
RGB69105180
HSL221°44.58%48.82%
HSB/HSV221°61.67%70.59%
CMYK61.67%41.67%0.00%
29.41%

Color #4569B4 in popluar number systems.

HEX4569B4
Decimal69105180
Binary1000101110100110110100
Octal105151264

Shades and tints

Shades of #4569B4

#4569B4
(69,105,180)
#3F60A4
(63,96,164)
#395794
(57,87,148)
#334E84
(51,78,132)
#2D4574
(45,69,116)
#273C64
(39,60,100)
#213354
(33,51,84)
#1B2A44
(27,42,68)
#152134
(21,33,52)
#0F1824
(15,24,36)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #4569B4

#4569B4
(69,105,180)
#5576BA
(85,118,186)
#6583C0
(101,131,192)
#7590C6
(117,144,198)
#859DCC
(133,157,204)
#95AAD2
(149,170,210)
#A5B7D8
(165,183,216)
#B5C4DE
(181,196,222)
#C5D1E4
(197,209,228)
#D5DEEA
(213,222,234)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4569B4 color. Also use rgb(69,105,180) instead hex code.

Text Font Color

.myTextColor { color: #4569B4; }

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

This text font color is #4569B4.


Background Color

.myBgColor { background-color: #4569B4; }

<div style="background-color:#4569B4">Inner text</div>

This div background color is #4569B4.


Border color

.myBorderColor { border: 1px solid #4569B4; }

<div style="border:3px solid #4569B4">Div</div>

This div border color is #4569B4.


Opacity

.myOpacity80 { color: #4569B4; opacity: 0.8; }

<p style="color:#4569B4;opacity:0.8;">80%</p>

Text with #4569B4 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 #4569B4;}

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

This text has shadow with #4569B4 color.

.textShadow {text-shadow: 3px 3px 1px #4569B4, 3px 3px 1px red;}

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

This text has shadow with #4569B4 primary color and red secondary color.


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

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

This text has shadow with #4569B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4569B4 on black background.


Color preview on white background

This text has color #4569B4 on white background.



Black color preview on #4569B4 background

This text has black color on #4569B4 background.


White color preview on #4569B4 background

This text has white color on #4569B4 background.