Color Hex Logo

#446abb Color Hex

#446ABB
(68,106,187)
0 Favorites   0 Comments

Color spaces of #446abb

RGB 68106187
HSL0.610.470.50
HSV221°64°73°
CMYK 0.640.430.00   0.27
XYZ16.507615.124949.0631
Yxy15.12490.20460.1874
Hunter Lab38.89077.7075-47.5745
CIE-Lab45.804812.5664-46.7704

#446abb color RGB value is (68,106,187).

#446abb hex color red value is 68, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #446abb hue: 0.61 , saturation: 0.47 and the lightness value of 446abb is 0.50.

The process color (four color CMYK) of #446abb color hex is 0.64, 0.43, 0.00, 0.27. Web safe color of #446abb is #3366cc. Color #446abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 10111011
Octal 104 152 273
Decimal 68 106 187
Hex 44 6A BB

RGB Percentages of Color #446abb

%18.84
%29.36
%51.80

CMYK Percentages of Color #446abb

%64
%43
%0
%27

Triadic Colors of #446abb

#446abb #bb446a #6abb44

Analogous Colors of #446abb

#446abb #5944bb #44a6bb

Monochromatic Colors of #446abb

#446abb

Complementary Color

#446abb #bb9544

#446abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#446abb Color CSS Codes

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

#446abb Text Font Color

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

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


#446abb Background Color

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

This div background color is #446abb


#446abb Border Color

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

This div border color is #446abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446abb


Comments

No comments written yet.

Please login to write comment.