Color Hex Logo

#4046ca Color Hex

#4046CA
(64,70,202)
0 Favorites   0 Comments

Color spaces of #4046ca

RGB 6470202
HSL0.660.570.52
HSV237°68°79°
CMYK 0.680.650.00   0.21
XYZ14.96529.734656.9673
Yxy9.73460.18320.1192
Hunter Lab31.200331.0168-86.4148
CIE-Lab37.361839.9844-69.1548

#4046ca color RGB value is (64,70,202).

#4046ca hex color red value is 64, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4046ca hue: 0.66 , saturation: 0.57 and the lightness value of 4046ca is 0.52.

The process color (four color CMYK) of #4046ca color hex is 0.68, 0.65, 0.00, 0.21. Web safe color of #4046ca is #3333cc. Color #4046ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 11001010
Octal 100 106 312
Decimal 64 70 202
Hex 40 46 CA

RGB Percentages of Color #4046ca

%19.05
%20.83
%60.12

CMYK Percentages of Color #4046ca

%68
%65
%0
%21

Triadic Colors of #4046ca

#4046ca #ca4046 #46ca40

Analogous Colors of #4046ca

#4046ca #7f40ca #408bca

Monochromatic Colors of #4046ca

#4046ca

Complementary Color

#4046ca #cac440

#4046ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4046ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4046ca Color CSS Codes

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

#4046ca Text Font Color

<p style="color:#4046ca">Text here</p>

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


#4046ca Background Color

<div style="background-color:#4046ca">
Div content here</div>

This div background color is #4046ca


#4046ca Border Color

<div style="border:3px solid #4046ca">
Div here</div>

This div border color is #4046ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,70,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4046ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4046ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4046ca;
  box-shadow:         1px 1px 3px 2px #4046ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,70,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4046ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4046ca


Comments

No comments written yet.

Please login to write comment.