Color Hex Logo

#4571bc Color Hex

#4571BC
(69,113,188)
0 Favorites   0 Comments

Color spaces of #4571bc

RGB 69113188
HSL0.610.470.50
HSV218°63°74°
CMYK 0.630.400.00   0.26
XYZ17.436516.706349.8826
Yxy16.70630.20750.1988
Hunter Lab40.87334.6195-43.7473
CIE-Lab47.88788.7252-44.0280

#4571bc color RGB value is (69,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110001 10111100
Octal 105 161 274
Decimal 69 113 188
Hex 45 71 BC

RGB Percentages of Color #4571bc

%18.65
%30.54
%50.81

CMYK Percentages of Color #4571bc

%63
%40
%0
%26

Triadic Colors of #4571bc

#4571bc #bc4571 #71bc45

Analogous Colors of #4571bc

#4571bc #5445bc #45adbc

Monochromatic Colors of #4571bc

#4571bc

Complementary Color

#4571bc #bc9045

#4571bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4571bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4571bc Color CSS Codes

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

#4571bc Text Font Color

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

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


#4571bc Background Color

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

This div background color is #4571bc


#4571bc Border Color

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

This div border color is #4571bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4571bc


Comments

No comments written yet.

Please login to write comment.