Color Hex Logo

#4484cb Color Hex

#4484CB
(68,132,203)
0 Favorites   0 Comments

Color spaces of #4484cb

RGB 68132203
HSL0.590.560.53
HSV212°67°80°
CMYK 0.670.350.00   0.20
XYZ21.414722.043359.6260
Yxy22.04330.20770.2138
Hunter Lab46.9503-0.7466-42.4320
CIE-Lab54.07292.2097-42.8117

#4484cb color RGB value is (68,132,203).

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

The process color (four color CMYK) of #4484cb color hex is 0.67, 0.35, 0.00, 0.20. Web safe color of #4484cb is #3399cc. Color #4484cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 11001011
Octal 104 204 313
Decimal 68 132 203
Hex 44 84 CB

RGB Percentages of Color #4484cb

%16.87
%32.75
%50.37

CMYK Percentages of Color #4484cb

%67
%35
%0
%20

Triadic Colors of #4484cb

#4484cb #cb4484 #84cb44

Analogous Colors of #4484cb

#4484cb #4744cb #44c8cb

Monochromatic Colors of #4484cb

#4484cb

Complementary Color

#4484cb #cb8b44

#4484cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4484cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4484cb Color CSS Codes

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

#4484cb Text Font Color

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

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


#4484cb Background Color

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

This div background color is #4484cb


#4484cb Border Color

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

This div border color is #4484cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4484cb


Comments

No comments written yet.

Please login to write comment.