Color Hex Logo

#475dbc Color Hex

#475DBC
(71,93,188)
0 Favorites   0 Comments

Color spaces of #475dbc

RGB 7193188
HSL0.640.470.51
HSV229°62°74°
CMYK 0.620.510.00   0.26
XYZ15.590012.799149.2258
Yxy12.79910.20090.1649
Hunter Lab35.775815.1771-56.5371
CIE-Lab42.459021.7203-52.7084

#475dbc color RGB value is (71,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10111100
Octal 107 135 274
Decimal 71 93 188
Hex 47 5D BC

RGB Percentages of Color #475dbc

%20.17
%26.42
%53.41

CMYK Percentages of Color #475dbc

%62
%51
%0
%26

Triadic Colors of #475dbc

#475dbc #bc475d #5dbc47

Analogous Colors of #475dbc

#475dbc #6c47bc #4798bc

Monochromatic Colors of #475dbc

#475dbc

Complementary Color

#475dbc #bca647

#475dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dbc Color CSS Codes

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

#475dbc Text Font Color

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

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


#475dbc Background Color

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

This div background color is #475dbc


#475dbc Border Color

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

This div border color is #475dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dbc


Comments

No comments written yet.

Please login to write comment.