Color Hex Logo

#461ccc Color Hex

#461CCC
(70,28,204)
0 Favorites   0 Comments

Color spaces of #461ccc

RGB 7028204
HSL0.710.760.45
HSV254°86°80°
CMYK 0.660.860.00   0.20
XYZ13.84016.492257.6504
Yxy6.49220.17750.0833
Hunter Lab25.479852.3679-116.3133
CIE-Lab30.621862.0933-81.4173

#461ccc color RGB value is (70,28,204).

#461ccc hex color red value is 70, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #461ccc hue: 0.71 , saturation: 0.76 and the lightness value of 461ccc is 0.45.

The process color (four color CMYK) of #461ccc color hex is 0.66, 0.86, 0.00, 0.20. Web safe color of #461ccc is #3333cc. Color #461ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 11001100
Octal 106 34 314
Decimal 70 28 204
Hex 46 1C CC

RGB Percentages of Color #461ccc

%23.18
%9.27
%67.55

CMYK Percentages of Color #461ccc

%66
%86
%0
%20

Triadic Colors of #461ccc

#461ccc #cc461c #1ccc46

Analogous Colors of #461ccc

#461ccc #9e1ccc #1c4acc

Monochromatic Colors of #461ccc

#461ccc

Complementary Color

#461ccc #a2cc1c

#461ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ccc Color CSS Codes

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

#461ccc Text Font Color

<p style="color:#461ccc">Text here</p>

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


#461ccc Background Color

<div style="background-color:#461ccc">
Div content here</div>

This div background color is #461ccc


#461ccc Border Color

<div style="border:3px solid #461ccc">
Div here</div>

This div border color is #461ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ccc


Comments

No comments written yet.

Please login to write comment.