Color Hex Logo

#473450 Color Hex

#473450
(71,52,80)
0 Favorites   0 Comments

Color spaces of #473450

RGB 715280
HSL0.780.210.26
HSV281°35°31°
CMYK 0.110.350.00   0.69
XYZ5.27454.37488.1558
Yxy4.37480.29620.2457
Hunter Lab20.91608.4102-8.4778
CIE-Lab24.873714.5350-13.8354

#473450 color RGB value is (71,52,80).

#473450 hex color red value is 71, green value is 52 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #473450 hue: 0.78 , saturation: 0.21 and the lightness value of 473450 is 0.26.

The process color (four color CMYK) of #473450 color hex is 0.11, 0.35, 0.00, 0.69. Web safe color of #473450 is #333366. Color #473450 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01010000
Octal 107 64 120
Decimal 71 52 80
Hex 47 34 50

RGB Percentages of Color #473450

%34.98
%25.62
%39.41

CMYK Percentages of Color #473450

%11
%35
%0
%69

Triadic Colors of #473450

#473450 #504734 #345047

Analogous Colors of #473450

#473450 #50344b #393450

Monochromatic Colors of #473450

#473450

Complementary Color

#473450 #3d5034

#473450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473450 Color CSS Codes

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

#473450 Text Font Color

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

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


#473450 Background Color

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

This div background color is #473450


#473450 Border Color

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

This div border color is #473450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473450


Comments

No comments written yet.

Please login to write comment.