Color Hex Logo

#4943cb Color Hex

#4943CB
(73,67,203)
0 Favorites   0 Comments

Color spaces of #4943cb

RGB 7367203
HSL0.670.570.53
HSV243°67°80°
CMYK 0.640.670.00   0.20
XYZ15.53439.742657.5617
Yxy9.74260.18750.1176
Hunter Lab31.213134.2137-87.4904
CIE-Lab37.376443.3014-69.6882

#4943cb color RGB value is (73,67,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 11001011
Octal 111 103 313
Decimal 73 67 203
Hex 49 43 CB

RGB Percentages of Color #4943cb

%21.28
%19.53
%59.18

CMYK Percentages of Color #4943cb

%64
%67
%0
%20

Triadic Colors of #4943cb

#4943cb #cb4943 #43cb49

Analogous Colors of #4943cb

#4943cb #8d43cb #4381cb

Monochromatic Colors of #4943cb

#4943cb

Complementary Color

#4943cb #c5cb43

#4943cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4943cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4943cb Color CSS Codes

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

#4943cb Text Font Color

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

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


#4943cb Background Color

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

This div background color is #4943cb


#4943cb Border Color

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

This div border color is #4943cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,67,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4943cb


Comments

No comments written yet.

Please login to write comment.