Color Hex Logo

#475fdb Color Hex

#475FDB
(71,95,219)
0 Favorites   0 Comments

Color spaces of #475fdb

RGB 7195219
HSL0.640.670.57
HSV230°68°86°
CMYK 0.680.570.00   0.14
XYZ19.476914.638568.8168
Yxy14.63850.18920.1422
Hunter Lab38.260323.9122-79.8596
CIE-Lab45.135031.2663-66.2307

#475fdb color RGB value is (71,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 11011011
Octal 107 137 333
Decimal 71 95 219
Hex 47 5F DB

RGB Percentages of Color #475fdb

%18.44
%24.68
%56.88

CMYK Percentages of Color #475fdb

%68
%57
%0
%14

Triadic Colors of #475fdb

#475fdb #db475f #5fdb47

Analogous Colors of #475fdb

#475fdb #7947db #47a9db

Monochromatic Colors of #475fdb

#475fdb

Complementary Color

#475fdb #dbc347

#475fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fdb Color CSS Codes

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

#475fdb Text Font Color

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

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


#475fdb Background Color

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

This div background color is #475fdb


#475fdb Border Color

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

This div border color is #475fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fdb


Comments

No comments written yet.

Please login to write comment.