Color Hex Logo

#4549b2 Color Hex

#4549B2
(69,73,178)
0 Favorites   0 Comments

Color spaces of #4549b2

RGB 6973178
HSL0.660.440.48
HSV238°61°70°
CMYK 0.610.590.00   0.30
XYZ12.87279.244643.2254
Yxy9.24460.19700.1415
Hunter Lab30.404922.3639-63.0066
CIE-Lab36.451030.6896-56.5578

#4549b2 color RGB value is (69,73,178).

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

The process color (four color CMYK) of #4549b2 color hex is 0.61, 0.59, 0.00, 0.30. Web safe color of #4549b2 is #333399. Color #4549b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 10110010
Octal 105 111 262
Decimal 69 73 178
Hex 45 49 B2

RGB Percentages of Color #4549b2

%21.56
%22.81
%55.63

CMYK Percentages of Color #4549b2

%61
%59
%0
%30

Triadic Colors of #4549b2

#4549b2 #b24549 #49b245

Analogous Colors of #4549b2

#4549b2 #7845b2 #4580b2

Monochromatic Colors of #4549b2

#4549b2

Complementary Color

#4549b2 #b2ae45

#4549b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4549b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4549b2 Color CSS Codes

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

#4549b2 Text Font Color

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

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


#4549b2 Background Color

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

This div background color is #4549b2


#4549b2 Border Color

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

This div border color is #4549b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4549b2


Comments

No comments written yet.

Please login to write comment.