Color Hex Logo

#446a9b Color Hex

#446A9B
(68,106,155)
0 Favorites   0 Comments

Color spaces of #446a9b

RGB 68106155
HSL0.590.390.44
HSV214°56°61°
CMYK 0.560.320.00   0.39
XYZ13.454313.903632.9849
Yxy13.90360.22300.2304
Hunter Lab37.2875-0.8458-26.3472
CIE-Lab44.09441.5545-30.7114

#446a9b color RGB value is (68,106,155).

#446a9b hex color red value is 68, green value is 106 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #446a9b hue: 0.59 , saturation: 0.39 and the lightness value of 446a9b is 0.44.

The process color (four color CMYK) of #446a9b color hex is 0.56, 0.32, 0.00, 0.39. Web safe color of #446a9b is #336699. Color #446a9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 10011011
Octal 104 152 233
Decimal 68 106 155
Hex 44 6A 9B

RGB Percentages of Color #446a9b

%20.67
%32.22
%47.11

CMYK Percentages of Color #446a9b

%56
%32
%0
%39

Triadic Colors of #446a9b

#446a9b #9b446a #6a9b44

Analogous Colors of #446a9b

#446a9b #4a449b #44969b

Monochromatic Colors of #446a9b

#446a9b

Complementary Color

#446a9b #9b7544

#446a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#446a9b Color CSS Codes

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

#446a9b Text Font Color

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

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


#446a9b Background Color

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

This div background color is #446a9b


#446a9b Border Color

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

This div border color is #446a9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,106,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446a9b


Comments

No comments written yet.

Please login to write comment.