Color Hex Logo

#4278cc Color Hex

#4278CC
(66,120,204)
0 Favorites   0 Comments

Color spaces of #4278cc

RGB 66120204
HSL0.600.580.53
HSV217°68°80°
CMYK 0.680.410.00   0.20
XYZ19.862318.950859.7378
Yxy18.95080.20150.1923
Hunter Lab43.53255.2611-50.8884
CIE-Lab50.62969.5145-48.8507

#4278cc color RGB value is (66,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 11001100
Octal 102 170 314
Decimal 66 120 204
Hex 42 78 CC

RGB Percentages of Color #4278cc

%16.92
%30.77
%52.31

CMYK Percentages of Color #4278cc

%68
%41
%0
%20

Triadic Colors of #4278cc

#4278cc #cc4278 #78cc42

Analogous Colors of #4278cc

#4278cc #5142cc #42bdcc

Monochromatic Colors of #4278cc

#4278cc

Complementary Color

#4278cc #cc9642

#4278cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4278cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4278cc Color CSS Codes

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

#4278cc Text Font Color

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

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


#4278cc Background Color

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

This div background color is #4278cc


#4278cc Border Color

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

This div border color is #4278cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,120,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 #4278cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4278cc


Comments

No comments written yet.

Please login to write comment.