Color Hex Logo

#4668ee Color Hex

#4668EE
(70,104,238)
0 Favorites   0 Comments

Color spaces of #4668ee

RGB 70104238
HSL0.630.830.60
HSV228°71°93°
CMYK 0.710.560.00   0.07
XYZ22.908717.375883.0354
Yxy17.37580.18580.1409
Hunter Lab41.684325.1519-88.9271
CIE-Lab48.730132.1559-71.1213

#4668ee color RGB value is (70,104,238).

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

The process color (four color CMYK) of #4668ee color hex is 0.71, 0.56, 0.00, 0.07. Web safe color of #4668ee is #3366ff. Color #4668ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101000 11101110
Octal 106 150 356
Decimal 70 104 238
Hex 46 68 EE

RGB Percentages of Color #4668ee

%16.99
%25.24
%57.77

CMYK Percentages of Color #4668ee

%71
%56
%0
%7

Triadic Colors of #4668ee

#4668ee #ee4668 #68ee46

Analogous Colors of #4668ee

#4668ee #7846ee #46bcee

Monochromatic Colors of #4668ee

#4668ee

Complementary Color

#4668ee #eecc46

#4668ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4668ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4668ee Color CSS Codes

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

#4668ee Text Font Color

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

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


#4668ee Background Color

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

This div background color is #4668ee


#4668ee Border Color

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

This div border color is #4668ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4668ee


Comments

No comments written yet.

Please login to write comment.