Color Hex Logo

#4662cc Color Hex

#4662CC
(70,98,204)
0 Favorites   0 Comments

Color spaces of #4662cc

RGB 7098204
HSL0.630.570.54
HSV227°66°80°
CMYK 0.660.520.00   0.20
XYZ17.792614.397158.9679
Yxy14.39710.19520.1579
Hunter Lab37.943517.3017-65.5820
CIE-Lab44.797123.9682-58.2002

#4662cc color RGB value is (70,98,204).

#4662cc hex color red value is 70, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4662cc hue: 0.63 , saturation: 0.57 and the lightness value of 4662cc is 0.54.

The process color (four color CMYK) of #4662cc color hex is 0.66, 0.52, 0.00, 0.20. Web safe color of #4662cc is #3366cc. Color #4662cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 11001100
Octal 106 142 314
Decimal 70 98 204
Hex 46 62 CC

RGB Percentages of Color #4662cc

%18.82
%26.34
%54.84

CMYK Percentages of Color #4662cc

%66
%52
%0
%20

Triadic Colors of #4662cc

#4662cc #cc4662 #62cc46

Analogous Colors of #4662cc

#4662cc #6d46cc #46a5cc

Monochromatic Colors of #4662cc

#4662cc

Complementary Color

#4662cc #ccb046

#4662cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4662cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4662cc Color CSS Codes

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

#4662cc Text Font Color

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

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


#4662cc Background Color

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

This div background color is #4662cc


#4662cc Border Color

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

This div border color is #4662cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4662cc


Comments

No comments written yet.

Please login to write comment.