Color Hex Logo

#4665db Color Hex

#4665DB
(70,101,219)
0 Favorites   0 Comments

Color spaces of #4665db

RGB 70101219
HSL0.630.670.57
HSV228°68°86°
CMYK 0.680.540.00   0.14
XYZ19.965715.723969.0005
Yxy15.72390.19070.1502
Hunter Lab39.653420.4824-75.4127
CIE-Lab46.610227.3537-63.8399

#4665db color RGB value is (70,101,219).

#4665db hex color red value is 70, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4665db hue: 0.63 , saturation: 0.67 and the lightness value of 4665db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 11011011
Octal 106 145 333
Decimal 70 101 219
Hex 46 65 DB

RGB Percentages of Color #4665db

%17.95
%25.90
%56.15

CMYK Percentages of Color #4665db

%68
%54
%0
%14

Triadic Colors of #4665db

#4665db #db4665 #65db46

Analogous Colors of #4665db

#4665db #7246db #46b0db

Monochromatic Colors of #4665db

#4665db

Complementary Color

#4665db #dbbc46

#4665db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665db Color CSS Codes

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

#4665db Text Font Color

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

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


#4665db Background Color

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

This div background color is #4665db


#4665db Border Color

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

This div border color is #4665db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4665db


Comments

No comments written yet.

Please login to write comment.