Color Hex Logo

#457b9a Color Hex

#457B9A
(69,123,154)
0 Favorites   0 Comments

Color spaces of #457b9a

RGB 69123154
HSL0.560.380.44
HSV202°55°60°
CMYK 0.550.200.00   0.40
XYZ15.369917.764233.1906
Yxy17.76420.23170.2678
Hunter Lab42.1476-8.6650-17.1867
CIE-Lab49.2088-8.6682-22.1720

#457b9a color RGB value is (69,123,154).

#457b9a hex color red value is 69, green value is 123 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #457b9a hue: 0.56 , saturation: 0.38 and the lightness value of 457b9a is 0.44.

The process color (four color CMYK) of #457b9a color hex is 0.55, 0.20, 0.00, 0.40. Web safe color of #457b9a is #336699. Color #457b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 10011010
Octal 105 173 232
Decimal 69 123 154
Hex 45 7B 9A

RGB Percentages of Color #457b9a

%19.94
%35.55
%44.51

CMYK Percentages of Color #457b9a

%55
%20
%0
%40

Triadic Colors of #457b9a

#457b9a #9a457b #7b9a45

Analogous Colors of #457b9a

#457b9a #45509a #459a8f

Monochromatic Colors of #457b9a

#457b9a

Complementary Color

#457b9a #9a6445

#457b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#457b9a Color CSS Codes

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

#457b9a Text Font Color

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

This sample text font color is #457b9a
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.


#457b9a Background Color

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

This div background color is #457b9a


#457b9a Border Color

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

This div border color is #457b9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457b9a


Comments

No comments written yet.

Please login to write comment.