Color Hex Logo

#476eba Color Hex

#476EBA
(71,110,186)
0 Favorites   0 Comments

Color spaces of #476eba

RGB 71110186
HSL0.610.450.50
HSV220°62°73°
CMYK 0.620.410.00   0.27
XYZ17.037416.036648.6518
Yxy16.03660.20850.1962
Hunter Lab40.04575.8626-43.9998
CIE-Lab47.022510.2708-44.2413

#476eba color RGB value is (71,110,186).

#476eba hex color red value is 71, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #476eba hue: 0.61 , saturation: 0.45 and the lightness value of 476eba is 0.50.

The process color (four color CMYK) of #476eba color hex is 0.62, 0.41, 0.00, 0.27. Web safe color of #476eba is #3366cc. Color #476eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101110 10111010
Octal 107 156 272
Decimal 71 110 186
Hex 47 6E BA

RGB Percentages of Color #476eba

%19.35
%29.97
%50.68

CMYK Percentages of Color #476eba

%62
%41
%0
%27

Triadic Colors of #476eba

#476eba #ba476e #6eba47

Analogous Colors of #476eba

#476eba #5947ba #47a8ba

Monochromatic Colors of #476eba

#476eba

Complementary Color

#476eba #ba9347

#476eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#476eba Color CSS Codes

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

#476eba Text Font Color

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

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


#476eba Background Color

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

This div background color is #476eba


#476eba Border Color

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

This div border color is #476eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476eba


Comments

No comments written yet.

Please login to write comment.