Color Hex Logo

#477dbf Color Hex

#477DBF
(71,125,191)
0 Favorites   0 Comments

Color spaces of #477dbf

RGB 71125191
HSL0.590.480.51
HSV213°63°75°
CMYK 0.630.350.00   0.25
XYZ19.336119.768452.0868
Yxy19.76840.21200.2168
Hunter Lab44.4617-0.1794-38.3350
CIE-Lab51.57432.7986-39.9102

#477dbf color RGB value is (71,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 10111111
Octal 107 175 277
Decimal 71 125 191
Hex 47 7D BF

RGB Percentages of Color #477dbf

%18.35
%32.30
%49.35

CMYK Percentages of Color #477dbf

%63
%35
%0
%25

Triadic Colors of #477dbf

#477dbf #bf477d #7dbf47

Analogous Colors of #477dbf

#477dbf #4d47bf #47b9bf

Monochromatic Colors of #477dbf

#477dbf

Complementary Color

#477dbf #bf8947

#477dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dbf Color CSS Codes

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

#477dbf Text Font Color

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

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


#477dbf Background Color

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

This div background color is #477dbf


#477dbf Border Color

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

This div border color is #477dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dbf


Comments

No comments written yet.

Please login to write comment.