Color Hex Logo

#475dcb Color Hex

#475DCB
(71,93,203)
0 Favorites   0 Comments

Color spaces of #475dcb

RGB 7193203
HSL0.640.560.54
HSV230°65°80°
CMYK 0.650.540.00   0.20
XYZ17.292413.480158.1904
Yxy13.48010.19440.1515
Hunter Lab36.715319.8194-68.2687
CIE-Lab43.477926.9487-59.7551

#475dcb color RGB value is (71,93,203).

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

The process color (four color CMYK) of #475dcb color hex is 0.65, 0.54, 0.00, 0.20. Web safe color of #475dcb is #3366cc. Color #475dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 11001011
Octal 107 135 313
Decimal 71 93 203
Hex 47 5D CB

RGB Percentages of Color #475dcb

%19.35
%25.34
%55.31

CMYK Percentages of Color #475dcb

%65
%54
%0
%20

Triadic Colors of #475dcb

#475dcb #cb475d #5dcb47

Analogous Colors of #475dcb

#475dcb #7347cb #479fcb

Monochromatic Colors of #475dcb

#475dcb

Complementary Color

#475dcb #cbb547

#475dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dcb Color CSS Codes

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

#475dcb Text Font Color

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

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


#475dcb Background Color

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

This div background color is #475dcb


#475dcb Border Color

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

This div border color is #475dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dcb


Comments

No comments written yet.

Please login to write comment.