Color Hex Logo

#4271bd Color Hex

#4271BD
(66,113,189)
0 Favorites   0 Comments

Color spaces of #4271bd

RGB 66113189
HSL0.600.480.50
HSV217°65°74°
CMYK 0.650.400.00   0.26
XYZ17.337216.642650.4427
Yxy16.64260.20540.1971
Hunter Lab40.79534.4671-44.7543
CIE-Lab47.80658.5353-44.7431

#4271bd color RGB value is (66,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110001 10111101
Octal 102 161 275
Decimal 66 113 189
Hex 42 71 BD

RGB Percentages of Color #4271bd

%17.93
%30.71
%51.36

CMYK Percentages of Color #4271bd

%65
%40
%0
%26

Triadic Colors of #4271bd

#4271bd #bd4271 #71bd42

Analogous Colors of #4271bd

#4271bd #5142bd #42afbd

Monochromatic Colors of #4271bd

#4271bd

Complementary Color

#4271bd #bd8e42

#4271bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4271bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4271bd Color CSS Codes

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

#4271bd Text Font Color

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

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


#4271bd Background Color

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

This div background color is #4271bd


#4271bd Border Color

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

This div border color is #4271bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4271bd


Comments

No comments written yet.

Please login to write comment.