Color Hex Logo

#4c73dd Color Hex

#4C73DD
(76,115,221)
0 Favorites   0 Comments

Color spaces of #4c73dd

RGB 76115221
HSL0.620.680.58
HSV224°66°87°
CMYK 0.660.480.00   0.13
XYZ22.162419.018470.9095
Yxy19.01840.19770.1697
Hunter Lab43.610114.3950-65.8778
CIE-Lab50.708720.2110-58.3433

#4c73dd color RGB value is (76,115,221).

#4c73dd hex color red value is 76, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4c73dd hue: 0.62 , saturation: 0.68 and the lightness value of 4c73dd is 0.58.

The process color (four color CMYK) of #4c73dd color hex is 0.66, 0.48, 0.00, 0.13. Web safe color of #4c73dd is #3366cc. Color #4c73dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110011 11011101
Octal 114 163 335
Decimal 76 115 221
Hex 4C 73 DD

RGB Percentages of Color #4c73dd

%18.45
%27.91
%53.64

CMYK Percentages of Color #4c73dd

%66
%48
%0
%13

Triadic Colors of #4c73dd

#4c73dd #dd4c73 #73dd4c

Analogous Colors of #4c73dd

#4c73dd #6e4cdd #4cbcdd

Monochromatic Colors of #4c73dd

#4c73dd

Complementary Color

#4c73dd #ddb64c

#4c73dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c73dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c73dd Color CSS Codes

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

#4c73dd Text Font Color

<p style="color:#4c73dd">Text here</p>

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


#4c73dd Background Color

<div style="background-color:#4c73dd">
Div content here</div>

This div background color is #4c73dd


#4c73dd Border Color

<div style="border:3px solid #4c73dd">
Div here</div>

This div border color is #4c73dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,115,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c73dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c73dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4c73dd;
  box-shadow:         1px 1px 3px 2px #4c73dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,115,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c73dd


Comments

No comments written yet.

Please login to write comment.