Color Hex Logo

#446bae Color Hex

#446BAE
(68,107,174)
0 Favorites   0 Comments

Color spaces of #446bae

RGB 68107174
HSL0.610.440.47
HSV218°61°68°
CMYK 0.610.390.00   0.32
XYZ15.281614.800342.0957
Yxy14.80030.21170.2051
Hunter Lab38.47123.5796-37.9462
CIE-Lab45.35957.4014-39.9066

#446bae color RGB value is (68,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 10101110
Octal 104 153 256
Decimal 68 107 174
Hex 44 6B AE

RGB Percentages of Color #446bae

%19.48
%30.66
%49.86

CMYK Percentages of Color #446bae

%61
%39
%0
%32

Triadic Colors of #446bae

#446bae #ae446b #6bae44

Analogous Colors of #446bae

#446bae #5244ae #44a0ae

Monochromatic Colors of #446bae

#446bae

Complementary Color

#446bae #ae8744

#446bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#446bae Color CSS Codes

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

#446bae Text Font Color

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

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


#446bae Background Color

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

This div background color is #446bae


#446bae Border Color

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

This div border color is #446bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446bae


Comments

No comments written yet.

Please login to write comment.