Color Hex Logo

#4549bc Color Hex

#4549BC
(69,73,188)
0 Favorites   0 Comments

Color spaces of #4549bc

RGB 6973188
HSL0.660.470.50
HSV238°63°74°
CMYK 0.630.610.00   0.26
XYZ13.91399.661148.7084
Yxy9.66110.19250.1337
Hunter Lab31.082325.5109-71.1544
CIE-Lab37.227234.0884-61.1890

#4549bc color RGB value is (69,73,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 10111100
Octal 105 111 274
Decimal 69 73 188
Hex 45 49 BC

RGB Percentages of Color #4549bc

%20.91
%22.12
%56.97

CMYK Percentages of Color #4549bc

%63
%61
%0
%26

Triadic Colors of #4549bc

#4549bc #bc4549 #49bc45

Analogous Colors of #4549bc

#4549bc #7d45bc #4585bc

Monochromatic Colors of #4549bc

#4549bc

Complementary Color

#4549bc #bcb845

#4549bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4549bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4549bc Color CSS Codes

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

#4549bc Text Font Color

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

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


#4549bc Background Color

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

This div background color is #4549bc


#4549bc Border Color

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

This div border color is #4549bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4549bc


Comments

No comments written yet.

Please login to write comment.