Color Hex Logo

#476bfe Color Hex

#476BFE
(71,107,254)
0 Favorites   0 Comments

Color spaces of #476bfe

RGB 71107254
HSL0.630.990.64
HSV228°72°100°
CMYK 0.720.580.00   0.00
XYZ25.745619.010796.0784
Yxy19.01070.18280.1350
Hunter Lab43.601329.0982-100.1287
CIE-Lab50.699736.0140-76.8314

#476bfe color RGB value is (71,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11111110
Octal 107 153 376
Decimal 71 107 254
Hex 47 6B FE

RGB Percentages of Color #476bfe

%16.44
%24.77
%58.80

CMYK Percentages of Color #476bfe

%72
%58
%0
%0

Triadic Colors of #476bfe

#476bfe #fe476b #6bfe47

Analogous Colors of #476bfe

#476bfe #7f47fe #47c7fe

Monochromatic Colors of #476bfe

#476bfe

Complementary Color

#476bfe #feda47

#476bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#476bfe Color CSS Codes

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

#476bfe Text Font Color

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

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


#476bfe Background Color

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

This div background color is #476bfe


#476bfe Border Color

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

This div border color is #476bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476bfe


Comments

No comments written yet.

Please login to write comment.