Color Hex Logo

#475bad Color Hex

#475BAD
(71,91,173)
0 Favorites   0 Comments

Color spaces of #475bad

RGB 7191173
HSL0.630.420.48
HSV228°59°68°
CMYK 0.590.470.00   0.32
XYZ13.882411.838941.0886
Yxy11.83890.20780.1772
Hunter Lab34.407711.8055-46.7169
CIE-Lab40.958917.8043-46.3224

#475bad color RGB value is (71,91,173).

#475bad hex color red value is 71, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #475bad hue: 0.63 , saturation: 0.42 and the lightness value of 475bad is 0.48.

The process color (four color CMYK) of #475bad color hex is 0.59, 0.47, 0.00, 0.32. Web safe color of #475bad is #336699. Color #475bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 10101101
Octal 107 133 255
Decimal 71 91 173
Hex 47 5B AD

RGB Percentages of Color #475bad

%21.19
%27.16
%51.64

CMYK Percentages of Color #475bad

%59
%47
%0
%32

Triadic Colors of #475bad

#475bad #ad475b #5bad47

Analogous Colors of #475bad

#475bad #6647ad #478ead

Monochromatic Colors of #475bad

#475bad

Complementary Color

#475bad #ad9947

#475bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bad Color CSS Codes

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

#475bad Text Font Color

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

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


#475bad Background Color

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

This div background color is #475bad


#475bad Border Color

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

This div border color is #475bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bad


Comments

No comments written yet.

Please login to write comment.