Color Hex Logo

#474073 Color Hex

#474073
(71,64,115)
0 Favorites   0 Comments

Color spaces of #474073

RGB 7164115
HSL0.690.280.35
HSV248°44°45°
CMYK 0.380.440.00   0.55
XYZ7.52646.244217.0282
Yxy6.24420.24440.2027
Hunter Lab24.988410.0338-22.9110
CIE-Lab30.020416.3466-28.4084

#474073 color RGB value is (71,64,115).

#474073 hex color red value is 71, green value is 64 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #474073 hue: 0.69 , saturation: 0.28 and the lightness value of 474073 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000000 01110011
Octal 107 100 163
Decimal 71 64 115
Hex 47 40 73

RGB Percentages of Color #474073

%28.40
%25.60
%46.00

CMYK Percentages of Color #474073

%38
%44
%0
%55

Triadic Colors of #474073

#474073 #734740 #407347

Analogous Colors of #474073

#474073 #604073 #405373

Monochromatic Colors of #474073

#474073

Complementary Color

#474073 #6c7340

#474073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474073 Color CSS Codes

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

#474073 Text Font Color

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

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


#474073 Background Color

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

This div background color is #474073


#474073 Border Color

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

This div border color is #474073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474073


Comments

No comments written yet.

Please login to write comment.