Color Hex Logo

#4069cc Color Hex

#4069CC
(64,105,204)
0 Favorites   0 Comments

Color spaces of #4069cc

RGB 64105204
HSL0.620.580.53
HSV222°69°80°
CMYK 0.690.490.00   0.20
XYZ18.065015.552859.1766
Yxy15.55280.19470.1676
Hunter Lab39.437012.7510-61.3607
CIE-Lab46.382218.5882-55.6594

#4069cc color RGB value is (64,105,204).

#4069cc hex color red value is 64, green value is 105 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4069cc hue: 0.62 , saturation: 0.58 and the lightness value of 4069cc is 0.53.

The process color (four color CMYK) of #4069cc color hex is 0.69, 0.49, 0.00, 0.20. Web safe color of #4069cc is #3366cc. Color #4069cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 11001100
Octal 100 151 314
Decimal 64 105 204
Hex 40 69 CC

RGB Percentages of Color #4069cc

%17.16
%28.15
%54.69

CMYK Percentages of Color #4069cc

%69
%49
%0
%20

Triadic Colors of #4069cc

#4069cc #cc4069 #69cc40

Analogous Colors of #4069cc

#4069cc #5d40cc #40afcc

Monochromatic Colors of #4069cc

#4069cc

Complementary Color

#4069cc #cca340

#4069cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4069cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4069cc Color CSS Codes

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

#4069cc Text Font Color

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

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


#4069cc Background Color

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

This div background color is #4069cc


#4069cc Border Color

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

This div border color is #4069cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4069cc


Comments

No comments written yet.

Please login to write comment.