Color Hex Logo

#476abe Color Hex

#476ABE
(71,106,190)
0 Favorites   0 Comments

Color spaces of #476abe

RGB 71106190
HSL0.620.480.51
HSV222°63°75°
CMYK 0.630.440.00   0.25
XYZ17.046815.365450.7825
Yxy15.36540.20490.1847
Hunter Lab39.19879.0286-49.3719
CIE-Lab46.130714.1667-47.9792

#476abe color RGB value is (71,106,190).

#476abe hex color red value is 71, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #476abe hue: 0.62 , saturation: 0.48 and the lightness value of 476abe is 0.51.

The process color (four color CMYK) of #476abe color hex is 0.63, 0.44, 0.00, 0.25. Web safe color of #476abe is #3366cc. Color #476abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 10111110
Octal 107 152 276
Decimal 71 106 190
Hex 47 6A BE

RGB Percentages of Color #476abe

%19.35
%28.88
%51.77

CMYK Percentages of Color #476abe

%63
%44
%0
%25

Triadic Colors of #476abe

#476abe #be476a #6abe47

Analogous Colors of #476abe

#476abe #5f47be #47a6be

Monochromatic Colors of #476abe

#476abe

Complementary Color

#476abe #be9b47

#476abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#476abe Color CSS Codes

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

#476abe Text Font Color

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

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


#476abe Background Color

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

This div background color is #476abe


#476abe Border Color

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

This div border color is #476abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476abe


Comments

No comments written yet.

Please login to write comment.