Color Hex Logo

#475bdd Color Hex

#475BDD
(71,91,221)
0 Favorites   0 Comments

Color spaces of #475bdd

RGB 7191221
HSL0.640.690.57
HSV232°68°87°
CMYK 0.680.590.00   0.13
XYZ19.390814.042270.0950
Yxy14.04220.18730.1356
Hunter Lab37.472926.7893-84.6739
CIE-Lab44.293434.4591-68.7379

#475bdd color RGB value is (71,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 11011101
Octal 107 133 335
Decimal 71 91 221
Hex 47 5B DD

RGB Percentages of Color #475bdd

%18.54
%23.76
%57.70

CMYK Percentages of Color #475bdd

%68
%59
%0
%13

Triadic Colors of #475bdd

#475bdd #dd475b #5bdd47

Analogous Colors of #475bdd

#475bdd #7e47dd #47a6dd

Monochromatic Colors of #475bdd

#475bdd

Complementary Color

#475bdd #ddc947

#475bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bdd Color CSS Codes

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

#475bdd Text Font Color

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

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


#475bdd Background Color

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

This div background color is #475bdd


#475bdd Border Color

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

This div border color is #475bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bdd


Comments

No comments written yet.

Please login to write comment.