Color Hex Logo

#476dba Color Hex

#476DBA
(71,109,186)
0 Favorites   0 Comments

Color spaces of #476dba

RGB 71109186
HSL0.610.450.50
HSV220°62°73°
CMYK 0.620.410.00   0.27
XYZ16.930115.822048.6160
Yxy15.82200.20810.1944
Hunter Lab39.77696.3648-44.6215
CIE-Lab46.740110.8949-44.6907

#476dba color RGB value is (71,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 10111010
Octal 107 155 272
Decimal 71 109 186
Hex 47 6D BA

RGB Percentages of Color #476dba

%19.40
%29.78
%50.82

CMYK Percentages of Color #476dba

%62
%41
%0
%27

Triadic Colors of #476dba

#476dba #ba476d #6dba47

Analogous Colors of #476dba

#476dba #5a47ba #47a7ba

Monochromatic Colors of #476dba

#476dba

Complementary Color

#476dba #ba9447

#476dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#476dba Color CSS Codes

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

#476dba Text Font Color

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

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


#476dba Background Color

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

This div background color is #476dba


#476dba Border Color

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

This div border color is #476dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476dba


Comments

No comments written yet.

Please login to write comment.