Color Hex Logo

#446bcc Color Hex

#446BCC
(68,107,204)
0 Favorites   0 Comments

Color spaces of #446bcc

RGB 68107204
HSL0.620.570.53
HSV223°67°80°
CMYK 0.670.480.00   0.20
XYZ18.540716.104059.2579
Yxy16.10400.19740.1715
Hunter Lab40.129812.2431-59.4601
CIE-Lab47.110617.9500-54.4782

#446bcc color RGB value is (68,107,204).

#446bcc hex color red value is 68, green value is 107 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #446bcc hue: 0.62 , saturation: 0.57 and the lightness value of 446bcc is 0.53.

The process color (four color CMYK) of #446bcc color hex is 0.67, 0.48, 0.00, 0.20. Web safe color of #446bcc is #3366cc. Color #446bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 11001100
Octal 104 153 314
Decimal 68 107 204
Hex 44 6B CC

RGB Percentages of Color #446bcc

%17.94
%28.23
%53.83

CMYK Percentages of Color #446bcc

%67
%48
%0
%20

Triadic Colors of #446bcc

#446bcc #cc446b #6bcc44

Analogous Colors of #446bcc

#446bcc #6144cc #44afcc

Monochromatic Colors of #446bcc

#446bcc

Complementary Color

#446bcc #cca544

#446bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#446bcc Color CSS Codes

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

#446bcc Text Font Color

<p style="color:#446bcc">Text here</p>

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


#446bcc Background Color

<div style="background-color:#446bcc">
Div content here</div>

This div background color is #446bcc


#446bcc Border Color

<div style="border:3px solid #446bcc">
Div here</div>

This div border color is #446bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,107,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #446bcc;
  box-shadow:         1px 1px 3px 2px #446bcc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446bcc


Comments

No comments written yet.

Please login to write comment.