Color Hex Logo

#473095 Color Hex

#473095
(71,48,149)
0 Favorites   0 Comments

Color spaces of #473095

RGB 7148149
HSL0.700.510.39
HSV254°68°58°
CMYK 0.520.680.00   0.42
XYZ9.08035.623429.0406
Yxy5.62340.20760.1286
Hunter Lab23.713726.8511-56.0089
CIE-Lab28.441737.0133-52.1158

#473095 color RGB value is (71,48,149).

#473095 hex color red value is 71, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #473095 hue: 0.70 , saturation: 0.51 and the lightness value of 473095 is 0.39.

The process color (four color CMYK) of #473095 color hex is 0.52, 0.68, 0.00, 0.42. Web safe color of #473095 is #333399. Color #473095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110000 10010101
Octal 107 60 225
Decimal 71 48 149
Hex 47 30 95

RGB Percentages of Color #473095

%26.49
%17.91
%55.60

CMYK Percentages of Color #473095

%52
%68
%0
%42

Triadic Colors of #473095

#473095 #954730 #309547

Analogous Colors of #473095

#473095 #7a3095 #304c95

Monochromatic Colors of #473095

#473095

Complementary Color

#473095 #7e9530

#473095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473095 Color CSS Codes

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

#473095 Text Font Color

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

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


#473095 Background Color

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

This div background color is #473095


#473095 Border Color

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

This div border color is #473095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473095


Comments

No comments written yet.

Please login to write comment.