Color Hex Logo

#446acc Color Hex

#446ACC
(68,106,204)
0 Favorites   0 Comments

Color spaces of #446acc

RGB 68106204
HSL0.620.570.53
HSV223°67°80°
CMYK 0.670.480.00   0.20
XYZ18.437015.896659.2234
Yxy15.89660.19710.1699
Hunter Lab39.870512.7688-60.1595
CIE-Lab46.838518.5812-54.9157

#446acc color RGB value is (68,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 11001100
Octal 104 152 314
Decimal 68 106 204
Hex 44 6A CC

RGB Percentages of Color #446acc

%17.99
%28.04
%53.97

CMYK Percentages of Color #446acc

%67
%48
%0
%20

Triadic Colors of #446acc

#446acc #cc446a #6acc44

Analogous Colors of #446acc

#446acc #6244cc #44aecc

Monochromatic Colors of #446acc

#446acc

Complementary Color

#446acc #cca644

#446acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#446acc Color CSS Codes

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

#446acc Text Font Color

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

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


#446acc Background Color

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

This div background color is #446acc


#446acc Border Color

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

This div border color is #446acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446acc


Comments

No comments written yet.

Please login to write comment.