Color Hex Logo

#473dcb Color Hex

#473DCB
(71,61,203)
0 Favorites   0 Comments

Color spaces of #473dcb

RGB 7161203
HSL0.680.580.52
HSV244°70°80°
CMYK 0.650.700.00   0.20
XYZ15.04688.988957.4419
Yxy8.98890.18470.1103
Hunter Lab29.981537.1161-92.6074
CIE-Lab35.962946.5041-72.0131

#473dcb color RGB value is (71,61,203).

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

The process color (four color CMYK) of #473dcb color hex is 0.65, 0.70, 0.00, 0.20. Web safe color of #473dcb is #3333cc. Color #473dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11001011
Octal 107 75 313
Decimal 71 61 203
Hex 47 3D CB

RGB Percentages of Color #473dcb

%21.19
%18.21
%60.60

CMYK Percentages of Color #473dcb

%65
%70
%0
%20

Triadic Colors of #473dcb

#473dcb #cb473d #3dcb47

Analogous Colors of #473dcb

#473dcb #8e3dcb #3d7acb

Monochromatic Colors of #473dcb

#473dcb

Complementary Color

#473dcb #c1cb3d

#473dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dcb Color CSS Codes

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

#473dcb Text Font Color

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

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


#473dcb Background Color

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

This div background color is #473dcb


#473dcb Border Color

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

This div border color is #473dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dcb


Comments

No comments written yet.

Please login to write comment.