Color Hex Logo

#4602cc Color Hex

#4602CC
(70,2,204)
0 Favorites   0 Comments

Color spaces of #4602cc

RGB 702204
HSL0.720.980.40
HSV260°99°80°
CMYK 0.660.990.00   0.20
XYZ13.44665.705157.5192
Yxy5.70510.17540.0744
Hunter Lab23.885458.6898-126.0587
CIE-Lab28.655968.0497-84.6838

#4602cc color RGB value is (70,2,204).

#4602cc hex color red value is 70, green value is 2 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4602cc hue: 0.72 , saturation: 0.98 and the lightness value of 4602cc is 0.40.

The process color (four color CMYK) of #4602cc color hex is 0.66, 0.99, 0.00, 0.20. Web safe color of #4602cc is #3300cc. Color #4602cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000010 11001100
Octal 106 2 314
Decimal 70 2 204
Hex 46 2 CC

RGB Percentages of Color #4602cc

%25.36
%0.72
%73.91

CMYK Percentages of Color #4602cc

%66
%99
%0
%20

Triadic Colors of #4602cc

#4602cc #cc4602 #02cc46

Analogous Colors of #4602cc

#4602cc #ab02cc #0223cc

Monochromatic Colors of #4602cc

#4602cc

Complementary Color

#4602cc #88cc02

#4602cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4602cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4602cc Color CSS Codes

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

#4602cc Text Font Color

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

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


#4602cc Background Color

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

This div background color is #4602cc


#4602cc Border Color

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

This div border color is #4602cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4602cc


Comments

No comments written yet.

Please login to write comment.