Color Hex Logo

#473fbf Color Hex

#473FBF
(71,63,191)
0 Favorites   0 Comments

Color spaces of #473fbf

RGB 7163191
HSL0.680.500.50
HSV244°67°75°
CMYK 0.630.670.00   0.25
XYZ13.78008.656250.2347
Yxy8.65620.18960.1191
Hunter Lab29.421432.1159-80.6379
CIE-Lab35.313741.4879-66.0693

#473fbf color RGB value is (71,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 10111111
Octal 107 77 277
Decimal 71 63 191
Hex 47 3F BF

RGB Percentages of Color #473fbf

%21.85
%19.38
%58.77

CMYK Percentages of Color #473fbf

%63
%67
%0
%25

Triadic Colors of #473fbf

#473fbf #bf473f #3fbf47

Analogous Colors of #473fbf

#473fbf #873fbf #3f77bf

Monochromatic Colors of #473fbf

#473fbf

Complementary Color

#473fbf #b7bf3f

#473fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fbf Color CSS Codes

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

#473fbf Text Font Color

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

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


#473fbf Background Color

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

This div background color is #473fbf


#473fbf Border Color

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

This div border color is #473fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fbf


Comments

No comments written yet.

Please login to write comment.