COLOR #4564C9

HEX: #4564C9
RGB: (69,100,201)

Color info

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

RGB color model

#4564C9 color RGB value is (69,100,201).

  • red value is 69;
  • green value is 100;
  • blue value is 201.
RGB:
(69,100,201)
(27%,39%,79%)

RGB channels and saturation

R 69 of 255 = 27%
G 100 of 255 = 39%
B 201 of 255 = 79%

69
100
201

R + G + B ~ 48%. #4564C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 100 + 201 = 370 (100%)
R 69 of 370 ~ 18.65%
G 100 of 370 ~ 27.03%
B 201 of 370 ~ 54.32%

%18.65
%27.03
%54.32

CMYK color model

#4564C9 color CMYK value is (66,50,0,21).

  • cyan value is 65.67%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(66,50,0,21)
C66M50Y0K21 
(66%,50%,0%,21%)
(0.66/0.50/0.00/0.21)	

CMYK percentages

%65.67
%50.25
%0
%21.18

Codes

Color #4564C9 in popluar color models

4564C9
RGB69100201
HSL226°55.00%52.94%
HSB/HSV226°65.67%78.82%
CMYK65.67%50.25%0.00%
21.18%

Color #4564C9 in popluar number systems.

HEX4564C9
Decimal69100201
Binary1000101110010011001001
Octal105144311

Shades and tints

Shades of #4564C9

#4564C9
(69,100,201)
#3F5BB7
(63,91,183)
#3952A5
(57,82,165)
#334993
(51,73,147)
#2D4081
(45,64,129)
#27376F
(39,55,111)
#212E5D
(33,46,93)
#1B254B
(27,37,75)
#151C39
(21,28,57)
#0F1327
(15,19,39)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #4564C9

#4564C9
(69,100,201)
#5572CD
(85,114,205)
#6580D1
(101,128,209)
#758ED5
(117,142,213)
#859CD9
(133,156,217)
#95AADD
(149,170,221)
#A5B8E1
(165,184,225)
#B5C6E5
(181,198,229)
#C5D4E9
(197,212,233)
#D5E2ED
(213,226,237)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4564C9 color. Also use rgb(69,100,201) instead hex code.

Text Font Color

.myTextColor { color: #4564C9; }

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

This text font color is #4564C9.


Background Color

.myBgColor { background-color: #4564C9; }

<div style="background-color:#4564C9">Inner text</div>

This div background color is #4564C9.


Border color

.myBorderColor { border: 1px solid #4564C9; }

<div style="border:3px solid #4564C9">Div</div>

This div border color is #4564C9.


Opacity

.myOpacity80 { color: #4564C9; opacity: 0.8; }

<p style="color:#4564C9;opacity:0.8;">80%</p>

Text with #4564C9 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 #4564C9;}

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

This text has shadow with #4564C9 color.

.textShadow {text-shadow: 3px 3px 1px #4564C9, 3px 3px 1px red;}

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

This text has shadow with #4564C9 primary color and red secondary color.


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

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

This text has shadow with #4564C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4564C9 on black background.


Color preview on white background

This text has color #4564C9 on white background.



Black color preview on #4564C9 background

This text has black color on #4564C9 background.


White color preview on #4564C9 background

This text has white color on #4564C9 background.