Color Hex Logo

#0471bd Color Hex

#0471BD
(4,113,189)
0 Favorites   0 Comments

Color spaces of #0471bd

RGB 4113189
HSL0.570.960.38
HSV205°98°74°
CMYK 0.980.400.00   0.26
XYZ15.140515.510250.3399
Yxy15.51020.18690.1915
Hunter Lab39.3830-0.2972-48.2172
CIE-Lab46.32522.3993-47.1918

#0471bd color RGB value is (4,113,189).

#0471bd hex color red value is 4, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0471bd hue: 0.57 , saturation: 0.96 and the lightness value of 0471bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110001 10111101
Octal 4 161 275
Decimal 4 113 189
Hex 4 71 BD

RGB Percentages of Color #0471bd

%1.31
%36.93
%61.76

CMYK Percentages of Color #0471bd

%98
%40
%0
%26

Triadic Colors of #0471bd

#0471bd #bd0471 #71bd04

Analogous Colors of #0471bd

#0471bd #0414bd #04bdad

Monochromatic Colors of #0471bd

#0471bd

Complementary Color

#0471bd #bd5004

#0471bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0471bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0471bd Color CSS Codes

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

#0471bd Text Font Color

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

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


#0471bd Background Color

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

This div background color is #0471bd


#0471bd Border Color

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

This div border color is #0471bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0471bd


Comments

No comments written yet.

Please login to write comment.