Color Hex Logo

#4563db Color Hex

#4563DB
(69,99,219)
0 Favorites   0 Comments

Color spaces of #4563db

RGB 6999219
HSL0.630.680.56
HSV228°68°86°
CMYK 0.680.550.00   0.14
XYZ19.702315.303468.9333
Yxy15.30340.18960.1472
Hunter Lab39.119621.4411-77.0923
CIE-Lab46.047028.4683-64.7552

#4563db color RGB value is (69,99,219).

#4563db hex color red value is 69, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4563db hue: 0.63 , saturation: 0.68 and the lightness value of 4563db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 11011011
Octal 105 143 333
Decimal 69 99 219
Hex 45 63 DB

RGB Percentages of Color #4563db

%17.83
%25.58
%56.59

CMYK Percentages of Color #4563db

%68
%55
%0
%14

Triadic Colors of #4563db

#4563db #db4563 #63db45

Analogous Colors of #4563db

#4563db #7245db #45aedb

Monochromatic Colors of #4563db

#4563db

Complementary Color

#4563db #dbbd45

#4563db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563db Color CSS Codes

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

#4563db Text Font Color

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

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


#4563db Background Color

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

This div background color is #4563db


#4563db Border Color

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

This div border color is #4563db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563db


Comments

No comments written yet.

Please login to write comment.