Color Hex Logo

#0471ad Color Hex

#0471AD
(4,113,173)
0 Favorites   0 Comments

Color spaces of #0471ad

RGB 4113173
HSL0.560.950.35
HSV201°98°68°
CMYK 0.980.350.00   0.32
XYZ13.498014.853241.6907
Yxy14.85320.19270.2121
Hunter Lab38.5398-4.9278-37.1594
CIE-Lab45.4325-3.9314-39.3120

#0471ad color RGB value is (4,113,173).

#0471ad hex color red value is 4, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0471ad hue: 0.56 , saturation: 0.95 and the lightness value of 0471ad is 0.35.

The process color (four color CMYK) of #0471ad color hex is 0.98, 0.35, 0.00, 0.32. Web safe color of #0471ad is #006699. Color #0471ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110001 10101101
Octal 4 161 255
Decimal 4 113 173
Hex 4 71 AD

RGB Percentages of Color #0471ad

%1.38
%38.97
%59.66

CMYK Percentages of Color #0471ad

%98
%35
%0
%32

Triadic Colors of #0471ad

#0471ad #ad0471 #71ad04

Analogous Colors of #0471ad

#0471ad #041cad #04ad95

Monochromatic Colors of #0471ad

#0471ad

Complementary Color

#0471ad #ad4004

#0471ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0471ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0471ad Color CSS Codes

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

#0471ad Text Font Color

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

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


#0471ad Background Color

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

This div background color is #0471ad


#0471ad Border Color

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

This div border color is #0471ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0471ad


Comments

No comments written yet.

Please login to write comment.