COLOR #457FA0

HEX: #457FA0
RGB: (69,127,160)

Color info

#457FA0 contains mainly green and blue colors. Web safe color of #457FA0 is #336699 (or #369).

RGB color model

#457FA0 color RGB value is (69,127,160).

  • red value is 69;
  • green value is 127;
  • blue value is 160.
RGB:
(69,127,160)
(27%,50%,63%)

RGB channels and saturation

R 69 of 255 = 27%
G 127 of 255 = 50%
B 160 of 255 = 63%

69
127
160

R + G + B ~ 47%. #457FA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 127 + 160 = 356 (100%)
R 69 of 356 ~ 19.38%
G 127 of 356 ~ 35.67%
B 160 of 356 ~ 44.94%

%19.38
%35.67
%44.94

CMYK color model

#457FA0 color CMYK value is (57,21,0,37).

  • cyan value is 56.88%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(57,21,0,37)
C57M21Y0K37 
(57%,21%,0%,37%)
(0.57/0.21/0.00/0.37)	

CMYK percentages

%56.88
%20.63
%0
%37.25

Codes

Color #457FA0 in popluar color models

457FA0
RGB69127160
HSL202°39.74%44.90%
HSB/HSV202°56.88%62.75%
CMYK56.88%20.63%0.00%
37.25%

Color #457FA0 in popluar number systems.

HEX457FA0
Decimal69127160
Binary1000101111111110100000
Octal105177240

Shades and tints

Shades of #457FA0

#457FA0
(69,127,160)
#3F7492
(63,116,146)
#396984
(57,105,132)
#335E76
(51,94,118)
#2D5368
(45,83,104)
#27485A
(39,72,90)
#213D4C
(33,61,76)
#1B323E
(27,50,62)
#152730
(21,39,48)
#0F1C22
(15,28,34)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #457FA0

#457FA0
(69,127,160)
#558AA8
(85,138,168)
#6595B0
(101,149,176)
#75A0B8
(117,160,184)
#85ABC0
(133,171,192)
#95B6C8
(149,182,200)
#A5C1D0
(165,193,208)
#B5CCD8
(181,204,216)
#C5D7E0
(197,215,224)
#D5E2E8
(213,226,232)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457FA0 color. Also use rgb(69,127,160) instead hex code.

Text Font Color

.myTextColor { color: #457FA0; }

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

This text font color is #457FA0.


Background Color

.myBgColor { background-color: #457FA0; }

<div style="background-color:#457FA0">Inner text</div>

This div background color is #457FA0.


Border color

.myBorderColor { border: 1px solid #457FA0; }

<div style="border:3px solid #457FA0">Div</div>

This div border color is #457FA0.


Opacity

.myOpacity80 { color: #457FA0; opacity: 0.8; }

<p style="color:#457FA0;opacity:0.8;">80%</p>

Text with #457FA0 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 #457FA0;}

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

This text has shadow with #457FA0 color.

.textShadow {text-shadow: 3px 3px 1px #457FA0, 3px 3px 1px red;}

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

This text has shadow with #457FA0 primary color and red secondary color.


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

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

This text has shadow with #457FA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457FA0 on black background.


Color preview on white background

This text has color #457FA0 on white background.



Black color preview on #457FA0 background

This text has black color on #457FA0 background.


White color preview on #457FA0 background

This text has white color on #457FA0 background.