Color Hex Logo

#473fbd Color Hex

#473FBD
(71,63,189)
0 Favorites   0 Comments

Color spaces of #473fbd

RGB 7163189
HSL0.680.500.49
HSV244°67°74°
CMYK 0.620.670.00   0.26
XYZ13.56138.568749.0833
Yxy8.56870.19040.1203
Hunter Lab29.272331.4689-78.9257
CIE-Lab35.140340.8387-65.1786

#473fbd color RGB value is (71,63,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 10111101
Octal 107 77 275
Decimal 71 63 189
Hex 47 3F BD

RGB Percentages of Color #473fbd

%21.98
%19.50
%58.51

CMYK Percentages of Color #473fbd

%62
%67
%0
%26

Triadic Colors of #473fbd

#473fbd #bd473f #3fbd47

Analogous Colors of #473fbd

#473fbd #863fbd #3f76bd

Monochromatic Colors of #473fbd

#473fbd

Complementary Color

#473fbd #b5bd3f

#473fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fbd Color CSS Codes

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

#473fbd Text Font Color

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

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


#473fbd Background Color

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

This div background color is #473fbd


#473fbd Border Color

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

This div border color is #473fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fbd


Comments

No comments written yet.

Please login to write comment.