Color Hex Logo

#474373 Color Hex

#474373
(71,67,115)
0 Favorites   0 Comments

Color spaces of #474373

RGB 7167115
HSL0.680.260.36
HSV245°42°45°
CMYK 0.380.420.00   0.55
XYZ7.70026.591717.0861
Yxy6.59170.24540.2101
Hunter Lab25.67438.6054-21.4851
CIE-Lab30.858714.3732-27.0850

#474373 color RGB value is (71,67,115).

#474373 hex color red value is 71, green value is 67 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #474373 hue: 0.68 , saturation: 0.26 and the lightness value of 474373 is 0.36.

The process color (four color CMYK) of #474373 color hex is 0.38, 0.42, 0.00, 0.55. Web safe color of #474373 is #333366. Color #474373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 01110011
Octal 107 103 163
Decimal 71 67 115
Hex 47 43 73

RGB Percentages of Color #474373

%28.06
%26.48
%45.45

CMYK Percentages of Color #474373

%38
%42
%0
%55

Triadic Colors of #474373

#474373 #734743 #437347

Analogous Colors of #474373

#474373 #5f4373 #435773

Monochromatic Colors of #474373

#474373

Complementary Color

#474373 #6f7343

#474373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474373 Color CSS Codes

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

#474373 Text Font Color

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

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


#474373 Background Color

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

This div background color is #474373


#474373 Border Color

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

This div border color is #474373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474373


Comments

No comments written yet.

Please login to write comment.