Color Hex Logo

#475dbd Color Hex

#475DBD
(71,93,189)
0 Favorites   0 Comments

Color spaces of #475dbd

RGB 7193189
HSL0.640.470.51
HSV229°62°74°
CMYK 0.620.510.00   0.26
XYZ15.698212.842449.7956
Yxy12.84240.20040.1639
Hunter Lab35.836315.4790-57.2998
CIE-Lab42.524822.0682-53.1849

#475dbd color RGB value is (71,93,189).

#475dbd hex color red value is 71, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #475dbd hue: 0.64 , saturation: 0.47 and the lightness value of 475dbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10111101
Octal 107 135 275
Decimal 71 93 189
Hex 47 5D BD

RGB Percentages of Color #475dbd

%20.11
%26.35
%53.54

CMYK Percentages of Color #475dbd

%62
%51
%0
%26

Triadic Colors of #475dbd

#475dbd #bd475d #5dbd47

Analogous Colors of #475dbd

#475dbd #6c47bd #4798bd

Monochromatic Colors of #475dbd

#475dbd

Complementary Color

#475dbd #bda747

#475dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dbd Color CSS Codes

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

#475dbd Text Font Color

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

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


#475dbd Background Color

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

This div background color is #475dbd


#475dbd Border Color

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

This div border color is #475dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dbd


Comments

No comments written yet.

Please login to write comment.