Color Hex Logo

#473fcc Color Hex

#473FCC
(71,63,204)
0 Favorites   0 Comments

Color spaces of #473fcc

RGB 7163204
HSL0.680.580.52
HSV243°69°80°
CMYK 0.650.690.00   0.20
XYZ15.27519.254258.1079
Yxy9.25420.18480.1120
Hunter Lab30.420736.3936-91.9578
CIE-Lab36.469245.6830-71.7624

#473fcc color RGB value is (71,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 11001100
Octal 107 77 314
Decimal 71 63 204
Hex 47 3F CC

RGB Percentages of Color #473fcc

%21.01
%18.64
%60.36

CMYK Percentages of Color #473fcc

%65
%69
%0
%20

Triadic Colors of #473fcc

#473fcc #cc473f #3fcc47

Analogous Colors of #473fcc

#473fcc #8e3fcc #3f7ecc

Monochromatic Colors of #473fcc

#473fcc

Complementary Color

#473fcc #c4cc3f

#473fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fcc Color CSS Codes

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

#473fcc Text Font Color

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

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


#473fcc Background Color

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

This div background color is #473fcc


#473fcc Border Color

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

This div border color is #473fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fcc


Comments

No comments written yet.

Please login to write comment.