Color Hex Logo

#4967cb Color Hex

#4967CB
(73,103,203)
0 Favorites   0 Comments

Color spaces of #4967cb

RGB 73103203
HSL0.630.560.54
HSV226°64°80°
CMYK 0.640.490.00   0.20
XYZ18.377415.428858.5094
Yxy15.42880.19910.1671
Hunter Lab39.279514.7743-60.8207
CIE-Lab46.216020.9523-55.3303

#4967cb color RGB value is (73,103,203).

#4967cb hex color red value is 73, green value is 103 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4967cb hue: 0.63 , saturation: 0.56 and the lightness value of 4967cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100111 11001011
Octal 111 147 313
Decimal 73 103 203
Hex 49 67 CB

RGB Percentages of Color #4967cb

%19.26
%27.18
%53.56

CMYK Percentages of Color #4967cb

%64
%49
%0
%20

Triadic Colors of #4967cb

#4967cb #cb4967 #67cb49

Analogous Colors of #4967cb

#4967cb #6c49cb #49a8cb

Monochromatic Colors of #4967cb

#4967cb

Complementary Color

#4967cb #cbad49

#4967cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4967cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4967cb Color CSS Codes

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

#4967cb Text Font Color

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

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


#4967cb Background Color

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

This div background color is #4967cb


#4967cb Border Color

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

This div border color is #4967cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4967cb


Comments

No comments written yet.

Please login to write comment.