Color Hex Logo

#477fbc Color Hex

#477FBC
(71,127,188)
0 Favorites   0 Comments

Color spaces of #477fbc

RGB 71127188
HSL0.590.470.51
HSV211°62°74°
CMYK 0.620.320.00   0.26
XYZ19.265020.149250.4508
Yxy20.14920.21440.2242
Hunter Lab44.8879-1.9450-35.2163
CIE-Lab52.00550.5794-37.5118

#477fbc color RGB value is (71,127,188).

#477fbc hex color red value is 71, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #477fbc hue: 0.59 , saturation: 0.47 and the lightness value of 477fbc is 0.51.

The process color (four color CMYK) of #477fbc color hex is 0.62, 0.32, 0.00, 0.26. Web safe color of #477fbc is #3366cc. Color #477fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 10111100
Octal 107 177 274
Decimal 71 127 188
Hex 47 7F BC

RGB Percentages of Color #477fbc

%18.39
%32.90
%48.70

CMYK Percentages of Color #477fbc

%62
%32
%0
%26

Triadic Colors of #477fbc

#477fbc #bc477f #7fbc47

Analogous Colors of #477fbc

#477fbc #4a47bc #47babc

Monochromatic Colors of #477fbc

#477fbc

Complementary Color

#477fbc #bc8447

#477fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fbc Color CSS Codes

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

#477fbc Text Font Color

<p style="color:#477fbc">Text here</p>

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


#477fbc Background Color

<div style="background-color:#477fbc">
Div content here</div>

This div background color is #477fbc


#477fbc Border Color

<div style="border:3px solid #477fbc">
Div here</div>

This div border color is #477fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,127,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #477fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #477fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #477fbc;
  box-shadow:         1px 1px 3px 2px #477fbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fbc


Comments

No comments written yet.

Please login to write comment.