Color Hex Logo

#4666fa Color Hex

#4666FA
(70,102,250)
0 Favorites   0 Comments

Color spaces of #4666fa

RGB 70102250
HSL0.640.950.63
HSV229°72°98°
CMYK 0.720.590.00   0.02
XYZ24.532517.707092.5673
Yxy17.70700.18200.1314
Hunter Lab42.079730.4262-100.9709
CIE-Lab49.138837.5791-77.1568

#4666fa color RGB value is (70,102,250).

#4666fa hex color red value is 70, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4666fa hue: 0.64 , saturation: 0.95 and the lightness value of 4666fa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100110 11111010
Octal 106 146 372
Decimal 70 102 250
Hex 46 66 FA

RGB Percentages of Color #4666fa

%16.59
%24.17
%59.24

CMYK Percentages of Color #4666fa

%72
%59
%0
%2

Triadic Colors of #4666fa

#4666fa #fa4666 #66fa46

Analogous Colors of #4666fa

#4666fa #8046fa #46c0fa

Monochromatic Colors of #4666fa

#4666fa

Complementary Color

#4666fa #fada46

#4666fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4666fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4666fa Color CSS Codes

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

#4666fa Text Font Color

<p style="color:#4666fa">Text here</p>

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


#4666fa Background Color

<div style="background-color:#4666fa">
Div content here</div>

This div background color is #4666fa


#4666fa Border Color

<div style="border:3px solid #4666fa">
Div here</div>

This div border color is #4666fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,102,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4666fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4666fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4666fa;
  box-shadow:         1px 1px 3px 2px #4666fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4666fa


Comments

No comments written yet.

Please login to write comment.