Color Hex Logo

#4668df Color Hex

#4668DF
(70,104,223)
0 Favorites   0 Comments

Color spaces of #4668df

RGB 70104223
HSL0.630.710.57
HSV227°69°87°
CMYK 0.690.530.00   0.13
XYZ20.795416.530471.9067
Yxy16.53040.19040.1513
Hunter Lab40.657620.1477-76.3995
CIE-Lab47.662826.8778-64.4038

#4668df color RGB value is (70,104,223).

#4668df hex color red value is 70, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4668df hue: 0.63 , saturation: 0.71 and the lightness value of 4668df is 0.57.

The process color (four color CMYK) of #4668df color hex is 0.69, 0.53, 0.00, 0.13. Web safe color of #4668df is #3366cc. Color #4668df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101000 11011111
Octal 106 150 337
Decimal 70 104 223
Hex 46 68 DF

RGB Percentages of Color #4668df

%17.63
%26.20
%56.17

CMYK Percentages of Color #4668df

%69
%53
%0
%13

Triadic Colors of #4668df

#4668df #df4668 #68df46

Analogous Colors of #4668df

#4668df #7146df #46b5df

Monochromatic Colors of #4668df

#4668df

Complementary Color

#4668df #dfbd46

#4668df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4668df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4668df Color CSS Codes

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

#4668df Text Font Color

<p style="color:#4668df">Text here</p>

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


#4668df Background Color

<div style="background-color:#4668df">
Div content here</div>

This div background color is #4668df


#4668df Border Color

<div style="border:3px solid #4668df">
Div here</div>

This div border color is #4668df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,104,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4668df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4668df;
  -webkit-box-shadow: 1px 1px 3px 2px #4668df;
  box-shadow:         1px 1px 3px 2px #4668df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4668df


Comments

No comments written yet.

Please login to write comment.