Color Hex Logo

#476dbb Color Hex

#476DBB
(71,109,187)
0 Favorites   0 Comments

Color spaces of #476dbb

RGB 71109187
HSL0.610.460.51
HSV220°62°73°
CMYK 0.620.420.00   0.27
XYZ17.036815.864749.1780
Yxy15.86470.20760.1933
Hunter Lab39.83056.6468-45.3229
CIE-Lab46.796511.2416-45.1802

#476dbb color RGB value is (71,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 10111011
Octal 107 155 273
Decimal 71 109 187
Hex 47 6D BB

RGB Percentages of Color #476dbb

%19.35
%29.70
%50.95

CMYK Percentages of Color #476dbb

%62
%42
%0
%27

Triadic Colors of #476dbb

#476dbb #bb476d #6dbb47

Analogous Colors of #476dbb

#476dbb #5b47bb #47a7bb

Monochromatic Colors of #476dbb

#476dbb

Complementary Color

#476dbb #bb9547

#476dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476dbb Color CSS Codes

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

#476dbb Text Font Color

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

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


#476dbb Background Color

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

This div background color is #476dbb


#476dbb Border Color

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

This div border color is #476dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476dbb


Comments

No comments written yet.

Please login to write comment.