Color Hex Logo

#476bda Color Hex

#476BDA
(71,107,218)
0 Favorites   0 Comments

Color spaces of #476bda

RGB 71107218
HSL0.630.670.57
HSV225°67°85°
CMYK 0.670.510.00   0.15
XYZ20.511116.916968.5139
Yxy16.91690.19360.1597
Hunter Lab41.130217.0380-69.9731
CIE-Lab48.155223.3763-60.7714

#476bda color RGB value is (71,107,218).

#476bda hex color red value is 71, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #476bda hue: 0.63 , saturation: 0.67 and the lightness value of 476bda is 0.57.

The process color (four color CMYK) of #476bda color hex is 0.67, 0.51, 0.00, 0.15. Web safe color of #476bda is #3366cc. Color #476bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11011010
Octal 107 153 332
Decimal 71 107 218
Hex 47 6B DA

RGB Percentages of Color #476bda

%17.93
%27.02
%55.05

CMYK Percentages of Color #476bda

%67
%51
%0
%15

Triadic Colors of #476bda

#476bda #da476b #6bda47

Analogous Colors of #476bda

#476bda #6d47da #47b5da

Monochromatic Colors of #476bda

#476bda

Complementary Color

#476bda #dab647

#476bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#476bda Color CSS Codes

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

#476bda Text Font Color

<p style="color:#476bda">Text here</p>

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


#476bda Background Color

<div style="background-color:#476bda">
Div content here</div>

This div background color is #476bda


#476bda Border Color

<div style="border:3px solid #476bda">
Div here</div>

This div border color is #476bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,107,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476bda;
  -webkit-box-shadow: 1px 1px 3px 2px #476bda;
  box-shadow:         1px 1px 3px 2px #476bda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476bda


Comments

No comments written yet.

Please login to write comment.