Color Hex Logo

#4647ff Color Hex

#4647FF
(70,71,255)
0 Favorites   0 Comments

Color spaces of #4647ff

RGB 7071255
HSL0.671.000.64
HSV240°73°100°
CMYK 0.730.720.00   0.00
XYZ22.829013.028695.9193
Yxy13.02860.17320.0989
Hunter Lab36.095249.7289-132.2907
CIE-Lab42.806357.3282-90.3348

#4647ff color RGB value is (70,71,255).

#4647ff hex color red value is 70, green value is 71 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4647ff hue: 0.67 , saturation: 1.00 and the lightness value of 4647ff is 0.64.

The process color (four color CMYK) of #4647ff color hex is 0.73, 0.72, 0.00, 0.00. Web safe color of #4647ff is #3333ff. Color #4647ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 11111111
Octal 106 107 377
Decimal 70 71 255
Hex 46 47 FF

RGB Percentages of Color #4647ff

%17.68
%17.93
%64.39

CMYK Percentages of Color #4647ff

%73
%72
%0
%0

Triadic Colors of #4647ff

#4647ff #ff4647 #47ff46

Analogous Colors of #4647ff

#4647ff #a246ff #46a4ff

Monochromatic Colors of #4647ff

#4647ff

Complementary Color

#4647ff #fffe46

#4647ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4647ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4647ff Color CSS Codes

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

#4647ff Text Font Color

<p style="color:#4647ff">Text here</p>

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


#4647ff Background Color

<div style="background-color:#4647ff">
Div content here</div>

This div background color is #4647ff


#4647ff Border Color

<div style="border:3px solid #4647ff">
Div here</div>

This div border color is #4647ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,71,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4647ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4647ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4647ff;
  box-shadow:         1px 1px 3px 2px #4647ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4647ff


Comments

No comments written yet.

Please login to write comment.