Color Hex Logo

#4471bf Color Hex

#4471BF
(68,113,191)
0 Favorites   0 Comments

Color spaces of #4471bf

RGB 68113191
HSL0.610.490.51
HSV218°64°75°
CMYK 0.640.410.00   0.25
XYZ17.693016.800851.6006
Yxy16.80080.20550.1951
Hunter Lab40.98885.3200-45.9478
CIE-Lab48.00819.5933-45.5708

#4471bf color RGB value is (68,113,191).

#4471bf hex color red value is 68, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4471bf hue: 0.61 , saturation: 0.49 and the lightness value of 4471bf is 0.51.

The process color (four color CMYK) of #4471bf color hex is 0.64, 0.41, 0.00, 0.25. Web safe color of #4471bf is #3366cc. Color #4471bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110001 10111111
Octal 104 161 277
Decimal 68 113 191
Hex 44 71 BF

RGB Percentages of Color #4471bf

%18.28
%30.38
%51.34

CMYK Percentages of Color #4471bf

%64
%41
%0
%25

Triadic Colors of #4471bf

#4471bf #bf4471 #71bf44

Analogous Colors of #4471bf

#4471bf #5544bf #44afbf

Monochromatic Colors of #4471bf

#4471bf

Complementary Color

#4471bf #bf9244

#4471bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4471bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4471bf Color CSS Codes

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

#4471bf Text Font Color

<p style="color:#4471bf">Text here</p>

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


#4471bf Background Color

<div style="background-color:#4471bf">
Div content here</div>

This div background color is #4471bf


#4471bf Border Color

<div style="border:3px solid #4471bf">
Div here</div>

This div border color is #4471bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,113,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4471bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4471bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4471bf;
  box-shadow:         1px 1px 3px 2px #4471bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4471bf


Comments

No comments written yet.

Please login to write comment.