Color Hex Logo

#476def Color Hex

#476DEF
(71,109,239)
0 Favorites   0 Comments

Color spaces of #476def

RGB 71109239
HSL0.630.840.61
HSV226°70°94°
CMYK 0.700.540.00   0.06
XYZ23.647218.508983.9876
Yxy18.50890.18750.1467
Hunter Lab43.022022.8248-85.6307
CIE-Lab50.107629.5267-69.4420

#476def color RGB value is (71,109,239).

#476def hex color red value is 71, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #476def hue: 0.63 , saturation: 0.84 and the lightness value of 476def is 0.61.

The process color (four color CMYK) of #476def color hex is 0.70, 0.54, 0.00, 0.06. Web safe color of #476def is #3366ff. Color #476def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 11101111
Octal 107 155 357
Decimal 71 109 239
Hex 47 6D EF

RGB Percentages of Color #476def

%16.95
%26.01
%57.04

CMYK Percentages of Color #476def

%70
%54
%0
%6

Triadic Colors of #476def

#476def #ef476d #6def47

Analogous Colors of #476def

#476def #7547ef #47c1ef

Monochromatic Colors of #476def

#476def

Complementary Color

#476def #efc947

#476def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476def Color Preview on White Background

Lorem ipsum dolor sit amet.

#476def Color CSS Codes

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

#476def Text Font Color

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

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


#476def Background Color

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

This div background color is #476def


#476def Border Color

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

This div border color is #476def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476def


Comments

No comments written yet.

Please login to write comment.