Color Hex Logo

#457baa Color Hex

#457BAA
(69,123,170)
0 Favorites   0 Comments

Color spaces of #457baa

RGB 69123170
HSL0.580.420.47
HSV208°59°67°
CMYK 0.590.280.00   0.33
XYZ16.792918.333440.6838
Yxy18.33340.22150.2418
Hunter Lab42.8175-4.9235-26.3631
CIE-Lab49.8980-3.4788-30.4340

#457baa color RGB value is (69,123,170).

#457baa hex color red value is 69, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #457baa hue: 0.58 , saturation: 0.42 and the lightness value of 457baa is 0.47.

The process color (four color CMYK) of #457baa color hex is 0.59, 0.28, 0.00, 0.33. Web safe color of #457baa is #336699. Color #457baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 10101010
Octal 105 173 252
Decimal 69 123 170
Hex 45 7B AA

RGB Percentages of Color #457baa

%19.06
%33.98
%46.96

CMYK Percentages of Color #457baa

%59
%28
%0
%33

Triadic Colors of #457baa

#457baa #aa457b #7baa45

Analogous Colors of #457baa

#457baa #4549aa #45aaa7

Monochromatic Colors of #457baa

#457baa

Complementary Color

#457baa #aa7445

#457baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#457baa Color CSS Codes

.mybgcolor {background-color:#457baa; } 
.myforecolor {color:#457baa; }
.mybordercolor {border:3px solid #457baa; }

#457baa Text Font Color

<p style="color:#457baa">Text here</p>

This sample text font color is #457baa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#457baa Background Color

<div style="background-color:#457baa">
Div content here</div>

This div background color is #457baa


#457baa Border Color

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

This div border color is #457baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #457baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #457baa;
  -webkit-box-shadow: 1px 1px 3px 2px #457baa;
  box-shadow:         1px 1px 3px 2px #457baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,123,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #457baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #457baa;
  -webkit-box-shadow: 1px 1px 3px 2px #457baa;
  box-shadow:         1px 1px 3px 2px #457baa;">
Div content here</div>

This div box has shadow with color #457baa


Comments

No comments written yet.

Please login to write comment.