Color Hex Logo

#4630df Color Hex

#4630DF
(70,48,223)
0 Favorites   0 Comments

Color spaces of #4630df

RGB 7048223
HSL0.690.730.53
HSV248°78°87°
CMYK 0.690.780.00   0.13
XYZ16.90208.743770.6089
Yxy8.74370.17560.0908
Hunter Lab29.569750.2831-120.8784
CIE-Lab35.486159.2479-84.3440

#4630df color RGB value is (70,48,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110000 11011111
Octal 106 60 337
Decimal 70 48 223
Hex 46 30 DF

RGB Percentages of Color #4630df

%20.53
%14.08
%65.40

CMYK Percentages of Color #4630df

%69
%78
%0
%13

Triadic Colors of #4630df

#4630df #df4630 #30df46

Analogous Colors of #4630df

#4630df #9e30df #3072df

Monochromatic Colors of #4630df

#4630df

Complementary Color

#4630df #c9df30

#4630df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4630df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4630df Color CSS Codes

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

#4630df Text Font Color

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

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


#4630df Background Color

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

This div background color is #4630df


#4630df Border Color

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

This div border color is #4630df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4630df


Comments

No comments written yet.

Please login to write comment.