Color Hex Logo

#4259ad Color Hex

#4259AD
(66,89,173)
0 Favorites   0 Comments

Color spaces of #4259ad

RGB 6689173
HSL0.630.450.47
HSV227°62°68°
CMYK 0.620.490.00   0.32
XYZ13.362011.320141.0159
Yxy11.32010.20340.1723
Hunter Lab33.645412.0106-48.7267
CIE-Lab40.114518.1120-47.6931

#4259ad color RGB value is (66,89,173).

#4259ad hex color red value is 66, green value is 89 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4259ad hue: 0.63 , saturation: 0.45 and the lightness value of 4259ad is 0.47.

The process color (four color CMYK) of #4259ad color hex is 0.62, 0.49, 0.00, 0.32. Web safe color of #4259ad is #336699. Color #4259ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 10101101
Octal 102 131 255
Decimal 66 89 173
Hex 42 59 AD

RGB Percentages of Color #4259ad

%20.12
%27.13
%52.74

CMYK Percentages of Color #4259ad

%62
%49
%0
%32

Triadic Colors of #4259ad

#4259ad #ad4259 #59ad42

Analogous Colors of #4259ad

#4259ad #6142ad #428fad

Monochromatic Colors of #4259ad

#4259ad

Complementary Color

#4259ad #ad9642

#4259ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4259ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4259ad Color CSS Codes

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

#4259ad Text Font Color

<p style="color:#4259ad">Text here</p>

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


#4259ad Background Color

<div style="background-color:#4259ad">
Div content here</div>

This div background color is #4259ad


#4259ad Border Color

<div style="border:3px solid #4259ad">
Div here</div>

This div border color is #4259ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,89,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4259ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4259ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4259ad;
  box-shadow:         1px 1px 3px 2px #4259ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4259ad


Comments

No comments written yet.

Please login to write comment.