Color Hex Logo

#477bbc Color Hex

#477BBC
(71,123,188)
0 Favorites   0 Comments

Color spaces of #477bbc

RGB 71123188
HSL0.590.470.51
HSV213°62°74°
CMYK 0.620.350.00   0.26
XYZ18.758619.136450.2820
Yxy19.13640.21270.2170
Hunter Lab43.7452-0.0105-37.5281
CIE-Lab50.84642.9791-39.3374

#477bbc color RGB value is (71,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111011 10111100
Octal 107 173 274
Decimal 71 123 188
Hex 47 7B BC

RGB Percentages of Color #477bbc

%18.59
%32.20
%49.21

CMYK Percentages of Color #477bbc

%62
%35
%0
%26

Triadic Colors of #477bbc

#477bbc #bc477b #7bbc47

Analogous Colors of #477bbc

#477bbc #4e47bc #47b6bc

Monochromatic Colors of #477bbc

#477bbc

Complementary Color

#477bbc #bc8847

#477bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#477bbc Color CSS Codes

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

#477bbc Text Font Color

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

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


#477bbc Background Color

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

This div background color is #477bbc


#477bbc Border Color

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

This div border color is #477bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477bbc


Comments

No comments written yet.

Please login to write comment.