Color Hex Logo

#4379cc Color Hex

#4379CC
(67,121,204)
0 Favorites   0 Comments

Color spaces of #4379cc

RGB 67121204
HSL0.600.570.53
HSV216°67°80°
CMYK 0.670.410.00   0.20
XYZ20.051219.227759.7812
Yxy19.22770.20240.1941
Hunter Lab43.84944.8870-50.1372
CIE-Lab50.95259.0601-48.3335

#4379cc color RGB value is (67,121,204).

#4379cc hex color red value is 67, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4379cc hue: 0.60 , saturation: 0.57 and the lightness value of 4379cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01111001 11001100
Octal 103 171 314
Decimal 67 121 204
Hex 43 79 CC

RGB Percentages of Color #4379cc

%17.09
%30.87
%52.04

CMYK Percentages of Color #4379cc

%67
%41
%0
%20

Triadic Colors of #4379cc

#4379cc #cc4379 #79cc43

Analogous Colors of #4379cc

#4379cc #5143cc #43becc

Monochromatic Colors of #4379cc

#4379cc

Complementary Color

#4379cc #cc9643

#4379cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4379cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4379cc Color CSS Codes

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

#4379cc Text Font Color

<p style="color:#4379cc">Text here</p>

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


#4379cc Background Color

<div style="background-color:#4379cc">
Div content here</div>

This div background color is #4379cc


#4379cc Border Color

<div style="border:3px solid #4379cc">
Div here</div>

This div border color is #4379cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,121,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4379cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4379cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4379cc;
  box-shadow:         1px 1px 3px 2px #4379cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,121,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4379cc


Comments

No comments written yet.

Please login to write comment.