Color Hex Logo

#45497e Color Hex

#45497E
(69,73,126)
0 Favorites   0 Comments

Color spaces of #45497e

RGB 6973126
HSL0.650.290.38
HSV236°45°49°
CMYK 0.450.420.00   0.51
XYZ8.60277.536720.7400
Yxy7.53670.23330.2044
Hunter Lab27.45317.8920-25.5748
CIE-Lab32.998813.2911-30.5940

#45497e color RGB value is (69,73,126).

#45497e hex color red value is 69, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #45497e hue: 0.65 , saturation: 0.29 and the lightness value of 45497e is 0.38.

The process color (four color CMYK) of #45497e color hex is 0.45, 0.42, 0.00, 0.51. Web safe color of #45497e is #333366. Color #45497e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 01111110
Octal 105 111 176
Decimal 69 73 126
Hex 45 49 7E

RGB Percentages of Color #45497e

%25.75
%27.24
%47.01

CMYK Percentages of Color #45497e

%45
%42
%0
%51

Triadic Colors of #45497e

#45497e #7e4549 #497e45

Analogous Colors of #45497e

#45497e #5e457e #45667e

Monochromatic Colors of #45497e

#45497e

Complementary Color

#45497e #7e7a45

#45497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#45497e Color CSS Codes

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

#45497e Text Font Color

<p style="color:#45497e">Text here</p>

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


#45497e Background Color

<div style="background-color:#45497e">
Div content here</div>

This div background color is #45497e


#45497e Border Color

<div style="border:3px solid #45497e">
Div here</div>

This div border color is #45497e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,73,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #45497e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #45497e;
  -webkit-box-shadow: 1px 1px 3px 2px #45497e;
  box-shadow:         1px 1px 3px 2px #45497e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45497e


Comments

No comments written yet.

Please login to write comment.