Color Hex Logo

#444bad Color Hex

#444BAD
(68,75,173)
0 Favorites   0 Comments

Color spaces of #444bad

RGB 6875173
HSL0.660.440.47
HSV236°61°68°
CMYK 0.610.570.00   0.32
XYZ12.44289.278240.6702
Yxy9.27820.19940.1487
Hunter Lab30.460119.6110-57.8416
CIE-Lab36.514527.5252-53.4930

#444bad color RGB value is (68,75,173).

#444bad hex color red value is 68, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #444bad hue: 0.66 , saturation: 0.44 and the lightness value of 444bad is 0.47.

The process color (four color CMYK) of #444bad color hex is 0.61, 0.57, 0.00, 0.32. Web safe color of #444bad is #333399. Color #444bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001011 10101101
Octal 104 113 255
Decimal 68 75 173
Hex 44 4B AD

RGB Percentages of Color #444bad

%21.52
%23.73
%54.75

CMYK Percentages of Color #444bad

%61
%57
%0
%32

Triadic Colors of #444bad

#444bad #ad444b #4bad44

Analogous Colors of #444bad

#444bad #7244ad #4480ad

Monochromatic Colors of #444bad

#444bad

Complementary Color

#444bad #ada644

#444bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#444bad Color CSS Codes

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

#444bad Text Font Color

<p style="color:#444bad">Text here</p>

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


#444bad Background Color

<div style="background-color:#444bad">
Div content here</div>

This div background color is #444bad


#444bad Border Color

<div style="border:3px solid #444bad">
Div here</div>

This div border color is #444bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,75,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #444bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #444bad;
  -webkit-box-shadow: 1px 1px 3px 2px #444bad;
  box-shadow:         1px 1px 3px 2px #444bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444bad


Comments

No comments written yet.

Please login to write comment.