Color Hex Logo

#446cbd Color Hex

#446CBD
(68,108,189)
0 Favorites   0 Comments

Color spaces of #446cbd

RGB 68108189
HSL0.610.480.50
HSV220°64°74°
CMYK 0.640.430.00   0.26
XYZ16.931815.628250.2683
Yxy15.62820.20440.1887
Hunter Lab39.53257.2697-47.7185
CIE-Lab46.482912.0130-46.8467

#446cbd color RGB value is (68,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101100 10111101
Octal 104 154 275
Decimal 68 108 189
Hex 44 6C BD

RGB Percentages of Color #446cbd

%18.63
%29.59
%51.78

CMYK Percentages of Color #446cbd

%64
%43
%0
%26

Triadic Colors of #446cbd

#446cbd #bd446c #6cbd44

Analogous Colors of #446cbd

#446cbd #5844bd #44a9bd

Monochromatic Colors of #446cbd

#446cbd

Complementary Color

#446cbd #bd9544

#446cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#446cbd Color CSS Codes

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

#446cbd Text Font Color

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

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


#446cbd Background Color

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

This div background color is #446cbd


#446cbd Border Color

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

This div border color is #446cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446cbd


Comments

No comments written yet.

Please login to write comment.