Color Hex Logo

#473ebd Color Hex

#473EBD
(71,62,189)
0 Favorites   0 Comments

Color spaces of #473ebd

RGB 7162189
HSL0.680.510.49
HSV244°67°74°
CMYK 0.620.670.00   0.26
XYZ13.50658.459049.0650
Yxy8.45900.19020.1191
Hunter Lab29.084431.9961-79.6625
CIE-Lab34.921141.4310-65.5374

#473ebd color RGB value is (71,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111110 10111101
Octal 107 76 275
Decimal 71 62 189
Hex 47 3E BD

RGB Percentages of Color #473ebd

%22.05
%19.25
%58.70

CMYK Percentages of Color #473ebd

%62
%67
%0
%26

Triadic Colors of #473ebd

#473ebd #bd473e #3ebd47

Analogous Colors of #473ebd

#473ebd #873ebd #3e75bd

Monochromatic Colors of #473ebd

#473ebd

Complementary Color

#473ebd #b4bd3e

#473ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#473ebd Color CSS Codes

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

#473ebd Text Font Color

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

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


#473ebd Background Color

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

This div background color is #473ebd


#473ebd Border Color

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

This div border color is #473ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473ebd


Comments

No comments written yet.

Please login to write comment.