COLOR #457C88

HEX: #457C88 RGB: (69,124,136)

Color info

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

RGB color model

#457C88 color RGB value is (69,124,136).

RGB: (69,124,136) (27%, 49%, 53%)

RGB channels and saturation

R 69 of 255 = 27%
G 124 of 255 = 49%
B 136 of 255 = 53%

69
124
136

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

Portions of RGB colors in percentages

R + G + B = 69 + 124 + 136 = 329 (100%)
R 69 of 329 ~ 20.97%
G 124 of 329 ~ 37.69%
B 136 of 329 ~ 41.34'%

%20.97
%37.69
%41.34

CMYK color model

#457C88 color CMYK value is (49,9,0,47).

  • cyan value is 49.26%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (49,9,0,47)
C49M9Y0K47 (49%, 9%, 0%, 47%)
(0.49 / 0.09 / 0.00 / 0.47)

CMYK percentages

%49.26
%8.82
%0
%46.67

Codes

Color #457C88 in popluar color models

45 7C 88
RGB 69 124 136
HSL 191° 32.68% 40.20%
HSB/HSV 191° 49.26% 53.33%
CMYK 49.26% 8.82% 0.00%
46.67%

Color #457C88 in popluar number systems.

HEX 45 7C 88
Decimal 69 124 136
Binary 1000101 1111100 10001000
Octal 105 174 210

Shades and tints

Shades of #457C88

#457C88
(69,124,136)
#3F717C
(63,113,124)
#396670
(57,102,112)
#335B64
(51,91,100)
#2D5058
(45,80,88)
#27454C
(39,69,76)
#213A40
(33,58,64)
#1B2F34
(27,47,52)
#152428
(21,36,40)
#0F191C
(15,25,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #457C88

#457C88
(69,124,136)
#558792
(85,135,146)
#65929C
(101,146,156)
#759DA6
(117,157,166)
#85A8B0
(133,168,176)
#95B3BA
(149,179,186)
#A5BEC4
(165,190,196)
#B5C9CE
(181,201,206)
#C5D4D8
(197,212,216)
#D5DFE2
(213,223,226)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457C88 color. Also use rgb(69,124,136) instead hex code.

Text Font Color

.myTextColor { color: #457C88; }

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

This text font color is #457C88.

Background Color

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

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

This div background color is #457C88.

Border color

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

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

This div border color is #457C88.

Opacity

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

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

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

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

This text has shadow with #457C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #457C88.

Preview

Color preview on black background

This text has color #457C88 on black background.


Color preview on white background

This text has color #457C88 on white background.


Black color preview on #457C88 background

This text has black color on #457C88 background.


White color preview on #457C88 background

This text has white color on #457C88 background.


Related colors

Complementary color

Complementary color for #hex is #BA8377.


I love getcolorcode.com

Triadic colors

1 #88457C and #7C8845 with #457C88 are triadic colors.

2 #887C45 and #7C4588 with #457C88 are triadic colors.