Color Hex Logo

#476aeb Color Hex

#476AEB
(71,106,235)
0 Favorites   0 Comments

Color spaces of #476aeb

RGB 71106235
HSL0.630.800.60
HSV227°70°92°
CMYK 0.700.550.00   0.08
XYZ22.748017.645880.8043
Yxy17.64580.18770.1456
Hunter Lab42.006923.1510-84.6452
CIE-Lab49.063729.9889-68.8947

#476aeb color RGB value is (71,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 11101011
Octal 107 152 353
Decimal 71 106 235
Hex 47 6A EB

RGB Percentages of Color #476aeb

%17.23
%25.73
%57.04

CMYK Percentages of Color #476aeb

%70
%55
%0
%8

Triadic Colors of #476aeb

#476aeb #eb476a #6aeb47

Analogous Colors of #476aeb

#476aeb #7647eb #47bceb

Monochromatic Colors of #476aeb

#476aeb

Complementary Color

#476aeb #ebc847

#476aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476aeb Color CSS Codes

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

#476aeb Text Font Color

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

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


#476aeb Background Color

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

This div background color is #476aeb


#476aeb Border Color

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

This div border color is #476aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476aeb


Comments

No comments written yet.

Please login to write comment.