Color Hex Logo

#4943cc Color Hex

#4943CC
(73,67,204)
0 Favorites   0 Comments

Color spaces of #4943cc

RGB 7367204
HSL0.670.570.53
HSV243°67°80°
CMYK 0.640.670.00   0.20
XYZ15.65399.790458.1914
Yxy9.79040.18720.1171
Hunter Lab31.289634.5450-88.3629
CIE-Lab37.463643.6255-70.1255

#4943cc color RGB value is (73,67,204).

#4943cc hex color red value is 73, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4943cc hue: 0.67 , saturation: 0.57 and the lightness value of 4943cc is 0.53.

The process color (four color CMYK) of #4943cc color hex is 0.64, 0.67, 0.00, 0.20. Web safe color of #4943cc is #3333cc. Color #4943cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 11001100
Octal 111 103 314
Decimal 73 67 204
Hex 49 43 CC

RGB Percentages of Color #4943cc

%21.22
%19.48
%59.30

CMYK Percentages of Color #4943cc

%64
%67
%0
%20

Triadic Colors of #4943cc

#4943cc #cc4943 #43cc49

Analogous Colors of #4943cc

#4943cc #8e43cc #4382cc

Monochromatic Colors of #4943cc

#4943cc

Complementary Color

#4943cc #c6cc43

#4943cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4943cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4943cc Color CSS Codes

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

#4943cc Text Font Color

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

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


#4943cc Background Color

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

This div background color is #4943cc


#4943cc Border Color

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

This div border color is #4943cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4943cc


Comments

No comments written yet.

Please login to write comment.