Color Hex Logo

#476fbb Color Hex

#476FBB
(71,111,187)
0 Favorites   0 Comments

Color spaces of #476fbb

RGB 71111187
HSL0.610.460.51
HSV219°62°73°
CMYK 0.620.410.00   0.27
XYZ17.252616.296349.2499
Yxy16.29630.20840.1968
Hunter Lab40.36875.6414-44.0759
CIE-Lab47.36089.9943-44.2819

#476fbb color RGB value is (71,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101111 10111011
Octal 107 157 273
Decimal 71 111 187
Hex 47 6F BB

RGB Percentages of Color #476fbb

%19.24
%30.08
%50.68

CMYK Percentages of Color #476fbb

%62
%41
%0
%27

Triadic Colors of #476fbb

#476fbb #bb476f #6fbb47

Analogous Colors of #476fbb

#476fbb #5947bb #47a9bb

Monochromatic Colors of #476fbb

#476fbb

Complementary Color

#476fbb #bb9347

#476fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476fbb Color CSS Codes

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

#476fbb Text Font Color

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

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


#476fbb Background Color

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

This div background color is #476fbb


#476fbb Border Color

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

This div border color is #476fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476fbb


Comments

No comments written yet.

Please login to write comment.