Color Hex Logo

#476fff Color Hex

#476FFF
(71,111,255)
0 Favorites   0 Comments

Color spaces of #476fff

RGB 71111255
HSL0.631.000.64
HSV227°72°100°
CMYK 0.720.560.00   0.00
XYZ26.333019.928597.0664
Yxy19.92850.18370.1390
Hunter Lab44.641327.1711-97.6689
CIE-Lab51.756333.9018-75.6650

#476fff color RGB value is (71,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101111 11111111
Octal 107 157 377
Decimal 71 111 255
Hex 47 6F FF

RGB Percentages of Color #476fff

%16.25
%25.40
%58.35

CMYK Percentages of Color #476fff

%72
%56
%0
%0

Triadic Colors of #476fff

#476fff #ff476f #6fff47

Analogous Colors of #476fff

#476fff #7b47ff #47cbff

Monochromatic Colors of #476fff

#476fff

Complementary Color

#476fff #ffd747

#476fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#476fff Color CSS Codes

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

#476fff Text Font Color

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

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


#476fff Background Color

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

This div background color is #476fff


#476fff Border Color

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

This div border color is #476fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476fff

Related Colors


Comments

No comments written yet.

Please login to write comment.