Color Hex Logo

#4566ad Color Hex

#4566AD
(69,102,173)
0 Favorites   0 Comments

Color spaces of #4566ad

RGB 69102173
HSL0.610.430.47
HSV221°60°68°
CMYK 0.600.410.00   0.32
XYZ14.748413.785141.4186
Yxy13.78510.21080.1971
Hunter Lab37.12835.9307-40.1514
CIE-Lab43.923110.3927-41.5976

#4566ad color RGB value is (69,102,173).

#4566ad hex color red value is 69, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4566ad hue: 0.61 , saturation: 0.43 and the lightness value of 4566ad is 0.47.

The process color (four color CMYK) of #4566ad color hex is 0.60, 0.41, 0.00, 0.32. Web safe color of #4566ad is #336699. Color #4566ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100110 10101101
Octal 105 146 255
Decimal 69 102 173
Hex 45 66 AD

RGB Percentages of Color #4566ad

%20.06
%29.65
%50.29

CMYK Percentages of Color #4566ad

%60
%41
%0
%32

Triadic Colors of #4566ad

#4566ad #ad4566 #66ad45

Analogous Colors of #4566ad

#4566ad #5845ad #459aad

Monochromatic Colors of #4566ad

#4566ad

Complementary Color

#4566ad #ad8c45

#4566ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4566ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4566ad Color CSS Codes

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

#4566ad Text Font Color

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

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


#4566ad Background Color

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

This div background color is #4566ad


#4566ad Border Color

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

This div border color is #4566ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4566ad


Comments

No comments written yet.

Please login to write comment.