Color Hex Logo

#473cbf Color Hex

#473CBF
(71,60,191)
0 Favorites   0 Comments

Color spaces of #473cbf

RGB 7160191
HSL0.680.520.49
HSV245°69°75°
CMYK 0.630.690.00   0.25
XYZ13.61848.332950.1809
Yxy8.33290.18880.1155
Hunter Lab28.866833.6937-82.8608
CIE-Lab34.666843.2457-67.1296

#473cbf color RGB value is (71,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 10111111
Octal 107 74 277
Decimal 71 60 191
Hex 47 3C BF

RGB Percentages of Color #473cbf

%22.05
%18.63
%59.32

CMYK Percentages of Color #473cbf

%63
%69
%0
%25

Triadic Colors of #473cbf

#473cbf #bf473c #3cbf47

Analogous Colors of #473cbf

#473cbf #893cbf #3c73bf

Monochromatic Colors of #473cbf

#473cbf

Complementary Color

#473cbf #b4bf3c

#473cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473cbf Color CSS Codes

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

#473cbf Text Font Color

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

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


#473cbf Background Color

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

This div background color is #473cbf


#473cbf Border Color

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

This div border color is #473cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473cbf


Comments

No comments written yet.

Please login to write comment.