Color Hex Logo

#476afb Color Hex

#476AFB
(71,106,251)
0 Favorites   0 Comments

Color spaces of #476afb

RGB 71106251
HSL0.630.960.63
HSV228°72°98°
CMYK 0.720.580.00   0.02
XYZ25.165218.612793.5330
Yxy18.61270.18330.1356
Hunter Lab43.142428.6207-98.3413
CIE-Lab50.231035.5850-75.9303

#476afb color RGB value is (71,106,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 11111011
Octal 107 152 373
Decimal 71 106 251
Hex 47 6A FB

RGB Percentages of Color #476afb

%16.59
%24.77
%58.64

CMYK Percentages of Color #476afb

%72
%58
%0
%2

Triadic Colors of #476afb

#476afb #fb476a #6afb47

Analogous Colors of #476afb

#476afb #7e47fb #47c4fb

Monochromatic Colors of #476afb

#476afb

Complementary Color

#476afb #fbd847

#476afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476afb Color CSS Codes

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

#476afb Text Font Color

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

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


#476afb Background Color

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

This div background color is #476afb


#476afb Border Color

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

This div border color is #476afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476afb


Comments

No comments written yet.

Please login to write comment.