Color Hex Logo

#4449b0 Color Hex

#4449B0
(68,73,176)
0 Favorites   0 Comments

Color spaces of #4449b0

RGB 6873176
HSL0.660.440.48
HSV237°61°69°
CMYK 0.610.590.00   0.31
XYZ12.60299.128642.1720
Yxy9.12860.19720.1428
Hunter Lab30.213621.5834-61.6073
CIE-Lab36.230729.8326-55.7338

#4449b0 color RGB value is (68,73,176).

#4449b0 hex color red value is 68, green value is 73 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #4449b0 hue: 0.66 , saturation: 0.44 and the lightness value of 4449b0 is 0.48.

The process color (four color CMYK) of #4449b0 color hex is 0.61, 0.59, 0.00, 0.31. Web safe color of #4449b0 is #333399. Color #4449b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001001 10110000
Octal 104 111 260
Decimal 68 73 176
Hex 44 49 B0

RGB Percentages of Color #4449b0

%21.45
%23.03
%55.52

CMYK Percentages of Color #4449b0

%61
%59
%0
%31

Triadic Colors of #4449b0

#4449b0 #b04449 #49b044

Analogous Colors of #4449b0

#4449b0 #7544b0 #447fb0

Monochromatic Colors of #4449b0

#4449b0

Complementary Color

#4449b0 #b0ab44

#4449b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4449b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4449b0 Color CSS Codes

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

#4449b0 Text Font Color

<p style="color:#4449b0">Text here</p>

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


#4449b0 Background Color

<div style="background-color:#4449b0">
Div content here</div>

This div background color is #4449b0


#4449b0 Border Color

<div style="border:3px solid #4449b0">
Div here</div>

This div border color is #4449b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,73,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4449b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4449b0;
  -webkit-box-shadow: 1px 1px 3px 2px #4449b0;
  box-shadow:         1px 1px 3px 2px #4449b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4449b0


Comments

No comments written yet.

Please login to write comment.