Color Hex Logo

#4260ae Color Hex

#4260AE
(66,96,174)
0 Favorites   0 Comments

Color spaces of #4260ae

RGB 6696174
HSL0.620.450.47
HSV223°62°68°
CMYK 0.620.450.00   0.32
XYZ14.069612.580041.7310
Yxy12.58000.20580.1840
Hunter Lab35.46838.7380-44.9311
CIE-Lab42.123513.9630-45.0639

#4260ae color RGB value is (66,96,174).

#4260ae hex color red value is 66, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4260ae hue: 0.62 , saturation: 0.45 and the lightness value of 4260ae is 0.47.

The process color (four color CMYK) of #4260ae color hex is 0.62, 0.45, 0.00, 0.32. Web safe color of #4260ae is #336699. Color #4260ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 10101110
Octal 102 140 256
Decimal 66 96 174
Hex 42 60 AE

RGB Percentages of Color #4260ae

%19.64
%28.57
%51.79

CMYK Percentages of Color #4260ae

%62
%45
%0
%32

Triadic Colors of #4260ae

#4260ae #ae4260 #60ae42

Analogous Colors of #4260ae

#4260ae #5a42ae #4296ae

Monochromatic Colors of #4260ae

#4260ae

Complementary Color

#4260ae #ae9042

#4260ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4260ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4260ae Color CSS Codes

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

#4260ae Text Font Color

<p style="color:#4260ae">Text here</p>

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


#4260ae Background Color

<div style="background-color:#4260ae">
Div content here</div>

This div background color is #4260ae


#4260ae Border Color

<div style="border:3px solid #4260ae">
Div here</div>

This div border color is #4260ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4260ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4260ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4260ae;
  box-shadow:         1px 1px 3px 2px #4260ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4260ae


Comments

No comments written yet.

Please login to write comment.