Color Hex Logo

#4631df Color Hex

#4631DF
(70,49,223)
0 Favorites   0 Comments

Color spaces of #4631df

RGB 7049223
HSL0.690.730.53
HSV247°78°87°
CMYK 0.690.780.00   0.13
XYZ16.94348.826470.6227
Yxy8.82640.17580.0916
Hunter Lab29.709349.8086-120.1434
CIE-Lab35.647958.7798-84.0762

#4631df color RGB value is (70,49,223).

#4631df hex color red value is 70, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4631df hue: 0.69 , saturation: 0.73 and the lightness value of 4631df is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 11011111
Octal 106 61 337
Decimal 70 49 223
Hex 46 31 DF

RGB Percentages of Color #4631df

%20.47
%14.33
%65.20

CMYK Percentages of Color #4631df

%69
%78
%0
%13

Triadic Colors of #4631df

#4631df #df4631 #31df46

Analogous Colors of #4631df

#4631df #9d31df #3173df

Monochromatic Colors of #4631df

#4631df

Complementary Color

#4631df #cadf31

#4631df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4631df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4631df Color CSS Codes

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

#4631df Text Font Color

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

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


#4631df Background Color

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

This div background color is #4631df


#4631df Border Color

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

This div border color is #4631df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,49,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 #4631df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4631df


Comments

No comments written yet.

Please login to write comment.