Color Hex Logo

#473465 Color Hex

#473465
(71,52,101)
0 Favorites   0 Comments

Color spaces of #473465

RGB 7152101
HSL0.730.320.30
HSV263°49°40°
CMYK 0.300.490.00   0.60
XYZ6.17554.735212.9004
Yxy4.73520.25940.1989
Hunter Lab21.760512.5763-19.9168
CIE-Lab25.966620.1179-25.8738

#473465 color RGB value is (71,52,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01100101
Octal 107 64 145
Decimal 71 52 101
Hex 47 34 65

RGB Percentages of Color #473465

%31.70
%23.21
%45.09

CMYK Percentages of Color #473465

%30
%49
%0
%60

Triadic Colors of #473465

#473465 #654734 #346547

Analogous Colors of #473465

#473465 #603465 #343a65

Monochromatic Colors of #473465

#473465

Complementary Color

#473465 #526534

#473465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473465 Color CSS Codes

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

#473465 Text Font Color

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

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


#473465 Background Color

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

This div background color is #473465


#473465 Border Color

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

This div border color is #473465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473465


Comments

No comments written yet.

Please login to write comment.