Color Hex Logo

#476afc Color Hex

#476AFC
(71,106,252)
0 Favorites   0 Comments

Color spaces of #476afc

RGB 71106252
HSL0.630.970.63
HSV228°72°99°
CMYK 0.720.580.00   0.01
XYZ25.323318.675994.3656
Yxy18.67590.18300.1350
Hunter Lab43.215628.9693-99.2147
CIE-Lab50.305835.9332-76.3637

#476afc color RGB value is (71,106,252).

#476afc hex color red value is 71, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #476afc hue: 0.63 , saturation: 0.97 and the lightness value of 476afc is 0.63.

The process color (four color CMYK) of #476afc color hex is 0.72, 0.58, 0.00, 0.01. Web safe color of #476afc is #3366ff. Color #476afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 11111100
Octal 107 152 374
Decimal 71 106 252
Hex 47 6A FC

RGB Percentages of Color #476afc

%16.55
%24.71
%58.74

CMYK Percentages of Color #476afc

%72
%58
%0
%1

Triadic Colors of #476afc

#476afc #fc476a #6afc47

Analogous Colors of #476afc

#476afc #7f47fc #47c5fc

Monochromatic Colors of #476afc

#476afc

Complementary Color

#476afc #fcd947

#476afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#476afc Color CSS Codes

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

#476afc Text Font Color

<p style="color:#476afc">Text here</p>

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


#476afc Background Color

<div style="background-color:#476afc">
Div content here</div>

This div background color is #476afc


#476afc Border Color

<div style="border:3px solid #476afc">
Div here</div>

This div border color is #476afc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,106,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476afc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476afc;
  -webkit-box-shadow: 1px 1px 3px 2px #476afc;
  box-shadow:         1px 1px 3px 2px #476afc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476afc


Comments

No comments written yet.

Please login to write comment.