Color Hex Logo

#4477cb Color Hex

#4477CB
(68,119,203)
0 Favorites   0 Comments

Color spaces of #4477cb

RGB 68119203
HSL0.600.560.53
HSV217°67°80°
CMYK 0.670.410.00   0.20
XYZ19.760218.734459.0745
Yxy18.73440.20250.1920
Hunter Lab43.28335.7453-50.6228
CIE-Lab50.375010.1026-48.6814

#4477cb color RGB value is (68,119,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110111 11001011
Octal 104 167 313
Decimal 68 119 203
Hex 44 77 CB

RGB Percentages of Color #4477cb

%17.44
%30.51
%52.05

CMYK Percentages of Color #4477cb

%67
%41
%0
%20

Triadic Colors of #4477cb

#4477cb #cb4477 #77cb44

Analogous Colors of #4477cb

#4477cb #5444cb #44bbcb

Monochromatic Colors of #4477cb

#4477cb

Complementary Color

#4477cb #cb9844

#4477cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4477cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4477cb Color CSS Codes

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

#4477cb Text Font Color

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

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


#4477cb Background Color

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

This div background color is #4477cb


#4477cb Border Color

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

This div border color is #4477cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,119,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 #4477cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4477cb


Comments

No comments written yet.

Please login to write comment.