Color Hex Logo

#476ab5 Color Hex

#476AB5
(71,106,181)
0 Favorites   0 Comments

Color spaces of #476ab5

RGB 71106181
HSL0.610.440.49
HSV221°61°71°
CMYK 0.610.410.00   0.29
XYZ16.093114.983945.7600
Yxy14.98390.20940.1950
Hunter Lab38.70906.4697-42.9935
CIE-Lab45.612111.0421-43.5814

#476ab5 color RGB value is (71,106,181).

#476ab5 hex color red value is 71, green value is 106 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #476ab5 hue: 0.61 , saturation: 0.44 and the lightness value of 476ab5 is 0.49.

The process color (four color CMYK) of #476ab5 color hex is 0.61, 0.41, 0.00, 0.29. Web safe color of #476ab5 is #3366cc. Color #476ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 10110101
Octal 107 152 265
Decimal 71 106 181
Hex 47 6A B5

RGB Percentages of Color #476ab5

%19.83
%29.61
%50.56

CMYK Percentages of Color #476ab5

%61
%41
%0
%29

Triadic Colors of #476ab5

#476ab5 #b5476a #6ab547

Analogous Colors of #476ab5

#476ab5 #5b47b5 #47a1b5

Monochromatic Colors of #476ab5

#476ab5

Complementary Color

#476ab5 #b59247

#476ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476ab5 Color CSS Codes

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

#476ab5 Text Font Color

<p style="color:#476ab5">Text here</p>

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


#476ab5 Background Color

<div style="background-color:#476ab5">
Div content here</div>

This div background color is #476ab5


#476ab5 Border Color

<div style="border:3px solid #476ab5">
Div here</div>

This div border color is #476ab5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,106,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476ab5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476ab5;
  -webkit-box-shadow: 1px 1px 3px 2px #476ab5;
  box-shadow:         1px 1px 3px 2px #476ab5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476ab5


Comments

No comments written yet.

Please login to write comment.