Color Hex Logo

#4768ff Color Hex

#4768FF
(71,104,255)
0 Favorites   0 Comments

Color spaces of #4768ff

RGB 71104255
HSL0.641.000.64
HSV229°72°100°
CMYK 0.720.590.00   0.00
XYZ25.598818.460296.8217
Yxy18.46020.18170.1310
Hunter Lab42.965331.1612-103.5333
CIE-Lab50.049638.2003-78.4457

#4768ff color RGB value is (71,104,255).

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

The process color (four color CMYK) of #4768ff color hex is 0.72, 0.59, 0.00, 0.00. Web safe color of #4768ff is #3366ff. Color #4768ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 11111111
Octal 107 150 377
Decimal 71 104 255
Hex 47 68 FF

RGB Percentages of Color #4768ff

%16.51
%24.19
%59.30

CMYK Percentages of Color #4768ff

%72
%59
%0
%0

Triadic Colors of #4768ff

#4768ff #ff4768 #68ff47

Analogous Colors of #4768ff

#4768ff #8247ff #47c4ff

Monochromatic Colors of #4768ff

#4768ff

Complementary Color

#4768ff #ffde47

#4768ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4768ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4768ff Color CSS Codes

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

#4768ff Text Font Color

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

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


#4768ff Background Color

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

This div background color is #4768ff


#4768ff Border Color

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

This div border color is #4768ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,104,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 #4768ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4768ff

Related Colors


Comments

No comments written yet.

Please login to write comment.