Color Hex Logo

#45498b Color Hex

#45498B
(69,73,139)
0 Favorites   0 Comments

Color spaces of #45498b

RGB 6973139
HSL0.660.340.41
HSV237°50°55°
CMYK 0.500.470.00   0.45
XYZ9.49707.894425.4493
Yxy7.89440.22170.1843
Hunter Lab28.097011.1647-34.0350
CIE-Lab33.762017.5254-37.4010

#45498b color RGB value is (69,73,139).

#45498b hex color red value is 69, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #45498b hue: 0.66 , saturation: 0.34 and the lightness value of 45498b is 0.41.

The process color (four color CMYK) of #45498b color hex is 0.50, 0.47, 0.00, 0.45. Web safe color of #45498b is #333399. Color #45498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 10001011
Octal 105 111 213
Decimal 69 73 139
Hex 45 49 8B

RGB Percentages of Color #45498b

%24.56
%25.98
%49.47

CMYK Percentages of Color #45498b

%50
%47
%0
%45

Triadic Colors of #45498b

#45498b #8b4549 #498b45

Analogous Colors of #45498b

#45498b #64458b #456c8b

Monochromatic Colors of #45498b

#45498b

Complementary Color

#45498b #8b8745

#45498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#45498b Color CSS Codes

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

#45498b Text Font Color

<p style="color:#45498b">Text here</p>

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


#45498b Background Color

<div style="background-color:#45498b">
Div content here</div>

This div background color is #45498b


#45498b Border Color

<div style="border:3px solid #45498b">
Div here</div>

This div border color is #45498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45498b


Comments

No comments written yet.

Please login to write comment.