Color Hex Logo

#4963dc Color Hex

#4963DC
(73,99,220)
0 Favorites   0 Comments

Color spaces of #4963dc

RGB 7399220
HSL0.640.680.57
HSV229°67°86°
CMYK 0.670.550.00   0.14
XYZ20.127815.507569.6425
Yxy15.50750.19120.1473
Hunter Lab39.379622.3212-77.2883
CIE-Lab46.321629.3997-64.8686

#4963dc color RGB value is (73,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 11011100
Octal 111 143 334
Decimal 73 99 220
Hex 49 63 DC

RGB Percentages of Color #4963dc

%18.62
%25.26
%56.12

CMYK Percentages of Color #4963dc

%67
%55
%0
%14

Triadic Colors of #4963dc

#4963dc #dc4963 #63dc49

Analogous Colors of #4963dc

#4963dc #7949dc #49addc

Monochromatic Colors of #4963dc

#4963dc

Complementary Color

#4963dc #dcc249

#4963dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4963dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4963dc Color CSS Codes

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

#4963dc Text Font Color

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

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


#4963dc Background Color

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

This div background color is #4963dc


#4963dc Border Color

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

This div border color is #4963dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4963dc


Comments

No comments written yet.

Please login to write comment.