Color Hex Logo

#4563cc Color Hex

#4563CC
(69,99,204)
0 Favorites   0 Comments

Color spaces of #4563cc

RGB 6999204
HSL0.630.570.54
HSV227°66°80°
CMYK 0.660.510.00   0.20
XYZ17.815214.548558.9959
Yxy14.54850.19500.1592
Hunter Lab38.142516.6226-65.0055
CIE-Lab45.009523.1739-57.8599

#4563cc color RGB value is (69,99,204).

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

The process color (four color CMYK) of #4563cc color hex is 0.66, 0.51, 0.00, 0.20. Web safe color of #4563cc is #3366cc. Color #4563cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 11001100
Octal 105 143 314
Decimal 69 99 204
Hex 45 63 CC

RGB Percentages of Color #4563cc

%18.55
%26.61
%54.84

CMYK Percentages of Color #4563cc

%66
%51
%0
%20

Triadic Colors of #4563cc

#4563cc #cc4563 #63cc45

Analogous Colors of #4563cc

#4563cc #6b45cc #45a7cc

Monochromatic Colors of #4563cc

#4563cc

Complementary Color

#4563cc #ccae45

#4563cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563cc Color CSS Codes

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

#4563cc Text Font Color

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

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


#4563cc Background Color

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

This div background color is #4563cc


#4563cc Border Color

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

This div border color is #4563cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,99,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563cc


Comments

No comments written yet.

Please login to write comment.