Color Hex Logo

#4460dc Color Hex

#4460DC
(68,96,220)
0 Favorites   0 Comments

Color spaces of #4460dc

RGB 6896220
HSL0.640.680.56
HSV229°69°86°
CMYK 0.690.560.00   0.14
XYZ19.485014.762069.5325
Yxy14.76200.18780.1422
Hunter Lab38.421323.2871-80.4043
CIE-Lab45.306530.5682-66.5280

#4460dc color RGB value is (68,96,220).

#4460dc hex color red value is 68, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4460dc hue: 0.64 , saturation: 0.68 and the lightness value of 4460dc is 0.56.

The process color (four color CMYK) of #4460dc color hex is 0.69, 0.56, 0.00, 0.14. Web safe color of #4460dc is #3366cc. Color #4460dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 11011100
Octal 104 140 334
Decimal 68 96 220
Hex 44 60 DC

RGB Percentages of Color #4460dc

%17.71
%25.00
%57.29

CMYK Percentages of Color #4460dc

%69
%56
%0
%14

Triadic Colors of #4460dc

#4460dc #dc4460 #60dc44

Analogous Colors of #4460dc

#4460dc #7444dc #44acdc

Monochromatic Colors of #4460dc

#4460dc

Complementary Color

#4460dc #dcc044

#4460dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4460dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4460dc Color CSS Codes

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

#4460dc Text Font Color

<p style="color:#4460dc">Text here</p>

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


#4460dc Background Color

<div style="background-color:#4460dc">
Div content here</div>

This div background color is #4460dc


#4460dc Border Color

<div style="border:3px solid #4460dc">
Div here</div>

This div border color is #4460dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,96,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4460dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4460dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4460dc;
  box-shadow:         1px 1px 3px 2px #4460dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4460dc


Comments

No comments written yet.

Please login to write comment.