Color Hex Logo

#4463cf Color Hex

#4463CF
(68,99,207)
0 Favorites   0 Comments

Color spaces of #4463cf

RGB 6899207
HSL0.630.590.54
HSV227°67°81°
CMYK 0.670.520.00   0.19
XYZ18.108214.657660.9063
Yxy14.65760.19330.1565
Hunter Lab38.285217.4280-67.5222
CIE-Lab45.161624.0784-59.3389

#4463cf color RGB value is (68,99,207).

#4463cf hex color red value is 68, green value is 99 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4463cf hue: 0.63 , saturation: 0.59 and the lightness value of 4463cf is 0.54.

The process color (four color CMYK) of #4463cf color hex is 0.67, 0.52, 0.00, 0.19. Web safe color of #4463cf is #3366cc. Color #4463cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100011 11001111
Octal 104 143 317
Decimal 68 99 207
Hex 44 63 CF

RGB Percentages of Color #4463cf

%18.18
%26.47
%55.35

CMYK Percentages of Color #4463cf

%67
%52
%0
%19

Triadic Colors of #4463cf

#4463cf #cf4463 #63cf44

Analogous Colors of #4463cf

#4463cf #6b44cf #44a9cf

Monochromatic Colors of #4463cf

#4463cf

Complementary Color

#4463cf #cfb044

#4463cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4463cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4463cf Color CSS Codes

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

#4463cf Text Font Color

<p style="color:#4463cf">Text here</p>

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


#4463cf Background Color

<div style="background-color:#4463cf">
Div content here</div>

This div background color is #4463cf


#4463cf Border Color

<div style="border:3px solid #4463cf">
Div here</div>

This div border color is #4463cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,99,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4463cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4463cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4463cf;
  box-shadow:         1px 1px 3px 2px #4463cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4463cf


Comments

No comments written yet.

Please login to write comment.