COLOR #4457DB

HEX: #4457DB
RGB: (68,87,219)

Color info

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

RGB color model

#4457DB color RGB value is (68,87,219).

  • red value is 68;
  • green value is 87;
  • blue value is 219.
RGB:
(68,87,219)
(27%,34%,86%)

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 219 of 255 = 86%

68
87
219

R + G + B ~ 49%. #4457DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 219 = 374 (100%)
R 68 of 374 ~ 18.18%
G 87 of 374 ~ 23.26%
B 219 of 374 ~ 58.56%

%18.18
%23.26
%58.56

CMYK color model

#4457DB color CMYK value is (69,60,0,14).

  • cyan value is 68.95%
  • magenta value is 60.27%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(69,60,0,14)
C69M60Y0K14 
(69%,60%,0%,14%)
(0.69/0.60/0.00/0.14)	

CMYK percentages

%68.95
%60.27
%0
%14.12

Codes

Color #4457DB in popluar color models

4457DB
RGB6887219
HSL232°67.71%56.27%
HSB/HSV232°68.95%85.88%
CMYK68.95%60.27%0.00%
14.12%

Color #4457DB in popluar number systems.

HEX4457DB
Decimal6887219
Binary1000100101011111011011
Octal104127333

Shades and tints

Shades of #4457DB

#4457DB
(68,87,219)
#3E50C8
(62,80,200)
#3849B5
(56,73,181)
#3242A2
(50,66,162)
#2C3B8F
(44,59,143)
#26347C
(38,52,124)
#202D69
(32,45,105)
#1A2656
(26,38,86)
#141F43
(20,31,67)
#0E1830
(14,24,48)
#08111D
(8,17,29)
#000000
(0,0,0)

Tints of #4457DB

#4457DB
(68,87,219)
#5566DE
(85,102,222)
#6675E1
(102,117,225)
#7784E4
(119,132,228)
#8893E7
(136,147,231)
#99A2EA
(153,162,234)
#AAB1ED
(170,177,237)
#BBC0F0
(187,192,240)
#CCCFF3
(204,207,243)
#DDDEF6
(221,222,246)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4457DB color. Also use rgb(68,87,219) instead hex code.

Text Font Color

.myTextColor { color: #4457DB; }

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

This text font color is #4457DB.


Background Color

.myBgColor { background-color: #4457DB; }

<div style="background-color:#4457DB">Inner text</div>

This div background color is #4457DB.


Border color

.myBorderColor { border: 1px solid #4457DB; }

<div style="border:3px solid #4457DB">Div</div>

This div border color is #4457DB.


Opacity

.myOpacity80 { color: #4457DB; opacity: 0.8; }

<p style="color:#4457DB;opacity:0.8;">80%</p>

Text with #4457DB 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 #4457DB;}

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

This text has shadow with #4457DB color.

.textShadow {text-shadow: 3px 3px 1px #4457DB, 3px 3px 1px red;}

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

This text has shadow with #4457DB primary color and red secondary color.


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

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

This text has shadow with #4457DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4457DB on black background.


Color preview on white background

This text has color #4457DB on white background.



Black color preview on #4457DB background

This text has black color on #4457DB background.


White color preview on #4457DB background

This text has white color on #4457DB background.