Color Hex Logo

#4549bd Color Hex

#4549BD
(69,73,189)
0 Favorites   0 Comments

Color spaces of #4549bd

RGB 6973189
HSL0.660.480.51
HSV238°63°74°
CMYK 0.630.610.00   0.26
XYZ14.02219.704449.2782
Yxy9.70440.19210.1329
Hunter Lab31.151925.8307-71.9827
CIE-Lab37.306634.4274-61.6462

#4549bd color RGB value is (69,73,189).

#4549bd hex color red value is 69, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4549bd hue: 0.66 , saturation: 0.48 and the lightness value of 4549bd is 0.51.

The process color (four color CMYK) of #4549bd color hex is 0.63, 0.61, 0.00, 0.26. Web safe color of #4549bd is #3333cc. Color #4549bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 10111101
Octal 105 111 275
Decimal 69 73 189
Hex 45 49 BD

RGB Percentages of Color #4549bd

%20.85
%22.05
%57.10

CMYK Percentages of Color #4549bd

%63
%61
%0
%26

Triadic Colors of #4549bd

#4549bd #bd4549 #49bd45

Analogous Colors of #4549bd

#4549bd #7d45bd #4585bd

Monochromatic Colors of #4549bd

#4549bd

Complementary Color

#4549bd #bdb945

#4549bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4549bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4549bd Color CSS Codes

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

#4549bd Text Font Color

<p style="color:#4549bd">Text here</p>

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


#4549bd Background Color

<div style="background-color:#4549bd">
Div content here</div>

This div background color is #4549bd


#4549bd Border Color

<div style="border:3px solid #4549bd">
Div here</div>

This div border color is #4549bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4549bd


Comments

No comments written yet.

Please login to write comment.