Color Hex Logo

#4642fb Color Hex

#4642FB
(70,66,251)
0 Favorites   0 Comments

Color spaces of #4642fb

RGB 7066251
HSL0.670.960.62
HSV241°74°98°
CMYK 0.720.740.00   0.02
XYZ21.886612.163692.4610
Yxy12.16360.17300.0961
Hunter Lab34.876450.9838-132.7708
CIE-Lab41.475058.7298-90.2978

#4642fb color RGB value is (70,66,251).

#4642fb hex color red value is 70, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4642fb hue: 0.67 , saturation: 0.96 and the lightness value of 4642fb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 11111011
Octal 106 102 373
Decimal 70 66 251
Hex 46 42 FB

RGB Percentages of Color #4642fb

%18.09
%17.05
%64.86

CMYK Percentages of Color #4642fb

%72
%74
%0
%2

Triadic Colors of #4642fb

#4642fb #fb4642 #42fb46

Analogous Colors of #4642fb

#4642fb #a342fb #429bfb

Monochromatic Colors of #4642fb

#4642fb

Complementary Color

#4642fb #f7fb42

#4642fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4642fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4642fb Color CSS Codes

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

#4642fb Text Font Color

<p style="color:#4642fb">Text here</p>

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


#4642fb Background Color

<div style="background-color:#4642fb">
Div content here</div>

This div background color is #4642fb


#4642fb Border Color

<div style="border:3px solid #4642fb">
Div here</div>

This div border color is #4642fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4642fb

Related Colors


Comments

No comments written yet.

Please login to write comment.