Color Hex Logo

#4576ba Color Hex

#4576BA
(69,118,186)
0 Favorites   0 Comments

Color spaces of #4576ba

RGB 69118186
HSL0.600.460.50
HSV215°63°73°
CMYK 0.630.370.00   0.27
XYZ17.795617.767248.9459
Yxy17.76720.21060.2102
Hunter Lab42.15121.5956-39.3417
CIE-Lab49.21254.9524-40.7728

#4576ba color RGB value is (69,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110110 10111010
Octal 105 166 272
Decimal 69 118 186
Hex 45 76 BA

RGB Percentages of Color #4576ba

%18.50
%31.64
%49.87

CMYK Percentages of Color #4576ba

%63
%37
%0
%27

Triadic Colors of #4576ba

#4576ba #ba4576 #76ba45

Analogous Colors of #4576ba

#4576ba #4e45ba #45b1ba

Monochromatic Colors of #4576ba

#4576ba

Complementary Color

#4576ba #ba8945

#4576ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4576ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4576ba Color CSS Codes

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

#4576ba Text Font Color

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

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


#4576ba Background Color

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

This div background color is #4576ba


#4576ba Border Color

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

This div border color is #4576ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4576ba


Comments

No comments written yet.

Please login to write comment.