Color Hex Logo

#473366 Color Hex

#473366
(71,51,102)
0 Favorites   0 Comments

Color spaces of #473366

RGB 7151102
HSL0.730.330.30
HSV264°50°40°
CMYK 0.300.500.00   0.60
XYZ6.18064.666613.1454
Yxy4.66660.25760.1945
Hunter Lab21.602313.2663-20.9574
CIE-Lab25.763021.0510-26.8429

#473366 color RGB value is (71,51,102).

#473366 hex color red value is 71, green value is 51 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #473366 hue: 0.73 , saturation: 0.33 and the lightness value of 473366 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 01100110
Octal 107 63 146
Decimal 71 51 102
Hex 47 33 66

RGB Percentages of Color #473366

%31.70
%22.77
%45.54

CMYK Percentages of Color #473366

%30
%50
%0
%60

Triadic Colors of #473366

#473366 #664733 #336647

Analogous Colors of #473366

#473366 #613366 #333966

Monochromatic Colors of #473366

#473366

Complementary Color

#473366 #526633

#473366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473366 Color CSS Codes

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

#473366 Text Font Color

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

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


#473366 Background Color

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

This div background color is #473366


#473366 Border Color

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

This div border color is #473366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473366


Comments

No comments written yet.

Please login to write comment.