COLOR #457A85

HEX: #457A85
RGB: (69,122,133)

Color info

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

RGB color model

#457A85 color RGB value is (69,122,133).

  • red value is 69;
  • green value is 122;
  • blue value is 133.
RGB:
(69,122,133)
(27%,48%,52%)

RGB channels and saturation

R 69 of 255 = 27%
G 122 of 255 = 48%
B 133 of 255 = 52%

69
122
133

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

Portions of RGB colors in percentages

R + G + B =
69 + 122 + 133 = 324 (100%)
R 69 of 324 ~ 21.3%
G 122 of 324 ~ 37.65%
B 133 of 324 ~ 41.05%

%21.3
%37.65
%41.05

CMYK color model

#457A85 color CMYK value is (48,8,0,48).

  • cyan value is 48.12%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(48,8,0,48)
C48M8Y0K48 
(48%,8%,0%,48%)
(0.48/0.08/0.00/0.48)	

CMYK percentages

%48.12
%8.27
%0
%47.84

Codes

Color #457A85 in popluar color models

457A85
RGB69122133
HSL190°31.68%39.61%
HSB/HSV190°48.12%52.16%
CMYK48.12%8.27%0.00%
47.84%

Color #457A85 in popluar number systems.

HEX457A85
Decimal69122133
Binary1000101111101010000101
Octal105172205

Shades and tints

Shades of #457A85

#457A85
(69,122,133)
#3F6F79
(63,111,121)
#39646D
(57,100,109)
#335961
(51,89,97)
#2D4E55
(45,78,85)
#274349
(39,67,73)
#21383D
(33,56,61)
#1B2D31
(27,45,49)
#152225
(21,34,37)
#0F1719
(15,23,25)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #457A85

#457A85
(69,122,133)
#558690
(85,134,144)
#65929B
(101,146,155)
#759EA6
(117,158,166)
#85AAB1
(133,170,177)
#95B6BC
(149,182,188)
#A5C2C7
(165,194,199)
#B5CED2
(181,206,210)
#C5DADD
(197,218,221)
#D5E6E8
(213,230,232)
#E5F2F3
(229,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457A85 color. Also use rgb(69,122,133) instead hex code.

Text Font Color

.myTextColor { color: #457A85; }

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

This text font color is #457A85.


Background Color

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

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

This div background color is #457A85.


Border color

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

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

This div border color is #457A85.


Opacity

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

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

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

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

This text has shadow with #457A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457A85 on black background.


Color preview on white background

This text has color #457A85 on white background.



Black color preview on #457A85 background

This text has black color on #457A85 background.


White color preview on #457A85 background

This text has white color on #457A85 background.