Color Hex Logo

#473dbf Color Hex

#473DBF
(71,61,191)
0 Favorites   0 Comments

Color spaces of #473dbf

RGB 7161191
HSL0.680.520.49
HSV245°68°75°
CMYK 0.630.680.00   0.25
XYZ13.67128.438750.1985
Yxy8.43870.18910.1167
Hunter Lab29.049433.1689-82.1207
CIE-Lab34.880342.6630-66.7795

#473dbf color RGB value is (71,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 10111111
Octal 107 75 277
Decimal 71 61 191
Hex 47 3D BF

RGB Percentages of Color #473dbf

%21.98
%18.89
%59.13

CMYK Percentages of Color #473dbf

%63
%68
%0
%25

Triadic Colors of #473dbf

#473dbf #bf473d #3dbf47

Analogous Colors of #473dbf

#473dbf #883dbf #3d74bf

Monochromatic Colors of #473dbf

#473dbf

Complementary Color

#473dbf #b5bf3d

#473dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dbf Color CSS Codes

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

#473dbf Text Font Color

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

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


#473dbf Background Color

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

This div background color is #473dbf


#473dbf Border Color

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

This div border color is #473dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dbf


Comments

No comments written yet.

Please login to write comment.