Color Hex Logo

#4546cc Color Hex

#4546CC
(69,70,204)
1 Favorites   0 Comments

Color spaces of #4546cc

RGB 6970204
HSL0.670.570.54
HSV240°66°80°
CMYK 0.660.660.00   0.20
XYZ15.543510.005258.2387
Yxy10.00520.18550.1194
Hunter Lab31.631032.3608-87.0225
CIE-Lab37.851841.3065-69.5002

#4546cc color RGB value is (69,70,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01000110 11001100
Octal 105 106 314
Decimal 69 70 204
Hex 45 46 CC

RGB Percentages of Color #4546cc

%20.12
%20.41
%59.48

CMYK Percentages of Color #4546cc

%66
%66
%0
%20

Triadic Colors of #4546cc

#4546cc #cc4546 #46cc45

Analogous Colors of #4546cc

#4546cc #8845cc #458acc

Monochromatic Colors of #4546cc

#4546cc

Complementary Color

#4546cc #cccb45

#4546cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4546cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4546cc Color CSS Codes

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

#4546cc Text Font Color

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

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


#4546cc Background Color

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

This div background color is #4546cc


#4546cc Border Color

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

This div border color is #4546cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4546cc


Comments

No comments written yet.

Please login to write comment.