Color Hex Logo

#473299 Color Hex

#473299
(71,50,153)
0 Favorites   0 Comments

Color spaces of #473299

RGB 7150153
HSL0.700.510.40
HSV252°67°60°
CMYK 0.540.670.00   0.40
XYZ9.48895.920730.7797
Yxy5.92070.20540.1282
Hunter Lab24.332527.0275-57.9669
CIE-Lab29.211537.0736-53.3088

#473299 color RGB value is (71,50,153).

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

The process color (four color CMYK) of #473299 color hex is 0.54, 0.67, 0.00, 0.40. Web safe color of #473299 is #333399. Color #473299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 10011001
Octal 107 62 231
Decimal 71 50 153
Hex 47 32 99

RGB Percentages of Color #473299

%25.91
%18.25
%55.84

CMYK Percentages of Color #473299

%54
%67
%0
%40

Triadic Colors of #473299

#473299 #994732 #329947

Analogous Colors of #473299

#473299 #7b3299 #325199

Monochromatic Colors of #473299

#473299

Complementary Color

#473299 #849932

#473299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473299 Color CSS Codes

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

#473299 Text Font Color

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

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


#473299 Background Color

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

This div background color is #473299


#473299 Border Color

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

This div border color is #473299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473299


Comments

No comments written yet.

Please login to write comment.