Color Hex Logo

#476cff Color Hex

#476CFF
(71,108,255)
0 Favorites   0 Comments

Color spaces of #476cff

RGB 71108255
HSL0.631.000.64
HSV228°72°100°
CMYK 0.720.580.00   0.00
XYZ26.011119.284796.9591
Yxy19.28470.18280.1356
Hunter Lab43.914328.8780-100.1672
CIE-Lab51.018635.7477-76.8659

#476cff color RGB value is (71,108,255).

#476cff hex color red value is 71, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #476cff hue: 0.63 , saturation: 1.00 and the lightness value of 476cff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101100 11111111
Octal 107 154 377
Decimal 71 108 255
Hex 47 6C FF

RGB Percentages of Color #476cff

%16.36
%24.88
%58.76

CMYK Percentages of Color #476cff

%72
%58
%0
%0

Triadic Colors of #476cff

#476cff #ff476c #6cff47

Analogous Colors of #476cff

#476cff #7e47ff #47c8ff

Monochromatic Colors of #476cff

#476cff

Complementary Color

#476cff #ffda47

#476cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#476cff Color CSS Codes

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

#476cff Text Font Color

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

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


#476cff Background Color

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

This div background color is #476cff


#476cff Border Color

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

This div border color is #476cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476cff

Related Colors


Comments

No comments written yet.

Please login to write comment.