Color Hex Logo

#4276cc Color Hex

#4276CC
(66,118,204)
0 Favorites   0 Comments

Color spaces of #4276cc

RGB 66118204
HSL0.600.580.53
HSV217°68°80°
CMYK 0.680.420.00   0.20
XYZ19.624318.474859.6584
Yxy18.47480.20070.1890
Hunter Lab42.98236.2781-52.2054
CIE-Lab50.067010.7496-49.7481

#4276cc color RGB value is (66,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 11001100
Octal 102 166 314
Decimal 66 118 204
Hex 42 76 CC

RGB Percentages of Color #4276cc

%17.01
%30.41
%52.58

CMYK Percentages of Color #4276cc

%68
%42
%0
%20

Triadic Colors of #4276cc

#4276cc #cc4276 #76cc42

Analogous Colors of #4276cc

#4276cc #5342cc #42bbcc

Monochromatic Colors of #4276cc

#4276cc

Complementary Color

#4276cc #cc9842

#4276cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4276cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4276cc Color CSS Codes

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

#4276cc Text Font Color

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

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


#4276cc Background Color

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

This div background color is #4276cc


#4276cc Border Color

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

This div border color is #4276cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4276cc


Comments

No comments written yet.

Please login to write comment.