Color Hex Logo

#4171bc Color Hex

#4171BC
(65,113,188)
0 Favorites   0 Comments

Color spaces of #4171bc

RGB 65113188
HSL0.600.490.50
HSV217°65°74°
CMYK 0.650.400.00   0.26
XYZ17.162216.564949.8698
Yxy16.56490.20530.1982
Hunter Lab40.70004.0441-44.1582
CIE-Lab47.70718.0067-44.3264

#4171bc color RGB value is (65,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110001 10111100
Octal 101 161 274
Decimal 65 113 188
Hex 41 71 BC

RGB Percentages of Color #4171bc

%17.76
%30.87
%51.37

CMYK Percentages of Color #4171bc

%65
%40
%0
%26

Triadic Colors of #4171bc

#4171bc #bc4171 #71bc41

Analogous Colors of #4171bc

#4171bc #4e41bc #41afbc

Monochromatic Colors of #4171bc

#4171bc

Complementary Color

#4171bc #bc8c41

#4171bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4171bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4171bc Color CSS Codes

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

#4171bc Text Font Color

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

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


#4171bc Background Color

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

This div background color is #4171bc


#4171bc Border Color

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

This div border color is #4171bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4171bc


Comments

No comments written yet.

Please login to write comment.