Color Hex Logo

#4484db Color Hex

#4484DB
(68,132,219)
0 Favorites   0 Comments

Color spaces of #4484db

RGB 68132219
HSL0.600.680.56
HSV215°69°86°
CMYK 0.690.400.00   0.14
XYZ23.421322.845970.1931
Yxy22.84590.20110.1962
Hunter Lab47.79743.8217-53.6125
CIE-Lab54.91337.8081-50.5083

#4484db color RGB value is (68,132,219).

#4484db hex color red value is 68, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4484db hue: 0.60 , saturation: 0.68 and the lightness value of 4484db is 0.56.

The process color (four color CMYK) of #4484db color hex is 0.69, 0.40, 0.00, 0.14. Web safe color of #4484db is #3399cc. Color #4484db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 11011011
Octal 104 204 333
Decimal 68 132 219
Hex 44 84 DB

RGB Percentages of Color #4484db

%16.23
%31.50
%52.27

CMYK Percentages of Color #4484db

%69
%40
%0
%14

Triadic Colors of #4484db

#4484db #db4484 #84db44

Analogous Colors of #4484db

#4484db #4f44db #44d0db

Monochromatic Colors of #4484db

#4484db

Complementary Color

#4484db #db9b44

#4484db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4484db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4484db Color CSS Codes

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

#4484db Text Font Color

<p style="color:#4484db">Text here</p>

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


#4484db Background Color

<div style="background-color:#4484db">
Div content here</div>

This div background color is #4484db


#4484db Border Color

<div style="border:3px solid #4484db">
Div here</div>

This div border color is #4484db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,132,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4484db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4484db;
  -webkit-box-shadow: 1px 1px 3px 2px #4484db;
  box-shadow:         1px 1px 3px 2px #4484db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4484db


Comments

No comments written yet.

Please login to write comment.