Color Hex Logo

#473866 Color Hex

#473866
(71,56,102)
0 Favorites   0 Comments

Color spaces of #473866

RGB 7156102
HSL0.720.290.31
HSV260°45°40°
CMYK 0.300.450.00   0.60
XYZ6.41105.127213.2221
Yxy5.12720.25890.2071
Hunter Lab22.643310.9129-18.7708
CIE-Lab27.094117.7813-24.7397

#473866 color RGB value is (71,56,102).

#473866 hex color red value is 71, green value is 56 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #473866 hue: 0.72 , saturation: 0.29 and the lightness value of 473866 is 0.31.

The process color (four color CMYK) of #473866 color hex is 0.30, 0.45, 0.00, 0.60. Web safe color of #473866 is #333366. Color #473866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 01100110
Octal 107 70 146
Decimal 71 56 102
Hex 47 38 66

RGB Percentages of Color #473866

%31.00
%24.45
%44.54

CMYK Percentages of Color #473866

%30
%45
%0
%60

Triadic Colors of #473866

#473866 #664738 #386647

Analogous Colors of #473866

#473866 #5e3866 #384066

Monochromatic Colors of #473866

#473866

Complementary Color

#473866 #576638

#473866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473866 Color CSS Codes

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

#473866 Text Font Color

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

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


#473866 Background Color

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

This div background color is #473866


#473866 Border Color

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

This div border color is #473866


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,56,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473866; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473866;
  -webkit-box-shadow: 1px 1px 3px 2px #473866;
  box-shadow:         1px 1px 3px 2px #473866; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473866


Comments

No comments written yet.

Please login to write comment.