Color Hex Logo

#476beb Color Hex

#476BEB
(71,107,235)
0 Favorites   0 Comments

Color spaces of #476beb

RGB 71107235
HSL0.630.800.60
HSV227°70°92°
CMYK 0.700.540.00   0.08
XYZ22.851617.853180.8389
Yxy17.85310.18800.1469
Hunter Lab42.252922.5953-83.8574
CIE-Lab49.317429.3655-68.4830

#476beb color RGB value is (71,107,235).

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

The process color (four color CMYK) of #476beb color hex is 0.70, 0.54, 0.00, 0.08. Web safe color of #476beb is #3366ff. Color #476beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11101011
Octal 107 153 353
Decimal 71 107 235
Hex 47 6B EB

RGB Percentages of Color #476beb

%17.19
%25.91
%56.90

CMYK Percentages of Color #476beb

%70
%54
%0
%8

Triadic Colors of #476beb

#476beb #eb476b #6beb47

Analogous Colors of #476beb

#476beb #7547eb #47bdeb

Monochromatic Colors of #476beb

#476beb

Complementary Color

#476beb #ebc747

#476beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476beb Color CSS Codes

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

#476beb Text Font Color

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

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


#476beb Background Color

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

This div background color is #476beb


#476beb Border Color

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

This div border color is #476beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476beb


Comments

No comments written yet.

Please login to write comment.