Color Hex Logo

#4271bb Color Hex

#4271BB
(66,113,187)
0 Favorites   0 Comments

Color spaces of #4271bb

RGB 66113187
HSL0.600.480.50
HSV217°65°73°
CMYK 0.650.400.00   0.27
XYZ17.121516.556449.3070
Yxy16.55640.20630.1995
Hunter Lab40.68963.9032-43.3641
CIE-Lab47.69627.8301-43.7631

#4271bb color RGB value is (66,113,187).

#4271bb hex color red value is 66, green value is 113 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4271bb hue: 0.60 , saturation: 0.48 and the lightness value of 4271bb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110001 10111011
Octal 102 161 273
Decimal 66 113 187
Hex 42 71 BB

RGB Percentages of Color #4271bb

%18.03
%30.87
%51.09

CMYK Percentages of Color #4271bb

%65
%40
%0
%27

Triadic Colors of #4271bb

#4271bb #bb4271 #71bb42

Analogous Colors of #4271bb

#4271bb #4f42bb #42aebb

Monochromatic Colors of #4271bb

#4271bb

Complementary Color

#4271bb #bb8c42

#4271bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4271bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4271bb Color CSS Codes

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

#4271bb Text Font Color

<p style="color:#4271bb">Text here</p>

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


#4271bb Background Color

<div style="background-color:#4271bb">
Div content here</div>

This div background color is #4271bb


#4271bb Border Color

<div style="border:3px solid #4271bb">
Div here</div>

This div border color is #4271bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,113,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4271bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4271bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4271bb;
  box-shadow:         1px 1px 3px 2px #4271bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,113,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4271bb


Comments

No comments written yet.

Please login to write comment.