Color Hex Logo

#4634db Color Hex

#4634DB
(70,52,219)
0 Favorites   0 Comments

Color spaces of #4634db

RGB 7052219
HSL0.680.700.53
HSV246°76°86°
CMYK 0.680.760.00   0.14
XYZ16.54008.872567.8587
Yxy8.87250.17730.0951
Hunter Lab29.786746.9908-114.2209
CIE-Lab35.737656.1417-81.6328

#4634db color RGB value is (70,52,219).

#4634db hex color red value is 70, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4634db hue: 0.68 , saturation: 0.70 and the lightness value of 4634db is 0.53.

The process color (four color CMYK) of #4634db color hex is 0.68, 0.76, 0.00, 0.14. Web safe color of #4634db is #3333cc. Color #4634db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110100 11011011
Octal 106 64 333
Decimal 70 52 219
Hex 46 34 DB

RGB Percentages of Color #4634db

%20.53
%15.25
%64.22

CMYK Percentages of Color #4634db

%68
%76
%0
%14

Triadic Colors of #4634db

#4634db #db4634 #34db46

Analogous Colors of #4634db

#4634db #9a34db #3476db

Monochromatic Colors of #4634db

#4634db

Complementary Color

#4634db #c9db34

#4634db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4634db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4634db Color CSS Codes

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

#4634db Text Font Color

<p style="color:#4634db">Text here</p>

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


#4634db Background Color

<div style="background-color:#4634db">
Div content here</div>

This div background color is #4634db


#4634db Border Color

<div style="border:3px solid #4634db">
Div here</div>

This div border color is #4634db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,52,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4634db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4634db;
  -webkit-box-shadow: 1px 1px 3px 2px #4634db;
  box-shadow:         1px 1px 3px 2px #4634db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4634db


Comments

No comments written yet.

Please login to write comment.