Color Hex Logo

#475bde Color Hex

#475BDE
(71,91,222)
0 Favorites   0 Comments

Color spaces of #475bde

RGB 7191222
HSL0.640.700.57
HSV232°68°87°
CMYK 0.680.590.00   0.13
XYZ19.524414.095770.7989
Yxy14.09570.18700.1350
Hunter Lab37.544227.1242-85.5249
CIE-Lab44.369934.8039-69.1822

#475bde color RGB value is (71,91,222).

#475bde hex color red value is 71, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #475bde hue: 0.64 , saturation: 0.70 and the lightness value of 475bde is 0.57.

The process color (four color CMYK) of #475bde color hex is 0.68, 0.59, 0.00, 0.13. Web safe color of #475bde is #3366cc. Color #475bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 11011110
Octal 107 133 336
Decimal 71 91 222
Hex 47 5B DE

RGB Percentages of Color #475bde

%18.49
%23.70
%57.81

CMYK Percentages of Color #475bde

%68
%59
%0
%13

Triadic Colors of #475bde

#475bde #de475b #5bde47

Analogous Colors of #475bde

#475bde #7f47de #47a7de

Monochromatic Colors of #475bde

#475bde

Complementary Color

#475bde #deca47

#475bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bde Color CSS Codes

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

#475bde Text Font Color

<p style="color:#475bde">Text here</p>

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


#475bde Background Color

<div style="background-color:#475bde">
Div content here</div>

This div background color is #475bde


#475bde Border Color

<div style="border:3px solid #475bde">
Div here</div>

This div border color is #475bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,91,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475bde;
  -webkit-box-shadow: 1px 1px 3px 2px #475bde;
  box-shadow:         1px 1px 3px 2px #475bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bde


Comments

No comments written yet.

Please login to write comment.