Color Hex Logo

#4446cb Color Hex

#4446CB
(68,70,203)
0 Favorites   0 Comments

Color spaces of #4446cb

RGB 6870203
HSL0.660.560.53
HSV239°67°80°
CMYK 0.670.660.00   0.20
XYZ15.35359.921157.6056
Yxy9.92110.18520.1197
Hunter Lab31.497831.8882-86.3857
CIE-Lab37.700540.8401-69.1707

#4446cb color RGB value is (68,70,203).

#4446cb hex color red value is 68, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4446cb hue: 0.66 , saturation: 0.56 and the lightness value of 4446cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000110 11001011
Octal 104 106 313
Decimal 68 70 203
Hex 44 46 CB

RGB Percentages of Color #4446cb

%19.94
%20.53
%59.53

CMYK Percentages of Color #4446cb

%67
%66
%0
%20

Triadic Colors of #4446cb

#4446cb #cb4446 #46cb44

Analogous Colors of #4446cb

#4446cb #8644cb #448acb

Monochromatic Colors of #4446cb

#4446cb

Complementary Color

#4446cb #cbc944

#4446cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4446cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4446cb Color CSS Codes

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

#4446cb Text Font Color

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

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


#4446cb Background Color

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

This div background color is #4446cb


#4446cb Border Color

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

This div border color is #4446cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4446cb


Comments

No comments written yet.

Please login to write comment.