Color Hex Logo

#4576bd Color Hex

#4576BD
(69,118,189)
0 Favorites   0 Comments

Color spaces of #4576bd

RGB 69118189
HSL0.600.480.51
HSV216°63°74°
CMYK 0.630.380.00   0.26
XYZ18.118017.896250.6435
Yxy17.89620.20910.2065
Hunter Lab42.30392.4165-41.3654
CIE-Lab49.37005.9908-42.2525

#4576bd color RGB value is (69,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110110 10111101
Octal 105 166 275
Decimal 69 118 189
Hex 45 76 BD

RGB Percentages of Color #4576bd

%18.35
%31.38
%50.27

CMYK Percentages of Color #4576bd

%63
%38
%0
%26

Triadic Colors of #4576bd

#4576bd #bd4576 #76bd45

Analogous Colors of #4576bd

#4576bd #5045bd #45b2bd

Monochromatic Colors of #4576bd

#4576bd

Complementary Color

#4576bd #bd8c45

#4576bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4576bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4576bd Color CSS Codes

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

#4576bd Text Font Color

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

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


#4576bd Background Color

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

This div background color is #4576bd


#4576bd Border Color

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

This div border color is #4576bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,118,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 #4576bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4576bd


Comments

No comments written yet.

Please login to write comment.