Color Hex Logo

#4246fe Color Hex

#4246FE
(66,70,254)
0 Favorites   0 Comments

Color spaces of #4246fe

RGB 6670254
HSL0.660.990.63
HSV239°74°100°
CMYK 0.740.720.00   0.00
XYZ22.326312.694395.0395
Yxy12.69430.17170.0976
Hunter Lab35.629149.5029-133.2140
CIE-Lab42.299057.2167-90.6215

#4246fe color RGB value is (66,70,254).

#4246fe hex color red value is 66, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4246fe hue: 0.66 , saturation: 0.99 and the lightness value of 4246fe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 11111110
Octal 102 106 376
Decimal 66 70 254
Hex 42 46 FE

RGB Percentages of Color #4246fe

%16.92
%17.95
%65.13

CMYK Percentages of Color #4246fe

%74
%72
%0
%0

Triadic Colors of #4246fe

#4246fe #fe4246 #46fe42

Analogous Colors of #4246fe

#4246fe #9c42fe #42a4fe

Monochromatic Colors of #4246fe

#4246fe

Complementary Color

#4246fe #fefa42

#4246fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4246fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4246fe Color CSS Codes

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

#4246fe Text Font Color

<p style="color:#4246fe">Text here</p>

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


#4246fe Background Color

<div style="background-color:#4246fe">
Div content here</div>

This div background color is #4246fe


#4246fe Border Color

<div style="border:3px solid #4246fe">
Div here</div>

This div border color is #4246fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,70,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4246fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4246fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4246fe;
  box-shadow:         1px 1px 3px 2px #4246fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4246fe

Related Colors


Comments

No comments written yet.

Please login to write comment.