Color Hex Logo

#473fbe Color Hex

#473FBE
(71,63,190)
0 Favorites   0 Comments

Color spaces of #473fbe

RGB 7163190
HSL0.680.500.50
HSV244°67°75°
CMYK 0.630.670.00   0.25
XYZ13.67038.612349.6570
Yxy8.61230.19000.1197
Hunter Lab29.346731.7922-79.7807
CIE-Lab35.226941.1636-65.6244

#473fbe color RGB value is (71,63,190).

#473fbe hex color red value is 71, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #473fbe hue: 0.68 , saturation: 0.50 and the lightness value of 473fbe is 0.50.

The process color (four color CMYK) of #473fbe color hex is 0.63, 0.67, 0.00, 0.25. Web safe color of #473fbe is #3333cc. Color #473fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 10111110
Octal 107 77 276
Decimal 71 63 190
Hex 47 3F BE

RGB Percentages of Color #473fbe

%21.91
%19.44
%58.64

CMYK Percentages of Color #473fbe

%63
%67
%0
%25

Triadic Colors of #473fbe

#473fbe #be473f #3fbe47

Analogous Colors of #473fbe

#473fbe #873fbe #3f77be

Monochromatic Colors of #473fbe

#473fbe

Complementary Color

#473fbe #b6be3f

#473fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fbe Color CSS Codes

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

#473fbe Text Font Color

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

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


#473fbe Background Color

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

This div background color is #473fbe


#473fbe Border Color

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

This div border color is #473fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,63,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #473fbe;
  box-shadow:         1px 1px 3px 2px #473fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fbe


Comments

No comments written yet.

Please login to write comment.